Signup Now
Results 1 to 6 of 6
  1. #1
    Free User
    Join Date
    Sep 2015
    Posts
    5
    Reputation
    10
    Rep Power
    0

    Getting stuck at doors with location checkers..

    Since I updated to windbot BETA for 11 my bots are getting stuck at the doors when there is a location checker.. which makes it go back and forth just spam opening the door, what to do? can I change the wait time somehow? or how do I Fix this problem?

  2. #2
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23
    Quote Originally Posted by Allewachen View Post
    Since I updated to windbot BETA for 11 my bots are getting stuck at the doors when there is a location checker.. which makes it go back and forth just spam opening the door, what to do? can I change the wait time somehow? or how do I Fix this problem?
    1- wrong area, post doubts, bug etc Windbot 11

    2- Is your problem similar to this?

  3. #3
    Free User
    Join Date
    Sep 2015
    Posts
    5
    Reputation
    10
    Rep Power
    0
    Yes a bit similiar but it is only for doors that requirtes a certain lvl or something to get thru, so when u use the door u walk in to it instantly, for example when u are leaving farmine, the doors to get to the tp thingy, it gets stuck and just uses the door to stand in it, and then walk back to do this again

  4. #4
    Wind Tester
    Join Date
    Dec 2013
    Location
    Warsaw, Poland
    Posts
    2,579
    Reputation
    149
    Rep Power
    27
    add waits after using doors/levers/anything

  5. #5
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23
    Quote Originally Posted by Allewachen View Post
    Yes a bit similiar but it is only for doors that requirtes a certain lvl or something to get thru, so when u use the door u walk in to it instantly, for example when u are leaving farmine, the doors to get to the tp thingy, it gets stuck and just uses the door to stand in it, and then walk back to do this again
    door quests, just do this...

    Option 1: Cavebot Stand (before door) > Cavebot Use (over the door) > Cavebot Action (after door)

    Action: after door

    --Check Door
    waitping()
    if not islocation() then
    gotolabel($wptid-1)
    end


    Option 2: Cavebot Stand (before door) > Cavebot Action (over the door) > Cavebot Action (after door)

    Action 1: over the door

    --Door
    local PosX = 11111
    local PosY = 11111
    local PosZ = 1

    reachlocation(PosX,PosY,PosZ)
    usedoor($wptx,$wpty,$wptz, 'open')


    Action 2: after door

    --Check Door
    waitping()
    if not islocation() then
    gotolabel($wptid-1)
    end

  6. #6
    Free User
    Join Date
    Sep 2015
    Posts
    5
    Reputation
    10
    Rep Power
    0
    Thank you for the help! will try when I get time

 

 

Posting Permissions

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