Fix for creature lights.

* Will now load the dat values for creature lights (ed if you know a more conventional way for this please let me know).
* No need to draw light for the outfit the creature draw will handle it.
Note: not sure if the from8bit method should limit at 256 or not, but tibia dat contains colors 216+.
This commit is contained in:
BeniS
2012-12-03 13:17:41 +13:00
parent b806b57628
commit 617e6b302b
6 changed files with 18 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ function g_game.getSupportedProtocols()
return {
810, 853, 854, 860, 861, 862, 870,
910, 940, 944, 953, 954, 960, 961,
963, 970
963, 970, 971
}
end