OmniCC

OmniCC

Client Version: 1.12


Rating:

CooldownCount for Everything

7
Leave a Reply

avatar
3 Comment threads
4 Thread replies
0 Followers
 
Most reacted comment
Hottest comment thread
7 Comment authors
BobjectRyanRaxiumBlinkmasterSonOfaLich Recent comment authors
  Subscribe  
newest oldest most voted
Notify of
asd
Guest
asd

it works fine

Mumbl3s
Guest
Mumbl3s

Warstomp Cooldown shows up as 2%d m then 1%d m until it is under 1 Min

SonOfaLich
Member
SonOfaLich

Easy fix is to open “OmniCC.lua” in Notepad (Notepad++ is best) or some other text editor (not Word).
Look for the following lines and change these:
Line 26 – replace DAY_ONELETTER_ABBR to ‘d’
Line 29 – replace HOUR_ONELETTER_ABBR to ‘h’
Line 32 – replace MINUTE_ONELETTER_ABBR to ‘m’

Lastly, make sure to keep the single quote (‘) around your letter
Save the file and reload the game

Blinkmaster
Guest
Blinkmaster

Your tutorial does not work for me with standart Vanilla client.
1. Replaced the values as you specified, used ‘ instead of ’ (your comment contains ’ but I suppose you meant normal single quotes)
2. Started the game, logged in, entered the world and the game froze forever
3. Repeated with ’ instead of ‘, the game showed LUA error and froze as well
4. Tried several more times, then returned the config file to it’s default state.

Raxium
Guest
Raxium

It works for me. In fact, I decided to change the format a bit so it would read in the form of “minutes:seconds” instead of “minutes m”. It was a pretty simple change. I’ll post the code in a few comments for those interested. Just copy/paste it and replace lines 22-45 with it.

Bobject
Member
Bobject

I remenber reading and using the guide, but I think the comment got deleted.

Ryan
Guest
Ryan

I don’t believe you need this. Classic WoW has an option for changing cooldowns to display as numbers in the interface menu (I tested it in beta). It’s part of the new engine, hence why its in classic, and works nicely.