fpsware Community Developer Joined Jan 15, 2010 Messages 5,287 Reaction score 133 Mar 8, 2010 #1 I know I've seen somewhere but of course, when you're looking for something specific you can't you can't find it. I need to do to determine if a shield is currently equipped.
I know I've seen somewhere but of course, when you're looking for something specific you can't you can't find it. I need to do to determine if a shield is currently equipped.
ski Well-Known Member Joined Feb 12, 2010 Messages 3,720 Reaction score 48 Mar 8, 2010 #2 You can use WoWItem Offhand { get; } to see if there is something equipped and uint OffhandEntryId to compare to known ID's, but I don't know how to combine those to do a blanket check to see if its a shield...
You can use WoWItem Offhand { get; } to see if there is something equipped and uint OffhandEntryId to compare to known ID's, but I don't know how to combine those to do a blanket check to see if its a shield...
K klokje Community Developer Joined Mar 7, 2010 Messages 72 Reaction score 0 Mar 10, 2010 #3 I was looking for some code to check if you have a range weapon equipped