Main Page

Saturday, January 5, 2019

Compare *getunitdata on rAthena & Hercules

rAthena and Hercules has different approach on writing mob controller system

No.1: searching for monster's location.

rAthena uses *getunitdata, Hercules use *getmapxy

rAthena Hercules


No.2: rAthena push getunitdata into array, Hercules output the value


rAthena Hercules


My thought on this .... hercules doing better job on simplifying this command
however, hercules mob controller system currently very bug ....

No comments:

Post a Comment