Description
adPanelTwelveClock
Updated: 2/22/09
Description
Adds a panel containing the current time, in the 12-hour format, to adPanel.
Usage
Shift + Drag to move the panel anywhere along your adPanel. Position will automatically be saved on exit.
Installation
This plugin requires the adPanel addon.
- Extract the folder adPanelTwelveClock to the following directory:
\Runes of Magic\interface\addons\adPanel\Plugins\
- Then, add the following line of code to the end of adPanel.toc in your \adPanel directory:
Plugins/adPanelTwelveClock/adPanelTwelveClock.xml
- Start Runes of Magic and Enjoy!
- Note - If you are going to remove the original 24-hour clock included with adPanel and replace it with this clock, be sure to follow the complete removal process for adPanelClock, including removing the section from SaveVariables.lua, or you may encounter errors.
Removal
To remove the plugin, simply reverse the two steps of the installation above, and then find your SaveVariables.lua file, which should be located at \My Documents\Runes of Magic, and find and delete the following section (your value may be different than 293):
["adPanelTwelveClock"] = {
["xOfs"] = 293,
["relativeTo"] = "TOPLEFT",
["point"] = "adPanelFrame12",
["relativePoint"] = "TOPLEFT",
},
