Jump to content
  • 0

Add Save to Warper


eclud

Question


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  80
  • Reputation:   0
  • Joined:  08/29/15
  • Last Seen:  

Hi guys, i im using the Quest_Warper but it dont have "Save" can some one help me adding Save to the script? heres the script:

 

 

https://code.google.com/p/rathena/source/browse/trunk/npc/custom/quest_warper.txt?r=16239

 

 

thanks

Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1268
  • Reputation:   382
  • Joined:  02/03/12
  • Last Seen:  

 

Thanks i just test it but dont work. I did everything

 

 

I haven't the time to test or explain but here.

 

http://upaste.me/28e222294cb8b86d3

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  49
  • Reputation:   4
  • Joined:  04/19/12
  • Last Seen:  

Hi guys, i im using the Quest_Warper but it dont have "Save" can some one help me adding Save to the script? heres the script:

 

What do you mean by "Save", Save point or save last warped location?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  157
  • Reputation:   18
  • Joined:  08/18/15
  • Last Seen:  

mes "[Kafra]";
mes "Your Save Point has been established.";
getmapxy(@m$,@x,@y,0);
savepoint	@m$,@x,@y;
close;

There you go.

Edited by greenmagic469
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1191
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

try this one

 

warper.txt

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  80
  • Reputation:   0
  • Joined:  08/29/15
  • Last Seen:  

What do you mean by "Save", Save point or save last warped location?

I mean save point, @greenmagic i dint know where i can put that code...

@hendra that warper dont hace the quest..

Thanks guys

Bump

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  80
  • Reputation:   0
  • Joined:  08/29/15
  • Last Seen:  

Bump

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  157
  • Reputation:   18
  • Joined:  08/18/15
  • Last Seen:  

I'm not a huge fan of the menu array in that script but try this...

 

Go to line 93. At the very end of that line, add this in between the last ) and ;

 

,@Mmenulist$[12])

 

So it should look like this:

 

,@Mmenulist$[11]),@Mmenulist$[12]);

 

Now, go down to line 120. UNDERNEATH line 120 (so, in other words, line 121) put this:

 

case 12:

goto L_save;

 

Now, under that "GM Menu Functions" title, add this:

 

L_save:

 

And right underneath that, put the code that I gave you. If you did it correctly, it should work. Hopefully I didn't forget anything. Good luck.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  80
  • Reputation:   0
  • Joined:  08/29/15
  • Last Seen:  

I'm not a huge fan of the menu array in that script but try this...

 

Thanks i just test it but dont work. I did everything

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  80
  • Reputation:   0
  • Joined:  08/29/15
  • Last Seen:  

I haven't the time to test or explain but here.

 

Hi thanks, but dont work bro Y_Y

 

BUMP

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1268
  • Reputation:   382
  • Joined:  02/03/12
  • Last Seen:  

Hi thanks, but dont work bro Y_Y

 

Never tested the script so I didn't realize there was another menu to enable options. I've updated the script in the link to support enabling/disabling of the save function from the GM menu. You might need to refresh your browser cache to download the new script... It should be version 2.2.2

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  80
  • Reputation:   0
  • Joined:  08/29/15
  • Last Seen:  

 

Hi thanks, but dont work bro Y_Y

 

Never tested the script so I didn't realize there was another menu to enable options. I've updated the script in the link to support enabling/disabling of the save function from the GM menu. You might need to refresh your browser cache to download the new script... It should be version 2.2.2

 

Thanks man it works great!

Link to comment
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.   Paste as plain text instead

  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.

×
×
  • Create New...