what if cipsoft see ur char name... adios senorita![]()
what if cipsoft see ur char name... adios senorita![]()
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.
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![]()
Using your Cults on Yalahar. Script is amazing.![]()
@walukasz 305 ms on oramond west possible? and wich eq?
@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?
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 upSorry for bothering.
Last edited by Wookashinho; 09-24-2014 at 07:08 PM.
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.