since map clicks are the fastest way around, would it be possible to have a new pathfinder option to have it map click and if it cant get to next waypoint it will walk over fire/furniture? just a suggestion to improve walker speed. dont hate
Printable View
since map clicks are the fastest way around, would it be possible to have a new pathfinder option to have it map click and if it cant get to next waypoint it will walk over fire/furniture? just a suggestion to improve walker speed. dont hate
signed
no one else would like this feature?
Considering I walk the same speed with arrowkeys and mapclicks, no I don't really need this feature.
hmm so the ping is making me walk slower? That would be one hell of a feature.
lol you don't get it xD
People with more lagg/ping walk a lot slower when they use the arrows instead of map clicking. So would be nicer if the bot used map clicking too and if it says "cant pass" it should try with the arrows and try again in a few seconds.
Signed.!
signed
sucks being from australia :/
also would be amazing for something other then keys when following a low hp running away mob, i just can't catch them on my ping :(
cant this be done like...walk using mapclick but also be able to walk over furniture/fields with mapclicks?
Signed. My ping sucks in relation to all that. It would be amazing having it at mapclick speed and automatically switch to walk over fire/furniture if stuck.
Signed although my internet is so fast that it won't make a big difference. But it surely helps alot of ppl out there.
yes, i need it 2, here ping goes to space xd
Actually, this would be possible by modding the dat file and remove the blocking part of the item. But if you are unlucky when tampering with shit it can cause debug.
Also the walking around and shit can be done easily with the correct script, IMO the bot is perfect but most scripts have missed the small details that may be very useful.
The fastest walk are Right Click!!
Try it and you'll see :)
Code:local pos = Self.Position()
local time = os.clock()
local stuck = false
Module.New('pathfinder_ifstuck', function()
if (Self.DistanceFromPosition(pos.x, pos.y, pos.z) > 0) then
if (os.difftime(os.clock(), time) > 30) and (stuck) then
loadsettings('PathfinderMapClick', 'Pathfinder')
stuck = false
end
pos = Self.Position()
time = os.clock()
elseif (os.difftime(os.clock(), time) > 30) and not (stuck) then
loadsettings('PathfinderStuck', 'Pathfinder')
time = os.clock()
stuck = true
end
end)
You need to create two xbst files, one with pathfinder set for mapclicks, one with pathfinder set for walk on fire/furniture.
I see so the load settings lines are where I need to place the name of the 2 xbst files
The put targeting to Do nothing & use tibias follow atk for botting doesn't work. If its killing say a mutated human and a acid blob is far away itll start atking the blob & try to loot the human, so the follow atk will go off & just sit there.....Idk just annoying how my walker is slow as fuck, im almost positive it has to do with my shitty internet tho.
damn yea this would be handy, walker goes reallly slow down here in nz
This can be fixed in Several ways.
1. Use a proxy tunneling service.
2. modify Tibia.dat to walk overfield.( I have done that once with a ms 450 and bug speed.. was HILARIOUS)
3.darkstar modify his pathfinder algorithm to in case it has fire and U MUST walk .The bot walk by arrowkey and comes back to mapclick.
5.darkstar modify his pathfinder algorithm to in case it has fire and U MUST walk . your char click 1sqm distance.(go ahead on inquistion clean the entire respaw. it gonna be shitloads of fire. now try to go back by clicking as fast as u can 1sqm distance infront of you.)
Signed
What about a script that pauses targeting after each kill for x seconds (enough time to loot corpse) and then resumes targeter, With tibias follow attack. Might have enough time to loot corpse and then move to next monster?
http://i.imgur.com/x0mIR8Q.png
This is a temporary solution to keep auto-chase turned on even if you walk/click while chasing.
i agree this would be very useful.
another aussie here but i use battle ping and sit on about 160 ping so it doesnt affect me AS much but its still a great idea
Signed.
Jonny
Simply go to Windows Start > type "regedit" > HKEY_CURRENT_USER > Control Panel > Keyboard > KeyboardSpeed > Change to 100 or more and use only arrow keys, now you'll have lesser lags when walking with it. It doesn't modify Tibia client. Works on WinXP up to Win 8.1