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] StuckHelper - Improved stuck handling

Plugin from C:\Users\XXX\Desktop\HB\Plugins\StuckHelper.cs could not be compiled! Compiler errors:
File: StuckHelper.cs Line: 303 Error: 'Styx.Logic.Pathing.Navigator' does not contain a definition for 'StuckHandler'
 
beside a 69' charger, this is the second thing on earth that can make me horny lol
GIVE IT TO ME NOWWWWW!!!!
 
Plugin from C:\Users\XXX\Desktop\HB\Plugins\StuckHelper.cs could not be compiled! Compiler errors:
File: StuckHelper.cs Line: 303 Error: 'Styx.Logic.Pathing.Navigator' does not contain a definition for 'StuckHandler'
look like the plugin doesnt compatible with current HB
please update this LIFE SAVER plugin :(
thanks thousand time.
 
Plugin from C:\Users\XXX\Desktop\HB\Plugins\StuckHelper.cs could not be compiled! Compiler errors:
File: StuckHelper.cs Line: 303 Error: 'Styx.Logic.Pathing.Navigator' does not contain a definition for 'StuckHandler'
look like the plugin doesnt compatible with current HB
please update this LIFE SAVER plugin :(
thanks thousand time.

Nobody is going to upgrade it atm. But we seriously need this
 
Remove the line for the time being (line 303)?

change line 302 and 303:
Code:
            if ((MountFixMinutes != 0 && mountFixTimer.Elapsed.TotalMinutes > MountFixMinutes)
                || (Navigator.StuckHandler.IsStuck() && Me.Mounted && !Me.IsFlying))
to line 302 only:
Code:
            if (MountFixMinutes != 0 && mountFixTimer.Elapsed.TotalMinutes > MountFixMinutes)

Looks like Navigator.StuckHandler is probably moved in the API. Can't find it back in the Navigator part so it's probably moved somewhere else.
Be aware I didn't try this change out, just looked in the file, that's all.
 
Last edited:
testing this, next few hours will post the result :)
at least someone with knowledge care about it :)
it should be nicer if HB devs can take a look at this and check about the "stuck handler" stuff, where it moved, and anything about the theory, should it work ?
anyway I'm testing it right now, will post if anything go wrong :)

thank you LiquidAtoR

 
Last edited:
I think so looking at his profile.
There's a few requests there too, but either way be my guest to message him.

I'm not using this plugin myself.
Just had a look at it and made the change so people can use it until lofi makes a update himself.
 
Remove the line for the time being (line 303)?

change line 302 and 303:
Code:
            if ((MountFixMinutes != 0 && mountFixTimer.Elapsed.TotalMinutes > MountFixMinutes)
                || (Navigator.StuckHandler.IsStuck() && Me.Mounted && !Me.IsFlying))
to line 302 only:
Code:
            if (MountFixMinutes != 0 && mountFixTimer.Elapsed.TotalMinutes > MountFixMinutes)

Looks like Navigator.StuckHandler is probably moved in the API. Can't find it back in the Navigator part so it's probably moved somewhere else.
Be aware I didn't try this change out, just looked in the file, that's all.


Awesome man! will try this out!
 
Back
Top