WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Carbonite Archive (https://www.wowinterface.com/forums/forumdisplay.php?f=158)
-   -   Warehouse/Monks (https://www.wowinterface.com/forums/showthread.php?t=44983)

Creepy666 10-28-12 05:32 AM

Warehouse/Monks
 
Monks can not be collapsed at the left side of the warehouse window, because they have no click-icon (empty space).


Anyway, my very thanks to Rythal for continuing Carbonite! Thumbs up!

tinyu 10-28-12 09:04 AM

open up NxWarehouse.lua in your favourite text editor (i suggest notepad++) and scroll down a bit and you will see

Code:

self.ClassIcons = {
                ["Druid"] = "Ability_Druid_Maul",
                ["Hunter"] = "INV_Weapon_Bow_07",
                ["Mage"] = "INV_Staff_13",
                ["Paladin"] = "INV_Hammer_01",
                ["Priest"] = "INV_Staff_30",
                ["Rogue"] = "INV_ThrowingKnife_04",
                ["Shaman"] = "Spell_Nature_BloodLust",
                ["Warlock"] = "Spell_Nature_FaerieFire",
                ["Warrior"] = "INV_Sword_27",
                ["Death Knight"] = "Spell_Deathknight_ClassIcon",
        }

change it to

Code:

self.ClassIcons = {
                ["Druid"] = "Ability_Druid_Maul",
                ["Hunter"] = "INV_Weapon_Bow_07",
                ["Mage"] = "INV_Staff_13",
                ["Paladin"] = "INV_Hammer_01",
                ["Priest"] = "INV_Staff_30",
                ["Rogue"] = "INV_ThrowingKnife_04",
                ["Shaman"] = "Spell_Nature_BloodLust",
                ["Warlock"] = "Spell_Nature_FaerieFire",
                ["Warrior"] = "INV_Sword_27",
                ["Death Knight"] = "Spell_Deathknight_ClassIcon",
                ["Monk"] = "class_monk",
        }

save and test.

KrysEmlyn 10-29-12 12:36 AM

I can verify that the above code does work. I fixed this in my local install of Carbonite earlier today. :D


All times are GMT -6. The time now is 05:13 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI