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...