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

CC development Question

phatpat08

New Member
Joined
Dec 1, 2011
Messages
32
Reaction score
0
Hey quick question. I'm contemplating on attempting to create a CC for myself. Was wondering if there was any way possible in HB that I could tell what class the bot is currently targetting. And can HB interact with Addons such as the ones that mark healers (the name slips my mind atm)?

Thanks for the responses
 
Hey quick question. I'm contemplating on attempting to create a CC for myself. Was wondering if there was any way possible in HB that I could tell what class the bot is currently targetting. And can HB interact with Addons such as the ones that mark healers (the name slips my mind atm)?

Thanks for the responses
Code:
if(Me.CurrentTarget.Class == WoWClass.Paladin)

if you plugin will take Lua commands then yes, but i wouldnt rely on addons, its better just to write your own build lists for getting healers.
 
Back
Top