eclud Posted December 13, 2015 Posted December 13, 2015 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 Quote
0 Skorm Posted December 23, 2015 Posted December 23, 2015 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 Quote
0 imahman Posted December 13, 2015 Posted December 13, 2015 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? Quote
0 GreenMagic793 Posted December 13, 2015 Posted December 13, 2015 (edited) mes "[Kafra]"; mes "Your Save Point has been established."; getmapxy(@m$,@x,@y,0); savepoint @m$,@x,@y; close; There you go. Edited December 13, 2015 by greenmagic469 Quote
0 eclud Posted December 15, 2015 Author Posted December 15, 2015 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 Quote
0 GreenMagic793 Posted December 17, 2015 Posted December 17, 2015 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. Quote
0 eclud Posted December 21, 2015 Author Posted December 21, 2015 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 Quote
0 GreenMagic793 Posted December 22, 2015 Posted December 22, 2015 Then you didn't do it correctly. Quote
0 eclud Posted December 27, 2015 Author Posted December 27, 2015 I haven't the time to test or explain but here. Hi thanks, but dont work bro Y_Y BUMP Quote
0 Skorm Posted December 27, 2015 Posted December 27, 2015 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 Quote
0 eclud Posted December 31, 2015 Author Posted December 31, 2015 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! Quote
Question
eclud
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
12 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.