Im looking for a paralyze heal for mage. Or a tutorial for it.
Thanks
Printable View
Im looking for a paralyze heal for mage. Or a tutorial for it.
Thanks
If it's not asking too much, a quick looter action would be awesome.
I'm playing around with Condition Healer and I couldn't figure out how I could set an advanced anti-paralyze.
I wonder why once you added Condition Paralyze there is no extra condition to set $hppc
Something like that~
PHP Code:
auto(200)
if $paralyzed and $hppc < 60 then
cast('exura vita') wait(110, 130)
elseif $paralyzed and $hppc > 70 then
cast('exura gran') wait(130, 150)
elseif $paralyzed and $hppc > 85 then
cast('exura') wait(200, 250)
end
Logout if no money, is possible?
someone can do a script to use Exevo mas san if 2 grims are in range of the Spell?
Hello i need a hotkey to eat food...
hey raphael, anyway to help me with this?
http://forums.tibiawindbot.com/showt...ng-avoid-waves
Sorry for taking so long, actually had this shitting on my editor for at least 2 days.
auto(100)
foreach lootingitem l do
if itemcount(l.id) - itemcount(l.id, l.destination) > 0 then
moveitems(l.id, l.destination)
waitping()
end
end
Pulls data from looting itself.
A HUD script to show Wild growth timer, the build in magic wall timer doesn't work with wild growth.
THANK YOUU =)
nevermind , already did that , thx
Aham. xD
Mr. Raphael are you able to develop a hotkey for picking up a list of items (or even the loot list/category) from floor and move them to lootbp?
For example, after we had made that persistent that stops looting and starts droping loots on floor if low cap, so after having cap back again, if he finds that item on the floor, this requested persistent should pick up these items to lootbp
Thanks in advance mate
Hello. I'm lookin' for hotkey supplies checker, if its lower then set in supplies the bot will turn off the targetin and go to wpt refill
Hello, after update the action to fish on water elementals, is buging...
Quote:
error in Cavebot script FishWaterElemental: ["for k, v in ipairs(self) do"]:LucasTerra.lua:759 bad argument #1 to 'ipairs' (table expected, got number)
stack traceback:
["for k, v in ipairs(self) do"]:LucasTerra.lua:759 in function ["function table:find(value, argument)"]:LucasTerra.lua:758
["elseif (type(self.id) == 'number' and self.id == cur.id) or ..."]:LucasTerra.lua:2625 in function ["function FISHSPOTS:update(id)"]:LucasTerra.lua:2609
["FISHSPOTS:update(n)"]:LucasTerra.lua:2714 in function ["function fishspots(n)"]:LucasTerra.lua:2711
["if fishspots(9582) > 0 then"]:FishWaterElemental:16 in user script
you want this one?
--Supplies
auto(40000,60000)
local CapToLeave = tonumber(getuseroption("CapToLeave"))
if needresupply(CapToLeave,'a') then
setsetting('Targeting/Creatures/Frazzlemaw/Setting1/OnlyIfTrapped', 'yes')
setsetting('Targeting/Creatures/Silencer/Setting1/OnlyIfTrapped', 'yes')
stopattack()
wait(30000)
end
thx dworak will check it later
Antifurniture where if someone throws trash on it, it moves the random trash and then break the furniture
ppl are trapping like this, dropping a giant unpathable clock and them throw a vial on it so i cant break
http://static3.wikia.nocookie.net/__...ulum_Clock.gif
^ but the default furniture breaker couldnt break it cause there was a vial on the top of it.
http://static3.wikia.nocookie.net/__...ulum_Clock.gif
hotkey couldnt break it cause someone threw a vial on the top of it.
could fix this for me too ?
My head is on fire and I cant do this, im not good at 'for's
@Raphael
this /\
@up, use depotaction() function it will reach depot open specified depot bp and move all items to specified bps. How this function work You can check in tutorial section, gl!
the action 'depotaction(), dont work like ibot on ibot he work opening first then second then third, here is third then second then first, dont reopen bps before deposit item
maybe this is your problem
before depotaction you can put code like
while itemcount(lootbp, lootbp) > 0
do openitem(lootbp, lootbp, false)
end
this will open yours bps to last
lootbp = bp with loot
Amulet equiper please