Thread: Info Panel IDs
View Single Post
05-18-09, 04:28 AM   #1
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,929
Info Panel IDs

When I was writing the Guild Chat Infopanel plugin I noticed that using the same number as an existing infopanel causes problems as this number denotes which order they appear in.

As more infopanels are added by different people I thought it best if we have somewhere we can check for an available ID.

Here's the current ones available to download and I can see already a conflict if people choose to have carbonite/omen and recount/omen for whatever reason or Carbonite with Hitsmode:

Built into nUI by Default:
Combat Log - nUI_INFOMODE_COMBATLOG = 2;
Battlefield Minimap - nUI_INFOMODE_BMM = 3;
Recount - nUI_INFOMODE_RECOUNT = 4;
Omen3 & KLH - nUI_INFOMODE_OMEN3KLH = 5;
Omen3 - nUI_INFOMODE_OMEN3 = 6;
KLH - nUI_INFOMODE_KLH = 8;
KLH & Recount - nUI_INFOMODE_KLHRECOUNT = 9;
Skada - nUI_INFOMODE_SKADA = 10;

Plugins by aktlingit
Jamba - 10

Plugins by Alexandre Brault
Carbonite & Omen - nUI_INFOMODE_OMEN3CARBONITE = 7;

Plugins by Brillynt
Grid - nUI_INFOMODE_GRID = 8;
Healbot - nUI_INFOMODE_HEALBOT = 9;

Plugins by Carz
Carbonite - nUI_INFOMODE_CARBON = 35;

Plugins by KanadiaN
nUI_INFOMODE_VUHDO = 10;
nUI_INFOMODE_ZYGOR = 13;

Plugins by Kodewulf
Hitsmode - nUI_INFOMODE_HITSMODE = 10;

Plugins by lairdofdeath
Professions - nUI_INFOMODE_Profesions = 40;

Plugins by rossman
nUI_INFOMODE_ANYMETER = 18;

Plugins by spiel2001
Minimap - nUI_INFOMODE_MINIMAP = 1;
Recount & Omen (Stats) - nUI_INFOMODE_OMEN3RECOUNT = 7;
Recount & Omen (Dual Stats) - nUI_INFOMODE_OMEN3RECOUNT = 7;

Plugins by Xrystal (both done and in progress)
GuildChat - nUI_INFOMODE_GUILDCHAT = 15;
Decursive - nUI_INFOMODE_DECURSIVE = 16;
Decursive/Omen = nUI_INFOMODE_DECURSIVEOMEN = 16;
Eavesdrop - nUI_INFOMODE_EAVESDROP = 17;
MagePorts - nUI_INFOMODE_MAGEPORTS = 18;
TotemCaddy - nUI_INFOMODE_TOTEMCADDY = 19; ( Never Happened )
Lunarsphere - nUI_INFOMODE_LUNARSPHERE = 20; ( Never Happened)
Whisper - nUI_INFOMODE_WHISPERS = 21;
Chat - nUI_INFOMODE_CHAT = 22;
PallyPower - nUI_INFOMODE_PALLYPOWER = 23;(Never Completed)
SmartDebuff - nUI_INFOMODE_SMARTDEBUFF = 24; (Now Incompatible)
GuildInfo - nUI_INFOMODE_GUILDINFO = 25; ( Old Idea )
ScrollingWatchFrame - nUI_INFOMODE_SWF = 26; (Trashed)
Gladius - nUI_INFOMODE_GLADIUS = 27; ( Never Started )
Archy - nUI_INFOMODE_ARCHY = 28; (Now Incompatible)
BigBrother - nUI_INFOMODE_BIGBROTHER = 29; (Never Started)
SuperTrackedQuest - nUI_INFOMODE_SUPERTRACKEDQUEST = 30; (Recent Idea)
Details - nUI_INFOMODE_DETAILS = 31 (In Development)
TriStats - nUI_INFOMODE_TRISTATS = 50
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818

Last edited by Xrystal : 08-25-18 at 02:26 PM.