What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Plugin] KeepOnMoving - Stuck handling and more

What do you intend to use/already use⌠ KEEP oи MOVING ⌡ for?

  • Leveling chars with Questing Bot?

    Votes: 27 55.1%
  • GatherBuddy2

    Votes: 23 46.9%
  • Other

    Votes: 10 20.4%

  • Total voters
    49
For me its seems first line worked but i have another problem, after some time my bot started "looping" walking to one place like 10m and then run back 10m and so on nonstop, if i turn off your plugin all is normal? :s
 

Attachments

Last edited:
thx i'm trying it.

edit 1 : I saw bot die 4 times and still no problem. Since i did the change that you gave me i didn't see ress sickness.

edit 2 : I forgot a ";" so plugin was disable. Have to try it again.

edit 3 : die 2 times and come back to corpse.

Thank you for your feedback. Did you try

PHP:
if(!Me.IsAlive && !Me.IsGhost)

or

PHP:
if(!Me.IsAlive)
 
For me its seems first line worked but i have another problem, after some time my bot started "looping" walking to one place like 10m and then run back 10m and so on nonstop, if i turn off your plugin all is normal? :s

I will have a look at it if I got some time to spare.

Did you use

PHP:
if(!Me.IsAlive && !Me.IsGhost)

or

PHP:
if(!Me.IsAlive)
 
I will have a look at it if I got some time to spare.

Did you use

PHP:
if(!Me.IsAlive && !Me.IsGhost)

or

PHP:
if(!Me.IsAlive)


First one, i dont mind ress sick that much cause bot is still gathering but this looping is killing me since if no one come and kill me or attack looping will last forever, i just disable your plugin and that momont he just walked away normaly, ty alot for each help
 
private async Task<bool> KOMloop()
{
if(!Me.IsAlive && !Me.IsGhost) return false;


I use that one
 
First one, i dont mind ress sick that much cause bot is still gathering but this looping is killing me since if no one come and kill me or attack looping will last forever, i just disable your plugin and that momont he just walked away normaly, ty alot for each help

Rezz sickness will only occur, if HB has been unable to move to corpse and release within time frame you can define in settings. You may want to play around with this value and increase it to give HB more time to revive at corpse location.

It seems like a loop is triggered the moment your char dies and prevents HB from releasing spirit. I will disable KoM for this small time frame to prevent this bug;
 
Rezz sickness will only occur, if HB has been unable to move to corpse and release within time frame you can define in settings. You may want to play around with this value and increase it to give HB more time to revive at corpse location.

It seems like a loop is triggered the moment your char dies and prevents HB from releasing spirit. I will disable KoM for this small time frame to prevent this bug;

Ty for answer.:
No matter what time you set on keep on moving bot wont ress he will just stay there waiting for timer to kick him to char selection window then after some time kick totaly from game and then hb relog will take in loging wow and hb and bot will start runing to corpse. Now about looping its for sure something whit keep on moving cause when disable keep on moving bot normaly work, no matter what i do restart hb, kill hb, kill wow it wont fix problem cause bot will again run next to that spot and again do looping its always same place so i think but im not sure problem is beetwin profile and plugin its like bot cant find next poi to move to dunno
 
I didn't encounter ress sickness problem since i use : if(!Me.IsAlive) return false

with : if(!Me.IsAlive && !Me.IsGhost) return false; bot release but dont move to corpse.

Then a big thx for your help.


I encounter some really minor problem when it is stuck.
bot dont start routine and try to load a profile and hb log show that it is not a gatherbuddy profile.
 
Last edited:
Rezz sickness will only occur, if HB has been unable to move to corpse and release within time frame you can define in settings. You may want to play around with this value and increase it to give HB more time to revive at corpse location.

It seems like a loop is triggered the moment your char dies and prevents HB from releasing spirit. I will disable KoM for this small time frame to prevent this bug;

Just got ress sick
 

Attachments

I didn't encounter ress sickness problem since i use : if(!Me.IsAlive) return false

with : if(!Me.IsAlive && !Me.IsGhost) return false; bot release but dont move to corpse.

Then a big thx for your help.


I encounter some really minor problem when it is stuck.
he dont start routine and try to load a prole and hb log show that it is not a gatherbuddy profile.


What are you doing then if bot isnt runing to corpse?
 
Replace
private async Task<bool> KOMloop()
{

by


private async Task<bool> KOMloop()
{
if(!Me.IsAlive) return false;

Bot should run back to corpse.
 
Somtimes when i got stuck i got this :


⌠ KEEP oи MOVING ⌡ MOTIONLESS! Bring back movement...
⌠ KEEP oи MOVING ⌡ Reason: No movement for 75 seconds
⌠ KEEP oи MOVING ⌡ Reload profile...
Changing current profile to Auto Loader Version 2 ($Rev: 5992 $)
[Gatherbuddy2]: A new profile has been loaded. Updating waypoints
New profile is invalid! There are no hotspots in the current profile. Either the profile is not a proper Gatherbuddy profile or a malformed one.

plugin skip some of the first steps and launch autoloader.

how can i cange that plz ?
 
Last edited:
Somtimes when i got stuck i got this :


⌠ KEEP oи MOVING ⌡ MOTIONLESS! Bring back movement...
⌠ KEEP oи MOVING ⌡ Reason: No movement for 75 seconds
⌠ KEEP oи MOVING ⌡ Reload profile...
Changing current profile to Auto Loader Version 2 ($Rev: 5992 $)
[Gatherbuddy2]: A new profile has been loaded. Updating waypoints
New profile is invalid! There are no hotspots in the current profile. Either the profile is not a proper Gatherbuddy profile or a malformed one.

plugin skip some of the first steps and launch autoloader.

how can i cange that plz ?

If you place your GB2 profiles within "Questing Profile Pack" folder, KoM assumes you are using questing profile pack. Place your profiles somewhere else and AutoLoader won't get loaded anymore.
 
How to make bot to stop runing while he have low hp and mobs are chasing him till they kill him, they are not ellite or rare or anything like that :s
 
How to make bot to stop runing while he have low hp and mobs are chasing him till they kill him, they are not ellite or rare or anything like that :s

This is wrong thread for this; you may want to post this in Singular thread.
 
Back
Top