Get Backers Posted January 16, 2021 Group: Members Topic Count: 26 Topics Per Day: 0.02 Content Count: 70 Reputation: 0 Joined: 11/23/20 Last Seen: January 24, 2021 Share Posted January 16, 2021 (edited) Hello, there when I enter the gold room my zeny will not reduce and even without my zeny I can get inside the gold room thanks if (.@txt$ != .@str$) { mes "[ ^C6A518Bot Checker^000000 ]"; mes "You have not inputted Correct."; mes "Captcha"; next; atcommand "@kick "+ strcharinfo(0); close2; cutin "",255; end; } if (gettimetick(0) < #GOLDROOM_CD) { mes "[ ^C6A518Gold Room Assistant^000000 ]"; mes "You can only re-enter after "+(#GOLDROOM_CD - gettimetick(0))+" seconds."; close2; cutin "",255; end; } else if ( Zeny < .zeny_cost ) { mes "[ ^C6A518Gold Room Assistant^000000 ]"; mes "Sorry, but you can't enter the room."; close2; cutin "",255; end; } else { #GOLDROOM_CD = gettimetick(0) + (12 * 60 * 60); // 12 hours cooldown. Zeny -= .zeny_cost; deltimer strnpcinfo(3)+"::OnKick"; addtimer (300 * 60 * 1000), strnpcinfo(3)+"::OnKick"; warp "ordeal_1-2",151,154; } close; Edited January 16, 2021 by Mael Use a codebox Quote Link to comment Share on other sites More sharing options...
0 hikashin-rae Posted January 16, 2021 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 213 Reputation: 24 Joined: 01/14/13 Last Seen: Wednesday at 03:42 AM Share Posted January 16, 2021 if (.@txt$ != .@str$) { mes "[ ^C6A518Bot Checker^000000 ]"; mes "You have not inputted Correct."; mes "Captcha"; next; atcommand "@kick "+ strcharinfo(0); close2; cutin "",255; end; } if (gettimetick(0) < #GOLDROOM_CD) { mes "[ ^C6A518Gold Room Assistant^000000 ]"; mes "You can only re-enter after "+(#GOLDROOM_CD - gettimetick(0))+" seconds."; close2; cutin "",255; end; }else { #GOLDROOM_CD = gettimetick(0) + (12 * 60 * 60); // 12 hours cooldown. deltimer strnpcinfo(3)+"::OnKick"; addtimer (300 * 60 * 1000), strnpcinfo(3)+"::OnKick"; warp "ordeal_1-2",151,154; } close; Here Quote Link to comment Share on other sites More sharing options...
0 Get Backers Posted January 16, 2021 Group: Members Topic Count: 26 Topics Per Day: 0.02 Content Count: 70 Reputation: 0 Joined: 11/23/20 Last Seen: January 24, 2021 Author Share Posted January 16, 2021 11 minutes ago, Cookie-rae said: if (.@txt$ != .@str$) { mes "[ ^C6A518Bot Checker^000000 ]"; mes "You have not inputted Correct."; mes "Captcha"; next; atcommand "@kick "+ strcharinfo(0); close2; cutin "",255; end; } if (gettimetick(0) < #GOLDROOM_CD) { mes "[ ^C6A518Gold Room Assistant^000000 ]"; mes "You can only re-enter after "+(#GOLDROOM_CD - gettimetick(0))+" seconds."; close2; cutin "",255; end; }else { #GOLDROOM_CD = gettimetick(0) + (12 * 60 * 60); // 12 hours cooldown. deltimer strnpcinfo(3)+"::OnKick"; addtimer (300 * 60 * 1000), strnpcinfo(3)+"::OnKick"; warp "ordeal_1-2",151,154; } close; Here Thanks bro solved Quote Link to comment Share on other sites More sharing options...
Question
Get Backers
Hello, there when I enter the gold room my zeny will not reduce and even without my zeny I can get inside the gold room thanks
Use a codebox
Link to comment
Share on other sites
2 answers 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.