eclud Posted December 13, 2015 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 80 Reputation: 0 Joined: 08/29/15 Last Seen: February 17, 2018 Share 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 Link to comment Share on other sites More sharing options...
0 Skorm Posted December 23, 2015 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: Thursday at 10:36 PM Share 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 Link to comment Share on other sites More sharing options...
0 imahman Posted December 13, 2015 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 49 Reputation: 4 Joined: 04/19/12 Last Seen: September 29, 2024 Share 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 Link to comment Share on other sites More sharing options...
0 GreenMagic793 Posted December 13, 2015 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 157 Reputation: 19 Joined: 08/18/15 Last Seen: April 5, 2023 Share 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 Link to comment Share on other sites More sharing options...
0 hendra814 Posted December 14, 2015 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1278 Reputation: 170 Joined: 06/12/12 Last Seen: 3 hours ago Share Posted December 14, 2015 try this one warper.txt Quote Link to comment Share on other sites More sharing options...
0 eclud Posted December 15, 2015 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 80 Reputation: 0 Joined: 08/29/15 Last Seen: February 17, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
0 eclud Posted December 17, 2015 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 80 Reputation: 0 Joined: 08/29/15 Last Seen: February 17, 2018 Author Share Posted December 17, 2015 Bump Quote Link to comment Share on other sites More sharing options...
0 GreenMagic793 Posted December 17, 2015 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 157 Reputation: 19 Joined: 08/18/15 Last Seen: April 5, 2023 Share 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 Link to comment Share on other sites More sharing options...
0 eclud Posted December 21, 2015 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 80 Reputation: 0 Joined: 08/29/15 Last Seen: February 17, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
0 GreenMagic793 Posted December 22, 2015 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 157 Reputation: 19 Joined: 08/18/15 Last Seen: April 5, 2023 Share Posted December 22, 2015 Then you didn't do it correctly. Quote Link to comment Share on other sites More sharing options...
0 eclud Posted December 27, 2015 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 80 Reputation: 0 Joined: 08/29/15 Last Seen: February 17, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
0 Skorm Posted December 27, 2015 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: Thursday at 10:36 PM Share 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 Link to comment Share on other sites More sharing options...
0 eclud Posted December 31, 2015 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 80 Reputation: 0 Joined: 08/29/15 Last Seen: February 17, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.