Results: 3Comments by: Mynd
File: Wintergrasp Timer12-29-08
I wanted the addon to pick up the t...
Posted By: Mynd
I wanted the addon to pick up the time from the world info while in wintergrasp. Feel free to patch this in if you want. I have it limited to doing an update based on a changed world state no more often than every 10 seconds, feel free to tweak that however you like. lastUpdate = nil frame:RegisterEvent("UPDATE_WORLD_STATES")...
File: Grid06-10-07
Re: Class color
Posted By: Mynd
Originally posted by thecrazy Hi, does anyone know if and how we can change the class colors? I really dont like all the messing around thats been done with the shaman class color and id like to change it back in grid to what im used, that dark blue there is confusing the hell out of me and im having problems keep track of my ow...
File: Perl Classic Unit Frames12-17-06
Any chance you could use the RAID_C...
Posted By: Mynd
Any chance you could use the RAID_CLASS_COLORS instead of hardcoding your own? I've got a tiny mod that changes the colors for myself and it would be nice if that were reflected in Perl as well. For example in Perl_Player.lua change: if (classcolorednames == 1) then -- Color by class if (UnitClass("player") == PERL_LO...