Meister Posted March 14, 2013 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Share Posted March 14, 2013 Hi can I request for a payed warper via zeny? E.G. warper can only be used if NPC is payed by 5k. This is applicable after the warp. Also, the maps included are the maps that are not quest maps. Is it possible? Thanks! Quote Link to comment Share on other sites More sharing options...
Skorm Posted March 18, 2013 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share Posted March 18, 2013 After: function Go {Add: set .@price,5000; if(Zeny<.@price){mes "I'm sorry you don't have enought Zeny to warp, please try again later."; close;} set Zeny,Zeny-.@price;After:function Pick {Add: set .@price,5000; if(Zeny<.@price){mes "I'm sorry you don't have enought Zeny to warp, please try again later."; close;} set Zeny,Zeny-.@price; 2 Quote Link to comment Share on other sites More sharing options...
Shakto Posted March 14, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 416 Reputation: 96 Joined: 02/07/13 Last Seen: Saturday at 01:08 PM Share Posted March 14, 2013 (edited) Add this at begining of your script set .@Price,5000; // Zeny required for warp if (.@Price) { message strcharinfo(0),"Warping costs "+.@Price+" Zeny."; if (Zeny < .@Price) end; //Warping script here set Zeny, Zeny-.@Price; // Write this BEFORE teleport } Edited March 14, 2013 by Shakto Quote Link to comment Share on other sites More sharing options...
Meister Posted March 18, 2013 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Author Share Posted March 18, 2013 How can I add it on the warper of rathena? Quote Link to comment Share on other sites More sharing options...
Question
Meister
Hi can I request for a payed warper via zeny? E.G. warper can only be used if NPC is payed by 5k. This is applicable after the warp.
Also, the maps included are the maps that are not quest maps.
Is it possible? Thanks!
Link to comment
Share on other sites
3 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.