|
Silvermoon Newbie
Joined: 02 Jun 2013 Posts: 1
|
Posted: Sun Jun 02, 2013 1:53 am
2 problems I'm trying to fix with CMUD |
The first problem I am having, is that I change the color of the status bars so that I can better see them through my peripheral vision instead of having to look at them constantly, but when I close the game session, the settings return to default. How can I keep the same settings?
The second problem I am having, is when I am trying to set up Macros. When I hit the macros key (example: ALT-F1) it will send the macros command to the game 3 times, instead of just once. It appears that the only macros keys that this does not happen on, is the KEY1 through KEY9 keys used for movement. |
|
|
|
Anaristos Sorcerer
Joined: 17 Jul 2007 Posts: 821 Location: California
|
Posted: Fri Jun 28, 2013 4:09 am |
You specify the color using HTML syntax:
Code: |
<stat name="Sbar2" priority="114890" id="98">
<value><color red>THIS IS A TEST</color></value>
</stat>
|
Make sure that in the actual XML you escape the < and the >.
NOTE: You can use the HTML syntax for colors (also fonts and their sub-parameters) with any command that writes to a screen.
As for the second problem, could you post the contents of your MACRO setting? At least for one entry. |
|
_________________ Sic itur ad astra. |
|
|
|
rozdwojeniejazni Wanderer
Joined: 13 Aug 2011 Posts: 74
|
Posted: Sat Jun 29, 2013 8:00 am |
Second problem is a well known bug. You need to uncheck this option: [Options - General - Macros override menu shortcuts], and macros will work fine.
|
|
|
|
|
|