This addon is intended for use as a template in creating one's own User Interface arrangement addon.
Comments inside the .lua file contain links to resources for customization of this addon and creating one's own User Interface Addon.
***************************************************************************
When customizing these files, be sure you replace every instance of
"YourName's" with your character's name. This includes instances of
"YourName's" that you find inside any of these files.
Example:
YourName's UI.lua file name is changed to Stormbow's UI.lua
YourName's UI.toc file name is changed to Stormbow's UI.toc
Inside the .toc file is another YourName's UI to be changed.
The "YourName's UI" folder name is changed to "Stormbow's UI"
(And change "YourName's UI preferences applied!" message below!)
***************************************************************************
The following modifications to the default UI have been taken from-
Basic Macros:
http://forum.runesofmagic.com/showthread.php?t=16065
Advanced Macros:
http://forum.runesofmagic.com/showthread.php?t=20186
Additional page of good /script commands:
http://us-forum.runesofmagic.com/showpost.php?p=13756&postcount=31
Feel free to substitute any and all commands that you like, as you see fit.
I recommend using the in-game macro system to test each UI mod you want
to use before actually placing them into this file. In doing so, you must
remember to use "/script" before any of the below options.
EXAMPLE:
/script ScrollBannerFrame:ClearAllAnchors(); ScrollBannerFrame:SetAnchor("TOP", "TOP", WorldFrame, 0, 120);
No more wasting space on in-game macros anymore with YourName's UI addon!
Enjoy!
***************************************************************************
PLEASE NOTE- If you are heavily into using addons and mods, you may have to
remove/edit this addon further due to compatibility issues with other mods.
***************************************************************************
Changelog:
YourName's UI.zip
- The first file uploaded.
YourName's UI_v1.1.zip
- Added a line of code for the warning messages that appear when you try to attack without a target, etc.