Searching does wonders, you know?
http://forums.tibiawindbot.com/showt...pells-Attacker
Printable View
Searching does wonders, you know?
http://forums.tibiawindbot.com/showt...pells-Attacker
Hotkey to enable some healing settings and disable others like
Disable Exura Gran
Enable Exura Gran PK
Disable Exura San
Enable Exura Gran PK
not a persistent, something i can toggle myself
I need a hotkey to choose the amount of sds to attack and also to choose spell hunting or sd hunting.. what i want is that if i chose spell hunting my char use exori frigo, exori gran frigo and sd at 3 monsters or more, and if i choose sd hunting, my char only atk with pure sds, without spells, is that possible?XD
i need if demon skeletion on screen cast utana vid and if standtime over 10 seconds cast exori frigo or smth so it doesnt get traped by stalkers or demons skeletons
Pvptrainer not working, Cant atk in party and without party doesnt attack =/
edit: It is working however it doesnt switch weapon.
Alert on valueable bodies doesnt play sound when it loot item that is higher then i putted in the setting =/ a script possible for this maybe?
Nvm got it
i have some problem with my script, when this reach the minimun amount of sd to leave, it stop shoting sd just atack with wand, so i want ot know if u have some hotkeys like that
IF TARGETING IS OFF, BUT U ARE ATACKING SOMETHING = SHOOT SD!!
----------------------------------------------------------------
and i want know 1 action to check if a bp is open.. like that
if loot backpack is open bot go to the next waypoint, if not go to label open backpack
this is because my script sometimes dont open the loot backpack at depositing so its go hunt with all the loot on the backpack
how can i put so it use what pick is?
for example here 9598 is the id for whacking driller of fate, i want it to auto determine what item pick is in cavebot/settingsCode:useitemon(9598), 0, ground($wptx+1,$wpty,$wptz)) wait(500,1000)
so this will determine what setting i have on pick( I have whacking driller of fate) and use it?Code:useitemon(pick), 0, ground($wptx+1,$wpty,$wptz)) wait(500,1000)
just use this what i wrote. it will check what pick You have in settings
I need something like this. The character must logout when reach a certain spot (not when have low stamina), must log in with a different account and pass, and above all, must, if the script is running by the charnumber1, reconnect to charnumber2, if, otherwise, it is running by the charnumber2, reconnect to charnumber3 and so on and so forth.
@danielcb haven't tried, but should work I guess -
init start
local MONSTERS = {"Rat", "Cave Rat", "Bug"} -- add whatever monster u want
local SDmin = 3 -- min amount to use SD
local OnlySD = true -- or false, or make a getuseroption.
init end
-- DO NOT EDIT ANYTHING BELOW THIS LINE
auto(200)
if OnlySD then
for _, v in ipairs(MONSTERS) do
setsetting('Targeting/Creatures/' .. v .. '/Setting1/FirstSpell', 'Sudden Death Rune')
setsetting('Targeting/Creatures/' .. v .. '/Setting1/SecondSpell', 'No Spell')
end
elseif (maround(8, unpack(MONSTERS)) < SDmin) and (not OnlySD) then
for _, v in ipairs(MONSTERS) do
setsetting('Targeting/Creatures/' .. v .. '/Setting1/FirstSpell', 'Strong Ice Strike')
setsetting('Targeting/Creatures/' .. v .. '/Setting1/SecondSpell', 'Ice Strike')
end
elseif (maround(8, unpack(MONSTERS)) >= SDmin) and (not OnlySD) then
for _, v in ipairs(MONSTERS) do
setsetting('Targeting/Creatures/' .. v .. '/Setting1/FirstSpell', 'Sudden Death Rune')
setsetting('Targeting/Creatures/' .. v .. '/Setting1/SecondSpell', 'No Spell')
end
end
Pick up X items from the floor
KK, just made this, haven't tried, but should work. :)
init start
local item = 'Magic Plate Armor' -- item to pick up
local BP = 'Backpack of Holding' -- BP to move item onto
init end
-- DO NOT EDIT BELOW
local Item = itemid(item)
auto(200)
reachgrounditem(Item)
waitping(1,2)
moveitems(Item, BP, ground(), 100)
waitping()
I need a hotkey that using exana mort and exana pox after all ghastlys dead, would appreciate that
Regards
please script for:
turn off targeting if 5 or less royal spear
auto(200)
if itemcount("royal spear") <= 5 then
setsetting('Targeting/Enabled', 'no')
else
setsetting('Targeting/Enabled', 'yes')
end
Hello,
I have a question about a command. I made a fully working rook script from 1 -> 8 but when I put on my manatrainingrule, in the knight cave, the bot does not know I have chosen the knight vocation yet and has still the "non-vocation" in his memory. How can I change the $voc parameter in lua-style? ( I don't want to manual choose it since I want to have it work full automatic )
I am searching for the right command but I cant find it anywhere. I know how to read it but I dont know how to change it. ( like : setsetting($voc, 1) or whatever, I dont have a clue what the pathname is )
I am now turning my manatraining spell on like this :
setsetting('ManaTrainer/Rules/WoundCleansing/Enabled', 'yes')
It is enabled, thats for sure but it doesnt cast it.
Thx in advance
The script doesnt work because the bot doesnt update the parameter I think.
I just choose the knight-vocation at the isle of destiny and looked what it would do with the "$vocshort"-parameter with a hud:
{'Vocation', function() return $vocshort end}
and it gives back : NV. So I think the bot only reads my vocation at log in and does not update it.
Now the windowclient says : Windbot 2.1.6 - ..........: No-Vocation, Lv 8. And clearly I am a knight.
But if I want the bot to work, I need to relogg or manual go to : edit --> Character Vocation --> Knight --> Ok.
Then the windowsclient says: Windbot 2.1.6 - ................. : Knight, Lv 8
If I do that, your script enables the manatrainer and the bot works like a charm.
But I am looking for a way to change "$vocshort" from "NV" to "K". Or a way to let it check my character again and read my characters vocation without relogging or manual set it to "knight".
Ah, I get what you mean. Why don't just make it relog on its own? Seems like an easy solution :D
Edit:
Just add a HK for it instead?
auto(200)
if $mppc >= 30 then
cast('exura ico')
end
name it to, f.e. "Mana Trainer"
then put an action after you've chosed voc in ur waypoints -
@wimmesetsetting('Persistent/Scripts/Mana Trainer/Enabled', 'yes')
If it is not yet made what about a Boss task counter :D and when killed 300 tarantulas go to label xxx
Nvm im just blind apparently :P Thanks for script ahah
Can you make for me energy ring/ssa EQUIPPER + UNEQUIPPER? For example when i put Shift + C it wear e ring on finger, but when i put shift + C again, it put it e ring to backpack.
Ering:
if $finger.id == 0 then
equipitem('energy ring', 'finger', $back.id, 1)
else
unequipitem('finger', $back.id, 1)
end
SSA:
if $neck.id == 0 then
equipitem('stone skin amulet', 'amulet', $back.id, 1)
else
unequipitem('amulet', $back.id, 1)
end
Can u make hotkey for spell combo( if player A casting spell then player B casting spell ) ? Like combo UE or gran ico?
nvm found it
take screenshot when die? how? :)
i think its enough this one
http://forums.tibiawindbot.com/showt...ation-SD-Combo
and you need change only this
useoncreature(3155, getcreaturebyid(id)) to cast("spell") idk if it would works ;)
maybe search ??
http://forums.tibiawindbot.com/showt...hot-On-Advance
Level Spy Alert
Hello, I wonder if there is some way to make alert when monster is one or two floors under you.
Need working pvp trainer :) change weapon, blood hit timer ; P
Yo Raphael!! I dont know if this is the right place to ask, but could you make a script, that will use blueberry bushes?, something like "when there is blueberry on screen, use it,"I wanna make waypoints around mainland to go around using bushes, so people can get the achievment, also one in rook.
Hello its possible to make combo ue with exevo gran mas flam using by navigation system?
i need an action to check the softs before it goes to resp, can u fix that for me?
i tried to copy from other scripts but i'm still newbie with this bot, so i didn't manage to fix it!
need an action to (force refill action) pickup spear from a certain sqm, and a check if x spear then go to gotolabel('start', 'Hunting')