Ahh, not updated for 80+? I'll have a look at it, worked a treat till I hit 80 but now no messages anymore. Fairly simple, right at the top it has a check for 80, just change that to 85.
Got the following error when hitting "recompile all" after dropping the cs file into the plugins directory. Plugin from C:\...\TimeUntilLevel v1.2.cs could not be compiled! Compiler errors: File: TimeUntilLevel v1.2.cs Line: 42 Error: 'Styx.WoWInternals.WoWObjects.LocalPlayer' does not contain a definition for 'NextLevelXP' and no extension method 'NextLevelXP' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?) File: TimeUntilLevel v1.2.cs Line: 42 Error: 'Styx.WoWInternals.WoWObjects.LocalPlayer' does not contain a definition for 'XP' and no extension method 'XP' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?)
Same: v1.2.cs could not be compiled! Compiler errors: File: TimeUntilLevel v1.2.cs Line: 42 Error: 'Styx.WoWInternals.WoWObjects.LocalPlayer' does not contain a definition for 'NextLevelXP' and no extension method 'NextLevelXP' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?) File: TimeUntilLevel v1.2.cs Line: 42 Error: 'Styx.WoWInternals.WoWObjects.LocalPlayer' does not contain a definition for 'XP' and no extension method 'XP' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?)
Log copy/paste i keep getting this in Log: Code: File: TimeUntilLevel v1.2.cs Line: 42 Error: 'Styx.WoWInternals.WoWObjects.LocalPlayer' does not contain a definition for 'XP' and no extension method 'XP' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?) is it a bug?