Good day rathena, I have a question regarding getunitdata. I want to summon a multiple monster and get their data later on. ( specifically the x and y) during the KillEvent
Tried several ways to get the data and yet failed. hopefully anyone can enlighten me on what to do. Thanks in advance
OnMinionSummon: [email protected]_id = 1002; [email protected]_count = 20; monster "prontera",255,55,"Pink Evil Minions",.minion_id,.minion_count,strnpcinfo(0)+"::OnMinionKill"; for ([email protected] = 0; [email protected] < .minion_count; [email protected]++){ .gid[[email protected]] = [email protected][[email protected]]; //= store data }Good day rathena, I have a question regarding getunitdata. I want to summon a multiple monster and get their data later on. ( specifically the x and y) during the KillEvent
Tried several ways to get the data and yet failed. hopefully anyone can enlighten me on what to do. Thanks in advance
Link to comment
Share on other sites