Signup Now
Results 1 to 4 of 4
  1. #1
    Free User
    Join Date
    Apr 2014
    Posts
    82
    Reputation
    10
    Rep Power
    20

    Mwall on screen go .........

    so, iam botting ferumbras acension on an OT ,and ppl can kill me really eazy buy luring monsters and make my "anti-lure" activate and then mwall the 1sqm spot, and my bot will stand still and die, is there in any way i can make like "if mwall/tree wall on screen, go label "refill" ? or does that have to be an action in the waypoints ? Have been looking around and trying to find but mby iam bad at looking xD


    thanks alot!

  2. #2
    Free User blakw's Avatar
    Join Date
    Dec 2013
    Posts
    2,669
    Reputation
    73
    Rep Power
    26
    Use it as a persistent (untested):


    --Mwall id here:
    idMwall = 11111

    for x = -7, 7 do
    for y = -5, 5 do
    if (math.abs(x) > 1 or math.abs(y) > 1) then
    local curX, curY = $posx + x, $posy + y
    local item = topuseonitem(curX, curY, $posz).id

    if item == idMwall then
    gotolabel("refill")
    wait(10000)
    end
    end
    end
    end


    Visit:
    (◣_◢)

  3. #3
    Free User
    Join Date
    Apr 2014
    Posts
    82
    Reputation
    10
    Rep Power
    20
    does it work for Tree walls aswell? or only magic wall ?

  4. #4
    Free User
    Join Date
    Apr 2014
    Posts
    82
    Reputation
    10
    Rep Power
    20
    or a script like "if cant go to anti lure , go to label, or smthing

 

 

Posting Permissions

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