Dev Blaze Posted October 25, 2012 Group: Members Topic Count: 68 Topics Per Day: 0.01 Content Count: 212 Reputation: 5 Joined: 01/24/12 Last Seen: February 19, 2019 Share Posted October 25, 2012 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" Quote Link to comment Share on other sites More sharing options...
Emistry Posted October 25, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Thursday at 03:04 PM Share Posted October 25, 2012 you mean countitem ?? if( countitem( 2000 ) < 100 ){ mes "You cant enter..."; close; }else{ delitem 2000,100; } 1 Quote Link to comment Share on other sites More sharing options...
Question
Dev Blaze
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.