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

Determine if a Shield is equipped

fpsware

Community Developer
Joined
Jan 15, 2010
Messages
5,287
Reaction score
133
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.
 
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...
 
I was looking for some code to check if you have a range weapon equipped
 
Back
Top