Hello, I am using hunting mission script.
https://github.com/rathena/rathena/blob/master/npc/custom/quests/hunting_missions.txt
At the first I want to thank you Euphy for making this, but when i load this script it says
parse_callfunc: not enough arguments, expected ','
...
getmapxy(.@map1$,.@x1,.@y1);
....
So I changed it to
getmapxy(.@map1$,.@x1,.@y1,3);
Then load script is fine but killing on the screen doesn't work and i mean this part
.Party = 3; // Party options: 0 (exclude party kills), 1 (include party kills), 2 (same map only), 3 (screen area only)
It still count monsters if im not in the screen with the character who has active hunt.
Any idea where could be problem? Thank you! ?