Version 0.993 BETA (added bot)

This commit is contained in:
OTCv8
2019-10-09 16:49:24 +02:00
parent c5c600e83e
commit c477637a46
15 changed files with 876 additions and 21 deletions

View File

@@ -9,6 +9,9 @@ end
function updateFeatures(version)
g_game.resetFeatures()
-- you can add custom features here, list of them in modules\gamelib\const.lua
g_game.getFeature(GameBot)
if(version >= 770) then
g_game.enableFeature(GameLooktypeU16);
g_game.enableFeature(GameMessageStatements);