Natsu Dragneel Posted August 29, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 138 Reputation: 1 Joined: 12/27/11 Last Seen: September 7, 2016 Share Posted August 29, 2012 (edited) Hi nakuha panu po gawing zeny ang need dito sa script na to http://pastebin.com/sfXvv9ZU may nakalagay kung panu gawin pero di ko alam kung san ko ilalagay to Then use Zeny checks instead of item checks. It's not hard to figure out.if (Zeny < your_amount) { mes "You don't have enough Zeny."; close; } // Check set Zeny, Zeny - your_amount; // Remove Edited August 29, 2012 by Natsu Dragneel Quote Link to comment Share on other sites More sharing options...
RCharles Posted August 29, 2012 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 154 Reputation: 10 Joined: 05/31/12 Last Seen: May 15, 2014 Share Posted August 29, 2012 change line 3 mes "It costs "+.Cost[1]+"x "+getitemname(.Cost[0])+" to play."; then replace line 4 for with your if condition for zeny. Quote Link to comment Share on other sites More sharing options...
Natsu Dragneel Posted August 29, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 138 Reputation: 1 Joined: 12/27/11 Last Seen: September 7, 2016 Author Share Posted August 29, 2012 what will I put in line 3? Quote Link to comment Share on other sites More sharing options...
Euphy Posted August 29, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted August 29, 2012 http://upaste.me/raw/dc5e1004ef44ad34 Quote Link to comment Share on other sites More sharing options...
Natsu Dragneel Posted August 29, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 138 Reputation: 1 Joined: 12/27/11 Last Seen: September 7, 2016 Author Share Posted August 29, 2012 thank you again euphy! its working fine! Quote Link to comment Share on other sites More sharing options...
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.