Jump to content
  • 0
vomaito

Questprogress diff for rAthena

Question

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.

Share this post


Link to post
Share on other sites

6 answers to this question

Recommended Posts

  • 0
1. both of your questions can be solved by taking a single look at the wiki('s)

2. if you want it for rA maybe you should ask the rA community and not the other way around

3. i think all of the instances are already available for rA

Edited by Ridley

Share this post


Link to post
Share on other sites
  • 0

You might have to just change manually to the differently named functions.

 

 

From what I'm aware I believe the Instancing system is -almost- the same, but in rAthena the instance is defined within the db folder.

Also in Hercules we can make solo (wherein the instance can just start, but in rAthena you MUST AT LEAST have a party made, herein Hercules don't have to) instance can be made via solo/party/guild in Herc.

This is just from my experiences because when I made my Hercules Instances I had to rewrite portions of it for rAthena, but in everyway they worked the same without any source modifications to script commands.

Share this post


Link to post
Share on other sites
  • 0

Since a few months they can do solo instances

Share this post


Link to post
Share on other sites
  • 0

Thanks, I make it work. and one last question, when you create a warpportal in a Herc Instance, the instance is attached or need to use instance_mapname? I mean, if you warp normal. The instance says that you need to go back.

example:

warp map@instance,x,y; is different to warp instance_mapname(map@instance),x,y;

first one send player to a map but leaves instance map second sent a player to a map but is a instance map.

 

Thanks (for help a rA user).

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.