Has this function been altered? According to the latest API document it is located in styx.logic.targeting however for some reason visual studio tells me it does not exist here. Any ideas?
Error 1 The type or namespace name 'WoWUnit' could not be found (are you missing a using directive or an assembly reference?)
Error 2 The type or namespace name 'LocalPlayer' could not be found (are you missing a using directive or an assembly reference?)
Error 4 The type or namespace name 'WoWItem' could not be found (are you missing a using directive or an assembly reference?)
Everytime I try to reference the location of each of these I get:
Error 1 A using namespace directive can only be applied to namespaces; XXXXXX is a type not a namespace
Error 7 'Styx.WoWInternals.WoWObjects.WoWItem' does not contain a definition for 'ItemEnchant' and no extension method 'ItemEnchant' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.WoWItem' could be found (are you missing a using directive or an assembly reference?)