Does anybody have a "perfect" Keiran Bot i will also give you a good ing reward.
With disable rendering and very good waypoints and good fightengine?
Thanks
With disable rendering and very good waypoints and good fightengine?
Thanks
Func MoveRunning($lDestX, $lDestY) If GetIsDead(-2) Then Return False Local $lMe, $lTgt Local $lBlocked Move($lDestX, $lDestY) Do RndSleep(500) TargetNearestEnemy() $lMe = GetAgentByID(-2) $lTgt = GetAgentByID(-1) If GetIsDead($lMe) Then Return False If GetDistance($lMe, $lTgt) < 1300 And GetEnergy($lMe)>20 And IsRecharged($paradox) And IsRecharged($sf) Then UseSkillEx($paradox) UseSkillEx($sf) EndIf If DllStructGetData($lMe, "HP") < 0.9 And GetEnergy($lMe) > 10 And IsRecharged($shroud) Then UseSkillEx($shroud) If DllStructGetData($lMe, "HP") < 0.5 And GetDistance($lMe, $lTgt) < 500 And GetEnergy($lMe) > 5 And IsRecharged($hos) Then UseSkillEx($hos, -1) If DllStructGetData($lMe, 'MoveX') == 0 And DllStructGetData($lMe, 'MoveY') == 0 Then $lBlocked += 1 Move($lDestX, $lDestY) EndIf Until ComputeDistance(DllStructGetData($lMe, 'X'), DllStructGetData($lMe, 'Y'), $lDestX, $lDestY) < 250 Return True EndFunc
It might just be that your party's builds and equippment aren't great, so the vq is slow and the party doesn't catch all the patrols. Does your party die sometimes?Quote:
I have tryed out the Asura 2021 bot and it works nicely but I never get a complete VQ. Is it just me?
I think its missing some locations. Is it easy to plot in a longer route if u have the coordinates? or is there more to it (:
Quote:
Finally a good question and I am very happy to help you -> i'd suggest you do something like this its a part from an old vaettir bot to ensure sf sroude etc is up while balling
you basiclly should be able to include something like this in the vaettir func and remove the skills not needed for your bot
and this would be the part from the vaettir skript just remove the skills and add your running skill in the fashion i talked about before
If you need more help feel free to write me on Discord or here :)
Ashdoll#2026
Sounds like both your bots are different to mine. Atm most public mots are broken since the new update. Some only require a header update, while others need more troubleshooting to get working again.Quote:
Hey guys, got a problem with my dragon moss bot.
I can't choose to storage or not the roots, it's disabled and the recycling of the spiritwood planks doesn't work anymore, it is stacked in my chest instead.
I got another problem with feather bot which litteraly doesn't work anymore. I leave the town and get back in the town and then nothing happened...
Am I the only one facing those problems ? is there good bots working properly ?
Thank you guys
Line 4159: ResignAndReturn()