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

Targetlist?

xvii

New Member
Joined
Jan 15, 2010
Messages
174
Reaction score
1
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?
 
Also ItemEnchant seems to have been moved from Styx.WowInternals.WowObjects. Any idea where?
 
Styx.Logic.Targeting
Styx.WoWInternals.WoWObjects.WoWItem
 
Does not work.
 
Last edited:
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?)
 
try adding Honorbuddy.exe as a reference in your project
 
Back
Top