Meister Posted March 14, 2013 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
Skorm Posted March 18, 2013 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
Shakto Posted March 14, 2013 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
Meister Posted March 18, 2013 Author Posted March 18, 2013 How can I add it on the warper of rathena? Quote
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!
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.