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
Strange, seems to work for me without any changes. Could anyone upload a log showing compiling error messages?
 

Attachments

  • KOM.png
    KOM.png
    52.8 KB · Views: 266
Code:
[B][SIZE=5]CHANGELOG[/SIZE][/B]

[B][SIZE=3]v1.3[/SIZE][/B]
- FPS STABILIZER added:
	- KOM will reduce tps (ticks per seconds) immediately to 5 when fps (frames per second) drop below 15 
	- if fps are above 15 KOM will continuously increase tps to maximum of 30
 
Code:
[B][SIZE=5]CHANGELOG[/SIZE][/B]

[B][SIZE=3]v1.31[/SIZE][/B]
- Issue with narrow stairs fixed
 
Code:
[B][SIZE=5]CHANGELOG[/SIZE][/B]

[B][SIZE=3]v1.33[/SIZE][/B]
- Increased MOTIONLESS timer to 5.5 minutes as 3.5 minutes messes with user dialog timer within Kickz' questing profiles
- Issue with exception after using hearthstone fixed
 
Last edited:
It could do with some improvement, but its fixing a constant stuck i had in the Steamvault trying to do a transmog farm, where HB didnt even attempt to unstuck me running into a pole for 10 mins
Thanks!
 
Thank your for your feedback. Glad to hear it was beneficial to you.
 
Very useful for the occasionaly hickups of the HB3 navigation.
But I would like to be able to disable hearthing, because I'd rather have him stand around doing nothing in the area that he is botting than idling in ogrimmar.
 
If there's enough feedback and interest, I will implement a settings menu.

You could change this line

Code:
				if(hearth) {
					Logging.WriteDiagnostic("ST: {0} - IsPlayerInRange: {1} - STC: {2} - STF: {3}", st, IsPlayerInRange, stc, stf);

into this

Code:
				if(hearth) {
					TreeRoot.Shutdown();
					Logging.WriteDiagnostic("ST: {0} - IsPlayerInRange: {1} - STC: {2} - STF: {3}", st, IsPlayerInRange, stc, stf);

So it will stop your bot instead of hearthing.
 
Hello. Could you pls add avoid fel lava (like in Demon Hunter start zone - little rivers of that lava)? HB3 doesn't reconnize it. It fights in this lava and if it looses 50% hp it stays there waiting hp to recover. And ofc dies. Again and again.
 
That's a good idea, artes1408. Unfortunately I am still leveling my chars to 100 before buying legion, so I can't test ist. Might be a better solution to post this to mesh error thread here in forum with exact position and screenshot attached.
 
Would also be cool if you could use whistle in legion instead of hearth and then restart the profile.
At least for me (herb gathering) that would be amazing.

Also sometimes the plugin detects stucks even tho the bot is riding in the exact moment (and moving).
Couldnt determine yet why tho.
 
Back
Top