Jump to content
  • 0

gold room


Get Backers

Question


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.02
  • Content Count:  70
  • Reputation:   0
  • Joined:  11/23/20
  • Last Seen:  

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 by Mael
Use a codebox
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  208
  • Reputation:   22
  • Joined:  01/14/13
  • Last Seen:  

  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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.02
  • Content Count:  70
  • Reputation:   0
  • Joined:  11/23/20
  • Last Seen:  

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

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