Jump to content

left over constants from mob controller system

closed

AnnieRuru
2014-01-12 03:47:11
https://github.com/rathena/rathena/blob/master/db/const.txt#L2617

AI_ACTION_TYPE    0
AI_ACTION_TAR_TYPE    1
AI_ACTION_TAR    2
AI_ACTION_SRC    3
AI_ACTION_TAR_TYPE_PC    1
AI_ACTION_TAR_TYPE_MOB    2
AI_ACTION_TAR_TYPE_PET    4
AI_ACTION_TAR_TYPE_HOMUN    8
AI_ACTION_TAR_TYPE_ITEM    16
AI_ACTION_TYPE_NPCCLICK    256
AI_ACTION_TYPE_ATTACK    128
AI_ACTION_TYPE_DETECT    64
AI_ACTION_TYPE_DEAD    32
AI_ACTION_TYPE_ASSIST    16
AI_ACTION_TYPE_KILL    8
AI_ACTION_TYPE_UNLOCK    4
AI_ACTION_TYPE_WALKACK    2
AI_ACTION_TYPE_WARPACK    1

all these ... can be remove
they are left over constants from mob controller system

read this topic for prove
http://www.eathena.ws/board/index.php?showtopic=194375

Cydh
2014-02-02 18:18:07
ok, removed at c9cf222
×
×
  • Create New...