float timeleft = ((Styx.WoWInternals.ObjectManager.Me.NextLevelXP - Styx.WoWInternals.ObjectManager.Me.XP) / Styx.Helpers.InfoPanel.XPPerHour) * 60;
Is there any way this plugin could tell you how long until a pre selected level?
So for example you choose which level you intend to reach and the plugin estimated time to that level (so that, for example you can time roughly when to come back to check on it, or change profiles)
Otherwise, great simple plugin!
I basically created this plugin for myself, but maybe one of you guys finds it useful too.
All it does is simply writing a Message in the log that says "<Time left until Level XX>: X Hour(s) and XX Minute(s)" after every fight.
The time is based on the XP/Hour HB calculates, so it takes a few minutes until it is constant and reliable.
Again, this is very simple and nothing special, but if you are (like me) not using any addons this may help you keeping track of your toons' leveling speed.
Chancelog:
v1.2: another bug fixed (hopefully)
v1.1: fixed problems if the plugins is enabled @lvl80
greetings
I don't think it needs to, works fine for me even after each updated HB/GB.Will this plugin be updated?![]()
and you all do have eyes and have seen that is hasn't been updated for 2 ish months. and HB has been changed a few times after so its common sense its not working.
float timeleft = ((Styx.WoWInternals.ObjectManager.Me.NextLevelXP - Styx.WoWInternals.ObjectManager.Me.XP) / Styx.Helpers.InfoPanel.XPPerHour) * 60;
float timeleft = ((Styx.WoWInternals.ObjectManager.Me.NextLevelExperience - Styx.WoWInternals.ObjectManager.Me.Experience) / Styx.Helpers.InfoPanel.XPPerHour) * 60;
Didnt fix it still. Sorry for the late response. I'll post the error message tomorrow.