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

Weapon type

tehehe83

New Member
Joined
May 8, 2010
Messages
98
Reaction score
1
How to tell whether weapon is a sword, mace, dagger or whatever?
 
Yeah thats pretty obvious isnt it?:) I'm asking how to get this info in hb:)
 
I would suggest to take a look at the AutoEquip plugin from MaiN.
Think the answers you can find in that code.
 
Autoequip is not aware what weapon type it equips as far as I can see from a quick glance at a code. It can only differentiate between two-handed or single-handed.
 
if (WoWItem.CachedInfo.ItemClass == WoWItemClass.Weapon)
then
WoWItem.CachedInfo.WeaponClass.
 
WoWItem.CachedInfo.WeaponClass
 
And my 3000th will be used to tell you I hate you.
orlyowl2dv.jpg
 
Back
Top