Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 

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


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