Jump to content
Natsu Dragneel

how to set this to zeny instead of items

Recommended Posts

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 by Natsu Dragneel
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.