Thread Tools Display Modes
05-12-06, 11:46 PM   #1
brotherhobbes
A Rage Talon Dragon Guard
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 313
FuBar - OnyxiaScale - Testers and Opinions Appreciated

A FuBar addon to display if your Onyxia Scale Cloak is equipped or not. The addon is attached to this message as a .zip file. Would love some people to test this and see if they can break it. Would also appreciate some opinions on what I did wrong with the code.

Also, I'd like to localize this in the future, so I think I should use Item Codes instead of Item Names. I wrote a simple macro to get the Item Code for my Onyxia Scale Cloak, but I'm not sure if it is correct.

Is Onyxia Scale Cloak = 15138 ?

Here's the macro I made if someone else wouldn't mind seeing what their Onyxia Scale Cloak Item Code is:
/script back=GetInventoryItemLink("player", GetInventorySlotInfo("BackSlot")) _,_,itemCode=strfind(back, "(%d+):") DEFAULT_CHAT_FRAME:AddMessage(itemCode)
Attachment:

Last edited by brotherhobbes : 01-22-21 at 06:50 PM.
  Reply With Quote
05-13-06, 03:18 AM   #2
Sariash
A Fallenroot Satyr
Join Date: Jan 2005
Posts: 23
15138 is correct, you'll see the same item id's in the URL when you search on thottbot or allakhazam for example...

:: http://wow.allakhazam.com/db/item.html?witem=15138
  Reply With Quote
05-13-06, 07:39 AM   #3
brotherhobbes
A Rage Talon Dragon Guard
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 313
Originally Posted by Sariash
15138 is correct, you'll see the same item id's in the URL when you search on thottbot or allakhazam for example...

:: http://wow.allakhazam.com/db/item.html?witem=15138
Thank you for the confirmation Sariash.
  Reply With Quote
05-13-06, 11:52 AM   #4
dafire
Premium Member
AddOn Author - Click to view addons
Join Date: Jun 2005
Posts: 216
As far as I remeber you see the id on allakhazam but not on thottbot
  Reply With Quote
05-13-06, 02:03 PM   #5
Sariash
A Fallenroot Satyr
Join Date: Jan 2005
Posts: 23
Originally Posted by dafire
As far as I remeber you see the id on allakhazam but not on thottbot
oops, you're right... I'm not using thottbot much, thought it had the id's too.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Alpha/Beta AddOns and Compilations » FuBar - OnyxiaScale - Testers and Opinions Appreciated

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