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

Log@LVL HB2

Status
Not open for further replies.
it looks good, the only thing i worry about it double taping your hearthstone, or as soon as you start casting your hearthstone because of that 20 sec wait that youll end up in a death loop, if your in the middle of a camp of mobs, that respawned over your body. one thing you might also wanna look at is the Styx.WoWInternals.ObjectManager.Me.LoadingScreen
and check and see if Me.IsCasting ill detect while using your hearthstone.
also.
something like this may work.
while (Me.Casting != 0)
{
Thread.Sleep(100);
}
this way if you get jumped, you'll get tossed into combat, instead of the plugin being stuck for 20sec.
 
Good idea but doesn't work yet

Fully functional as per the first post, it's set to log out at 60 by default, and I haven't implemented the config form yet, so if you want to change the level, you need to edit the file - there is a comment in there to show you where.
 
This is a good idea if you want to level a twink :D
 
Okay, have yet to try it out, but can now edit it.

Would need to be configurable if using multiboxing/multibotting, can't be messing with the file alot that way.
 
Love this plugin, but with the newest HB 1.9.6.2 I get this error,

Plugin from C:\Users\Zack\Desktop\Honorbuddy\Paladin\Plugins\logLVL.cs could not be compiled! Compiler errors:
File: logLVL.cs Line: 38 Error: The type or namespace name 'Lua' does not exist in the namespace 'Styx' (are you missing an assembly reference?)
File: logLVL.cs Line: 43 Error: The type or namespace name 'Lua' does not exist in the namespace 'Styx' (are you missing an assembly reference?)
 
I'll have a look - I'm not using 1.9.6.2 yet, I usually wait for a couple of days to see how buggy a new release is. Got nothing better to do this afternoon though.....
 
Status
Not open for further replies.
Back
Top