July 20, 20178 yr Hi, I didn't see anything in the Creator Spell Conditions if there is a way to check if my target is humanoid? I would like to be able to cast Hamstring if so.
July 20, 20178 yr Author I have an idea using Lua Script, but not sure exactly what return value research and return value var are, and how to appropriately use them. Script: myTarget = UnitCreatureType("target") If myTarget == "Humanoid" return true else return false end
July 20, 20178 yr Author Compilator Error: Quote CS0234: The type or namespace name 'Target' does not exist in the namespace 'wManager.Wow.ObjectManager' (are you missing an assembly reference?)
July 20, 20178 yr @apexx wManager.Wow.ObjectManager.ObjectManager.Me.TargetObject.CreatureTypeTarget == "Humanoid"
July 21, 20178 yr 10 hours ago, Zan said: That's interesting. I've been using that for pickpocketing on my Rogue on Live. Target is just the GUID if i'm not wrong and TargetObject will be the WoWUnitObject.
Create an account or sign in to comment