You have video for Lizard City Walls North 0 & +1 & +2 Floor << ek 280+,
HFF + Crystal Caves INQ - Mage AvalancheStyle <<< ed 280+
Edron Behemoths - Avalancher Mage <<< ed 240+?
You have video for Lizard City Walls North 0 & +1 & +2 Floor << ek 280+,
HFF + Crystal Caves INQ - Mage AvalancheStyle <<< ed 280+
Edron Behemoths - Avalancher Mage <<< ed 240+?
Hey buddy, I do not got videos of any script at the moment "/ Will add it soon.
if you got any questions about those scripts just ask
@Mamuth man I just added video on Walls EK, check it out ^^ pretty nub and bad quality "/ but gives you a view how it works atleast ^^
Last edited by TibiaDealer; 05-06-2014 at 08:26 PM.
Lowered price of few scripts today.
Also have 3 EK scripts under testing mode!
Mines 4 floors, Hive West tower 4 Floors & Edron Demons (:
was not the behemoth in edron 150+ before or something? :S @TibiaDealer
hey dude, im using edorn behemoths script, there's anyway to disable using the Gold BP if i'm not picking up gold?
Hey buddy! yeah ofc - go "Cavebot" > "Scripter" and then open "Backpacker"
& then replace
with...Code:while windowcount(goldbp) == 0 do pausewalking(2200,2700) wait(1189,1311) openitem(goldbp, mainbp, true) resizewindows() end
should work, tell me if it doesn't (=Code:if getuseroption("lootGPs") then while windowcount(goldbp) == 0 do pausewalking(2200,2700) wait(1189,1311) openitem(goldbp, mainbp, true) resizewindows() end end
ty, i'll try it and will elt you know how it goes
edit: im getting this error in cosole: error in Cavebot script Backpacker:
["end"]:Backpacker:33: 'end' expected (to close 'function' at line 1) near '<eof>'
the full code i have in backpacker is:
--open backpacks
auto(2555,5888)
if (windowcount(mainbp) == 0) or (windowcount(lootbp) == 0) or (windowcount(goldbp) == 0) or (windowcount(supplybp) == 0) then
while windowcount(mainbp) == 0 do
pausewalking(2200,2700)
wait(1189,1311)
openitem(mainbp, "back", true)
end
while windowcount(lootbp) == 0 do
pausewalking(2200,2700)
wait(1189,1311)
openitem(lootbp, mainbp, true)
resizewindows()
end
while windowcount(supplybp) == 0 do
pausewalking(2200,2700)
wait(1189,1311)
openitem(supplybp, mainbp, true)
resizewindows()
end
if getuseroption("lootGPs") then
while windowcount(goldbp) == 0 do
pausewalking(2200,2700)
wait(1189,1311)
openitem(goldbp, mainbp, true)
resizewindows()
end
end
Last edited by Encor; 05-08-2014 at 03:35 PM.
@Encor there is a missing "end" in the end =P