action to pickup a bunch of items from browse field til a certain capacity please, or even a certain amount to pickup if that's easier. :)?
been trying some but it doesn't wait for longer then 1 item..
Printable View
action to pickup a bunch of items from browse field til a certain capacity please, or even a certain amount to pickup if that's easier. :)?
been trying some but it doesn't wait for longer then 1 item..
what about that script that calculates the time till next skill up? u said u would do it raph...
btw, I would like a script to equip small stones from bp when amount on rhand is below certain number, and that would change the target to the second mad sheep if the current one has low health, if both mad sheeps have low health it would wait untill at least one of them has enough health for attacking (lets say 70% or something like that, that I can change it myself) and would alert if one of them died.
thanks.
I believe @Dehan is working on this skill timer you want. About the small stones refiller, please take a look at the built-in functionality for it (It's under Cavebot or Targeting, not really sure).
init start
-- local SCRIPT_VERSION = '1.0.0'
local config = {
-- Creatures you'll be attacking while training
creatures = {'Mad Sheep'}
-- Minimum HPPC to attack the creature
minHPPC = 20,
}
-- DO NOT EDIT BELOW THIS LINE --
table.lower(config.creatures)
init end
auto(100)
if $attacked.hppc < config.minHPPC then
stopattack()
end
if $attacked.id == 0 then
foreach creature c 'mfst' do
if c.hppc >= config.minHPPC and table.find(config.creatures, c.name:lower()) then
attack(c.id)
break
end
end
end
I Need i Deposit house action and a Action to take screenshoot when player on screen, but just in label "hunt"
is it possible to make a hotkey thats stopping all persistants? in ibot it was:
setsettings_ib("Settings/Actions/Enabled","no")
@Raphael
A hotkey that would save me from stalkers in a tomb trapping me, doing nothing else then trying to run trought the invisble stalker, this eats my manapotions!
Any suggestion?
Please search before making a request: http://forums.tibiawindbot.com/showt...6-Anti-Stalker
Oh well thanks in advance, i actually did use the search but i couln't find anything!
Raphael, could you help me with an action for ice fishing?
I converted the script from Ibot, but i crashs suddenly, with no reason.. I found out that there is an action for this, something like icefishing(), but I don't know how to use it.
I used the search button for hours and nothing.. So, here I am.
Can you, please, help me?
I appreciate it!
Yours,
Zed.
anyone can help me?Im doing a script that place are 4 floors and i need do a action will check the $posz then go to stair for up and on this action continue check the $posz for up again until leave cave
Is that clear?
An example:
local MPLEAVE = getuseroption("minmana")
local MPMANE = getuseroption("mananame")
local HPLEAVE = getuseroption("minhp")
local HPNAME = getuseroption("hpname")
local CAP = getuseroption("mincap")
if $wptsection == 'HUNT' and $posz == 8 then
if itemcount(MPNAME) < tonumber(MPLEAVE) or itemcount(HPNAME) < tonumber(HPLEAVE) or $cap < tonumber(CAP)
then
gotolabel('LEAVE')
elseif $posz == 9 then
gotolabel('UPSTAIRS')
elseif $posz == 10 then
gotolabel('UPAGAIN')
end
Thats possible?
thanks in advance
Hi, i need a script of "exevo vis hur", "exevo frigo hur" or "exevo gran frigo hur". I can't find on forum.
Thanks
any ideas for the minimize eq after x seconds?! kinda first day ..
I need auto haste script, I mean if utani hur go down using again all the time
Hi do someone knwo how to put the screenshoot if Idead? Thanks
Hi!
I'm having a problem in one of my cavebot scripts. When I'm hunting someone lure a creature in a room and close the door behind me. My bot goes idle and after a while logs out.
And my bot coordinates are not to go in this room.
I can see 2 solutions but my scripting sucks :p
You make a special area and a lua script that says:
Do not walk, target or loot in this special area.
Is this possible?
Or you make a lua script that says:
If idle use door at coordinates ...
Is this possible?
Any other solutions? Please help me with this problem! :)
How i can count all bow's i drop on floor?
Sorry for english hahahaha
Hey homie!! :D
Could you make a action, to make character pick up itemID, from ground and put in lootbp. My thoughts are.. i would take wpts for a spawn where im botting a char, and then take my high lvl ek, to go around picking up loot, like plate armors, etc..
Would be great! thanks!, reply with quote please, so i see that you have responed
something like this?
http://forums.tibiawindbot.com/showt...ll=1#post75438
if (needresupply('sup')) then
gotolabel("Refil", "Refil")
end
what is wrong with this action? it doesn't work
14:37:13 error in Action script wptid:15:
["if $cap < cap then"]:LucasTerra.lua:5796 attempt to compare number with string
stack traceback:
["if (needresupply('sup')) then"]:Action: 15:1 in user script
14:37:48 error in Action script wptid:21:
["else"]:Action: 21:4: 'end' expected (to close 'function' at line 1) near 'else'
14:38:23 error in Action script wptid:5:
["if $cap < cap then"]:LucasTerra.lua:5796 attempt to compare number with string
stack traceback:
["if (needresupply('sup')) then"]:Action: 5:1 in user script
Looking for a script that I can use to pick mouthpieces from the chest in Roshamuul. I want the script to log in the characters every 30 min and pick mouthpieces from the box.
Hello,
i need a hotkey to take screenshot when i got any achievment.
example: for msg 'you earned achiev...." them take screenshot.
I use Search and I got only for advances (level/Skills/ML),
Can do persistant to take loot on ground ?
Can anyone tell me how make action to use obsidian knife on behemoth?
Hey, I was trying to find a full 4 character reconnect, I think Leonardo did one but it's not here anymore or I just couldn't find it.
Do you think this would be possible to be fully working on 2 or even 4 seperate accounts? I bot certain spawns 24/7 and I just get my chars to log out when they don't have stamina and I manually log the next char and start the bot on it, so that I have that spawn permanently, however I'm gonna start studying again shortly and I won't have time for it, so I was thinking maybe you could create one or help me set it up so that I can just leave it and it will do all of the relogging.
Please use the search before making a request.
http://forums.tibiawindbot.com/showt...on-Low-Stamina
As I said I was trying to find it, I thought Leonardo made it not you. Thanks.
yoyo
I need enchanted spears script make. buying mfs & spears when they are less
with go hunt if soul ponts less than 5 xd
I want a persistence for use DIVINE CALDERA if got TRAPPED.
Tank you
@Raphael, is there any function like if i have 4 chars at the account is there any script that can change from one player to another when low stamina?