Worked fine for me yesterday but once i updated to the newest honorbuddy, it no longer works. I get the following errors..
Compiler Error: c:\Users\Bot\Desktop\New folder\Honorbuddy Main\Routines\ShamWOW\Shaman.cs(383,67) : error CS0117: 'Styx.WoWInternals.ObjectManager' does not contain a definition for 'Me'
Compiler Error: c:\Users\Bot\Desktop\New folder\Honorbuddy Main\Routines\ShamWOW\Shaman.cs(664,56) : warning CS0168: The variable 'fnfe' is declared but never used
Compiler Error: c:\Users\Bot\Desktop\New folder\Honorbuddy Main\Routines\ShamWOW\Shaman.cs(2840,69) : error CS0117: 'Styx.WoWInternals.ObjectManager' does not contain a definition for 'Me'
Compiler Error: c:\Users\Bot\Desktop\New folder\Honorbuddy Main\Routines\ShamWOW\Shaman.cs(2862,31) : error CS0117: 'Styx.WoWInternals.ObjectManager' does not contain a definition for 'Me'
Compiler Error: c:\Users\Bot\Desktop\New folder\Honorbuddy Main\Routines\ShamWOW\Shaman.cs(3462,34) : error CS0117: 'Styx.WoWInternals.ObjectManager' does not contain a definition for 'Me'
Compiler Error: c:\Users\Bot\Desktop\New folder\Honorbuddy Main\Routines\ShamWOW\Shaman.cs(3462,64) : error CS0117: 'Styx.WoWInternals.ObjectManager' does not contain a definition for 'Me'
Compiler Error: c:\Users\Bot\Desktop\New folder\Honorbuddy Main\Routines\ShamWOW\Shaman.cs(9518,13) : warning CS0162: Unreachable code detected
Compiler Error: c:\Users\Bot\Desktop\New folder\Honorbuddy Main\Routines\ShamWOW\Shaman.cs(9607,97) : error CS0117: 'Styx.WoWInternals.ObjectManager' does not contain a definition for 'Me'
Compiler Error: c:\Users\Bot\Desktop\New folder\Honorbuddy Main\Routines\ShamWOW\Shaman.cs(9608,35) : error CS0117: 'Styx.WoWInternals.ObjectManager' does not contain a definition for 'Me'
Compiler Error: c:\Users\Bot\Desktop\New folder\Honorbuddy Main\Routines\ShamWOW\Shaman.cs(9610,35) : error CS0117: 'Styx.WoWInternals.ObjectManager' does not contain a definition for 'Me'
Compiler Error: c:\Users\Bot\Desktop\New folder\Honorbuddy Main\Routines\ShamWOW\Shaman.cs(9610,67) : error CS0117: 'Styx.WoWInternals.ObjectManager' does not contain a definition for 'Me'
Compiler Error: c:\Users\Bot\Desktop\New folder\Honorbuddy Main\Routines\ShamWOW\Shaman.cs(9610,101) : error CS0117: 'Styx.WoWInternals.ObjectManager' does not contain a definition for 'Me'
Compiler Error: c:\Users\Bot\Desktop\New folder\Honorbuddy Main\Routines\ShamWOW\ShamWOW.Enhancement.cs(367,13) : warning CS0162: Unreachable code detected
Compiler Error: c:\Users\Bot\Desktop\New folder\Honorbuddy Main\Routines\ShamWOW\ShamWOW.TotemManager.cs(251,25) : warning CS0219: The variable 'playerNeedsEarthbind' is assigned but its value is never used
Compiler Error: c:\Users\Bot\Desktop\New folder\Honorbuddy Main\Routines\ShamWOW\Shaman.cs(12621,28) : error CS0619: 'Styx.WoWInternals.WoWObjects.LocalPlayer.IsInParty' is obsolete: 'This is now obsolete! Please use GroupInfo.IsInParty instead'
Compiler Error: c:\Users\Bot\Desktop\New folder\Honorbuddy Main\Routines\ShamWOW\Shaman.cs(12624,31) : error CS0619: 'Styx.WoWInternals.WoWObjects.LocalPlayer.IsInRaid' is obsolete: 'This is now obsolete! Please use GroupInfo.IsInRaid instead'
Compiler Error: c:\Users\Bot\Desktop\New folder\Honorbuddy Main\Routines\ShamWOW\Shaman.cs(12636,27) : error CS0619: 'Styx.WoWInternals.WoWObjects.LocalPlayer.IsInRaid' is obsolete: 'This is now obsolete! Please use GroupInfo.IsInRaid instead'
Compiler Error: c:\Users\Bot\Desktop\New folder\Honorbuddy Main\Routines\ShamWOW\ShamWOW.Spell.cs(135,72) : warning CS0168: The variable 'knf' is declared but never used
Anyone know what my issue is here? Thanks