roamflag attribute not work?

Post Reply
samanet
Posts: 7
Joined: Sat Jul 11, 2015 10:39 am

roamflag attribute not work?

Post by samanet » Sun Aug 02, 2015 3:52 am

enum ROAMFLAG : uint16
{
ROAMFLAG_NONE = 0x00,
ROAMFLAG_NONE0 = 0x01, // move around less than 5
ROAMFLAG_NONE1 = 0x02, // move around 10-20
ROAMFLAG_NONE2 = 0x04, // move around 15-25
ROAMFLAG_WANDER = 0x08, // roam to multiple points in a row
ROAMFLAG_SCOUT = 0x10, // move around more often
ROAMFLAG_GUARD = 0x20, // move less often
ROAMFLAG_WORM = 0x40, // pop up and down when moving
ROAMFLAG_AMBUSH = 0x80, // stays hidden until someone comes close (antlion)
ROAMFLAG_EVENT = 0x100, // calls lua method for roaming logic
ROAMFLAG_IGNORE = 0x200, // ignore all hate, except linking hate
ROAMFLAG_STEALTH = 0x400 // stays name hidden and untargetable until someone comes close (chigoe)
};

Post Reply