And then died on my other ek botting mistrock. There is no possible way to die on this guy without a complete bot fuck up. Level 80, fully equipped 100/94 Cyc's should never kill him
Printable View
And then died on my other ek botting mistrock. There is no possible way to die on this guy without a complete bot fuck up. Level 80, fully equipped 100/94 Cyc's should never kill him
Nvm fixed that.
k almoust 24h testing on many clients
all working great 0 problems
I've been botting for about 20h on a lot of clients. No problems whatsoever. GJ.
there it is
I have already provided you with the script by PM yesterday. Did they help in figuring out what's wrong?
EDIT: Solved the problem. Changed my script file a bit. Sorry for the hassle. Was my fault entirely. Thanks for your willingness to help and for the update :D
sucker for punishment so i'm trying this again.
It also seems that the scripts i'm running just stop working for whatever reason. At first my safe exori script works fine, but 10 minutes in it just stops. Same with Vial Dropper.
Running Holman's Exori Thread from the second page. http://forums.xenobot.net/showthread...ght=safe+exori
This .lua and .xbst http://forums.xenobot.net/showthread...9382#post79392
This for vial dropping local emptyVialId = 285 -- Empty vial ID.
local amountToDrop = 5 -- Minimum amount to drop.
function dropItem(id, cnt)
local cont = Container.GetFirst()
while (cont:isOpen()) do
for spot = 0, cont:ItemCount() do
local item = cont:GetItemData(spot)
if (item.id == id and item.count >= math.random(cnt, cnt+5)) then
cont:MoveItemToGround(spot, Self.Position().x, Self.Position().y, Self.Position().z)
return true
end
end
cont = cont:GetNext()
end
return false
end
while (true) do
if (dropItem(emptyVialId, amountToDrop)) then
wait(30000, 45000)
else
wait(2000)
end
end
It just randomly stopped dropping vials mid hunt, now up to 88, randomly stopped exoring/exori graning.