Hi, I wanna take some of Hercules instances for my rAthena emulator. but i Have a problem
-questprogress(questID); can someone provide me the diff or things I need to add for the new function?
I change manually if(!questprogress(id)) to if(checkquest(id)==-1)
and if(questprogress(id)) to if(checkquest(id)!=-1)
but I have one question:
-There is something incompatible between Herc Instance system to rA Instance System?
Thanks I hope you can help me.