Jump to content

  •  

vomaito

Member Since 08 Jul 2015
Offline Last Active Jan 25 2017 11:36 PM
-----

Topics I've Started

Questprogress diff for rAthena

10 August 2016 - 07:09 PM

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.