Thread Tools Display Modes
10-11-20, 11:24 AM   #1
devilArt
A Wyrmkin Dreamwalker
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 51
Is there an API to verify an item bind to account?

GetItemInfo retruns bindtype, but not inclued 'bind to account'
  Reply With Quote
10-11-20, 01:01 PM   #2
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 822
https://wow.gamepedia.com/API_GetItemInfo
https://wow.gamepedia.com/Enum_Item.ItemQuality
I would think the quality of 'heirloom' should represent that?
__________________
The cataclysm broke the world ... and the pandas could not fix it!
  Reply With Quote
10-11-20, 02:38 PM   #3
devilArt
A Wyrmkin Dreamwalker
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 51
Originally Posted by Rilgamon View Post
https://wow.gamepedia.com/API_GetItemInfo
https://wow.gamepedia.com/Enum_Item.ItemQuality
I would think the quality of 'heirloom' should represent that?
thanks for help
I've tried this method, it only works for real 'heirloom', like this https://www.wowhead.com/item=122356/...oulder?bonus=0
but some 'BOA' items have their own quality, like this https://www.wowhead.com/item=173416/...gloves?bonus=0
these kind 'BOA' items have their own quality, it's 'Rare'
so I wonder if there is a proper API for this
  Reply With Quote
10-11-20, 03:16 PM   #4
Tim
A Rage Talon Dragon Guard
 
Tim's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 308
Scan the items tooltip
  Reply With Quote
10-12-20, 05:57 AM   #5
devilArt
A Wyrmkin Dreamwalker
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 51
Originally Posted by Tim View Post
Scan the items tooltip
looks this is the only way to get it done, thanks for help
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Is there an API to verify an item bind to account?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off