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
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.
Last edited by Tuben; 11-09-2012 at 05:37 PM. Reason: Wrong in script
there it is
See my Trading historyhttp://http://forums.xenobot.net/search.php?searchid=1895863
Last edited by robin; 11-10-2012 at 01:41 AM.
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.