Jump to content
  • 0

Register account "Zeny" change this item ID "20000"


Dev Blaze

Question


  • Group:  Members
  • Topic Count:  68
  • Topics Per Day:  0.01
  • Content Count:  212
  • Reputation:   5
  • Joined:  01/24/12
  • Last Seen:  

L_Reg:

if (Zeny < 800000000) goto L_No;

set .@z, 800000000;

set Zeny, Zeny - .@z;

set bossregister, 1;

mes "Registration done";

close;

How to change this into Zeny to "getitem 2000,100 thnx"

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10018
  • Reputation:   2371
  • Joined:  10/28/11
  • Last Seen:  

you mean countitem ??

if( countitem( 2000 ) < 100 ){
   mes "You cant enter...";
   close;
}else{
   delitem 2000,100;
}

  • Upvote 1
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
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...