Signup Now
Results 1 to 1 of 1
  1. #1
    Free User
    Join Date
    Dec 2013
    Posts
    6
    Reputation
    10
    Rep Power
    0

    Red face BP windows checker

    auto(1000)
    if ($connected == true)
    if (windowscount() < 3)
    {
    wait(1000);
    setcavebot('off');
    wait(1000);
    setopennextbackpack('off');
    wait(1000);
    closewindows();
    wait(1000);
    openbattle();
    wait(1000);
    openmainbackpack();
    wait(1000);
    resizewindows();
    openitem(itemid(2854), 0, true);
    wait(1000);
    resizewindows();
    openitem(itemid(2854), 1, true);
    wait(1000);
    resizewindows();
    setopennextbackpack('on');
    setcavebot('on');
    }
    end



    Someone can help me end this persistent hotkey, to check if i have x windows opened, then open bp id1, bp id2?


    EDIT:


    getuseroption('mainbp')

    if ($connected == true) then
    if (windowscount() < 3)
    {
    wait(1000);
    setcavebot('off');
    wait(1000);
    setopennextbackpack('off');
    wait(1000);
    closewindows();
    wait(1000);
    openbattle();
    wait(1000);
    openmainbackpack();
    wait(1000);
    resizewindows();
    openitem(itemid(mainbp), 0, true);
    wait(1000);
    resizewindows();
    openitem(itemid(mainbp), 1, true);
    wait(1000);
    resizewindows();
    setopennextbackpack('on');
    setcavebot('on');
    }
    end




    I tried that too, but not working
    Last edited by kaesar; 12-19-2013 at 03:35 PM.

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •