Jump to content
  • 0

please share stat seller


youtube

Question


  • Group:  Members
  • Topic Count:  74
  • Topics Per Day:  0.02
  • Content Count:  171
  • Reputation:   0
  • Joined:  06/19/13
  • Last Seen:  

please post here 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1125
  • Reputation:   236
  • Joined:  07/30/12
  • Last Seen:  


prontera,150,150,0 script Test 123,{

set .@cost,100 // set the amount of zeny

mes "Do you want to buy Stats?";

next;

switch(select("Yes!:Nope!")) {

case 1:

mes "How many points do you want to buy?";

mes "Each points cost 100 zeny.";

next;

input .@amt;

if( Zeny < ( .@amt * .@cost ) ) {

mes "Insufficient Zeny!";

close;

} else {

set Zeny, Zeny - ( .@amt * .@cost );

set StatusPoint, StatusPoint + .@amt;

mes "Here you go!";

}

case 2:

mes "Alright!";

close;

}

}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

Join the conversation

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

Guest
Answer this question...

×   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...