Targetting still bugged.
Targetting still bugged.
I converted hive surface for mages by walukasz to windbot. Tried to use it, but its impossible, character died 3x in a row. It uses healing but when I go afk, I dont know what happens, because 230mage dies by 1crawler and waspoid, so he wasnt combo'ed. Could you fix it? As far as I know walukasz uses healing in actions, if it could help to solve it.
I did same thing like Lucas says, I made own healing in windbot on souleaters by walukasz and anyway i died![]()
I have a question, maybe I missed it in the initial post, or something. Anyways, does this convert the whole script, or just some LUA functions, like if i put in a whole .xml file, will I get an .xml file back?
windbot is not working with this command this are 2 labels, is serpent spawns goroma trying to open the hole with a pick
label 1
--~~picking the hole~~
if topitem(31928,32670,9).id == 355
or topitem(31928,32670,9).id == 2886
or topitem(31928,32670,9).id == 2887
or topitem(31928,32670,9).id == 2888
or topitem(31928,32670,9).id == 2889
or topitem(31928,32670,9).id == 2890
or topitem(31928,32670,9).id == 394 then
wait(1000,1500)
useitem(Pick, 31928,32670,9)
wait(100,200)
useitem(Pick, 31928,32670,9)
wait(100,200)
useitemon(Pick, 0, ground(31928,32670,9))
wait(100,200)
setsetting("Persistent/Scripts/Anti_Trap/Enabled", "yes")
end
label 2
--~~picking the hole~~
setsetting("Targeting/Creatures/Quara Hydromancer Scout/Setting1/Health", "0 to 100 %")
if topitem(31928,32670,9).id == 394 then
setsetting("Cavebot/SpecialAreas/Pick_Hole_Hard/Policy", "None")
gotolabel("hole_open")
else
wait(500,1000)
gotolabel("piCk_the_HOLE")
end
Last edited by llausas; 04-04-2014 at 06:49 PM.