View Single Post
10-02-06, 05:44 AM   #1
kettch
A Defias Bandit
Join Date: Oct 2006
Posts: 3
Detect bind type on an item ?

I was wondering if some method was available in the WoW API to find out the bind type of an item (bind on equip, bind on pickup, or no bind). I tried looking in the API documentation on wowwiki.com, but found absolutely nothing. The method GetItemInfo returns a lot of info but not the bind type.

Currently, I'm parsing the whole description of an item to find "Bind on equip" or "Bind on pickup" in the description, but this is not a reliable method, especially when used on craft recipes, which may have no bind type at all, but describe the crafting of bound when picked up item...

Is there any other method, that would be reliable in such a case ? Or does this question need to go in the 'Wish list' forum ?
  Reply With Quote