PDA

View Full Version : Disabled Combat Tracker



damned
September 21st, 2014, 03:09
I disabled Combat Tracker in my CoreRPG extension ruleset and I cant remember what I did... I want to try turning it back on and looking at using some of its functionality.
Any pointers... my FIF search-fu isnt yielding me any obvious answers...

Trenloe
September 21st, 2014, 03:12
Sheesh!

What do you mean by disabled? Can you see the combat tracker button in the toolbar to the right of the desktop?

If not, look at the buildDesktop function in desktop\scripts\desktop.lua. You' probably commented out DesktopManager.registerStackShortcut2("button_ct", "button_ct_down", "sidebar_tooltip_ct", "combattracker_host", "combattracker");

damned
September 21st, 2014, 03:15
That was it - thank you Trenloe - I had commented it out in desktop.lua