Signup Now
Page 20 of 25 FirstFirst ... 101819202122 ... LastLast
Results 191 to 200 of 245
  1. #191
    Free User
    Join Date
    Aug 2014
    Posts
    7
    Reputation
    10
    Rep Power
    0
    what if cipsoft see ur char name... adios senorita

  2. #192
    Banned
    Join Date
    Jul 2014
    Posts
    358
    Reputation
    83
    Rep Power
    0
    init start
    local function getRootTile()
    local function distanceFrom(tile)
    return $posz == tile.z and math.abs($posx - tile.x) + math.abs($posy - tile.y) or math.huge
    end

    local rootIds, rootTiles, x, y, z, id = {21104, 21105}, {}
    for xDif = -7, 7 do
    for yDif = -5, 5 do
    x, y, z = $posx + xDif, $posy + yDif, $posz
    id = topitem(x, y, z).id
    if table.find(rootIds, id) then
    table.insert(rootTiles, {x = x, y = y, z = z, id = id})
    end
    end
    end

    table.sort(rootTiles, function(a, b) return distanceFrom(a) < distanceFrom(b) end)
    return rootTiles[1]
    end
    local tile
    init end

    auto(300)
    tile = getRootTile()
    if tile and maroundreachable(7, unpack(MONSTERS)) == 0 and $lootsaround == 0 then
    pausewalking(10000)
    reachlocation(tile.x, tile.y, tile.z)
    useitem(tile.id, ground(tile.x, tile.y, tile.z)) waitping(2, 3)
    pausewalking(0)
    end


    Here is the action I made for oramod rp scripts that uses roots, I think if you add it to oramond west script in cavebot/scripts it should work just fine.
    Last edited by walukasz; 09-18-2014 at 07:43 PM.

  3. #193
    Free User
    Join Date
    Aug 2014
    Posts
    3
    Reputation
    10
    Rep Power
    0
    Tested on 248MS, all works!
    Exp/h its 700k/h (without premmy stammina) and small waste (around 15k/h)
    Full Gill Set.

    Very often red hp, but still alive

  4. #194
    Free User Open Space's Avatar
    Join Date
    Jan 2014
    Location
    Poland
    Posts
    37
    Reputation
    10
    Rep Power
    0
    Using your Cults on Yalahar. Script is amazing.

  5. #195
    Banned
    Join Date
    Mar 2014
    Posts
    253
    Reputation
    11
    Rep Power
    0
    @walukasz 305 ms on oramond west possible? and wich eq?

  6. #196
    Banned
    Join Date
    Jul 2014
    Posts
    358
    Reputation
    83
    Rep Power
    0
    Quote Originally Posted by Bilal View Post
    @walukasz 305 ms on oramond west possible? and wich eq?
    eq probably mix of dwarven set and gill set. amulets like garlic/prismatic and prismatic rings should help. As script is free you can just download and test.

  7. #197
    Free User Wookashinho's Avatar
    Join Date
    Sep 2014
    Location
    Polska
    Posts
    12
    Reputation
    10
    Rep Power
    0
    @walukasz
    I've tried to use your cults on two different servers at the same time but just one worked. The other one gets stuck at the first waypoint - which is opening backpacks. I tried opening backpacks manually but after doing so bot instantly closes them.
    Any idea what could go wrong?

  8. #198
    Banned
    Join Date
    Jul 2014
    Posts
    358
    Reputation
    83
    Rep Power
    0
    Quote Originally Posted by Wookashinho View Post
    @walukasz
    I've tried to use your cults on two different servers at the same time but just one worked. The other one gets stuck at the first waypoint - which is opening backpacks. I tried opening backpacks manually but after doing so bot instantly closes them.
    Any idea what could go wrong?
    yes, your backpack setup is incorrect.

  9. #199
    Free User Wookashinho's Avatar
    Join Date
    Sep 2014
    Location
    Polska
    Posts
    12
    Reputation
    10
    Rep Power
    0
    I'm pretty sure it's not because I've got the same settings for both of my characters but well, I'll check it once again later and let you know.


    EDIT: Yep, you were right. Colours of main backpacks were different. I guess brown and red colour looked the same for me while setting up Sorry for bothering.
    Last edited by Wookashinho; 09-24-2014 at 07:08 PM.

  10. #200
    Free User
    Join Date
    Sep 2014
    Posts
    3
    Reputation
    10
    Rep Power
    0
    i got trapped by all the summons of the cults but i noticed the bot targeted the Ghost instead of the ghouls and therefore could not kill it.. almost died :P else worked flawless for 12.5 hours, 240k profit, 120k exp /hr without any bonus.

 

 

Posting Permissions

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