when its attacking it seems like the walker doesnt go to next line, it keeps focusing on targeting instead of walker. the walker keeps on staying at "train"
Ok i understood, here is lua script (i don't tested it fast coding) because targeting when keep focusing on attack stopping walker. https://github.com/Ascerr/Lua-Scripts/blob/master/On%20off%20targeting%20if%20item%20count.lua
I have improved a little one of your scripts to make it more generic so it can be used for many purposes appart of sailing and buy blessings, let's say it is like a OnLabelAction where on the cavebot you can give and order, separated by a semi colon ";" and then the parameters to that function in case of sailing it woulds be sail;edron->thais
added a couple of functions to split string and find values inside of arrays so you can split multiple parameters and having other options or maybe envelope all the OnLabel scripts in a global one.
Is there a way where I can send it to you so you can update it in your github of lua scripts?
check email
ReplyDeleteHey, can you help me?
ReplyDeleteDo you have a "script" that enables walker to go south?
when soul =0 , enable walker to go south.
The positions in trainers is different every time
Use build in walker -> label -> goto -> soul, then in wpts type action -> step
DeleteAnyways reading soul points required little patch i post soon.
patch out? v2.58?
Deletedownload 2.59
Deletehey, you have a script:
ReplyDeletedisable targeting when 0 spears, enable when spears is refilled? :)
it is hard to train paladins in trainer room
You can do it in walker here code:
Deletetrain
wait: 1000
lua: if not Targeting.isEnabled() then Targeting.Enabled(true) end
goto: train, item(3277) >= 1
state: targeting(off)
node: 32444, 34344, 7
wait: 999999
Hi,
Deleteit doesn't stop attacking when spear is empty. the walker is "stuck" in label train, when targetting activated
It works fine for me, make sure that spear id is valid on your server.
Deletewhen its attacking it seems like the walker doesnt go to next line, it keeps focusing on targeting instead of walker. the walker keeps on staying at "train"
Deleteit seems like the walker gets ignored when targetting is enabled, and therefore it wont go to next line
DeleteOk i understood, here is lua script (i don't tested it fast coding) because targeting when keep focusing on attack stopping walker.
Deletehttps://github.com/Ascerr/Lua-Scripts/blob/master/On%20off%20targeting%20if%20item%20count.lua
Works great, you the man!
DeleteThanks alot!
any chance of an update for LikeRetro or tibiantis
ReplyDeleteLike retro is supported and bot works there, Tibiantis not.
DeleteMedivia updated and is no longer compatible
ReplyDeleteupdated bot.
DeleteRealera update is ok? Cavebot is not running
ReplyDeleteUpdate done.
DeleteOlders online got updated (V3), no longer compatible
ReplyDeleteUpdate your bot.
DeleteNostalther fun ?
ReplyDeleteHi Ascer,
ReplyDeleteI have improved a little one of your scripts to make it more generic so it can be used for many purposes appart of sailing and buy blessings, let's say it is like a OnLabelAction where on the cavebot you can give and order, separated by a semi colon ";" and then the parameters to that function in case of sailing it woulds be sail;edron->thais
added a couple of functions to split string and find values inside of arrays so you can split multiple parameters and having other options or maybe envelope all the OnLabel scripts in a global one.
Is there a way where I can send it to you so you can update it in your github of lua scripts?
Regards
Hello,
DeleteSure, send it via mail and i'll update script on Github with your name.
bot working in soe?
ReplyDeleteYeah it works.
Deleteis this serv compatibile? https://evotron.us/
ReplyDeletenope
Deletehow can I set the mf % with a cavebot waypoint? I want to mana up to 95% at a particular wpt
ReplyDeleteYou can use one line lua script:
Deletemf
lua: if Self.ManaPercent() < 95 then Self.UseItemWithMe(MANA_FLUID.id, 1200) Walker.Goto("mf") end
This comment has been removed by the author.
ReplyDeleteNope, this server won't be added due not compatible with my PC
ReplyDeleteWhat would a lua script to mana up to 90% if not killing a monster, and set to 30% if killing (i.e. so not using mf while trying to sd monster) be?
ReplyDeleteTry with thi lua:
Deletehttps://github.com/Ascerr/Lua-Scripts/blob/master/Restore%20Mana%20with%20conditions.lua
Works perfectly, thanks.
Delete1 quick one - what kinda script would it be if I want to SD target above 10% hp, and wand only after that?
Try with this lua:
Deletehttps://github.com/Ascerr/Lua-Scripts/blob/master/Runemax%20%26%20SpellMax.lua