Hi Nick, I've been reading the posts (and code) for the Materia Magica mapper plugin (http://gammon.com.au/forum/bbshowpost.php?id=10667), brilliant work! It seems to be exactly the kind of thing that most mudders would just love!
Using the latest version of your Materia Magica mapper as a starting point, I'm trying to adjust it to begin mapping for MajorMUD. It should be a positively simple process because there isn't too much difference in the formatting. What's hanging me up right now is a trivial matter, I just haven't been able to find what I need to solve it when searching through the forums. Here's what a simple room looks like:
<img src="http://mm.winkelmanndesigns.com/MajorMUD_BasicRoom.jpg">
What's stopping me from getting anywhere is that the color of the room name is different. I've taken a couple guesses, but I can't seem to find a table or reference list for the color codes that you use when telling the triggers to match color. This is the trigger I'm looking at, which it seems finds a bold yellow line of text in Magica that denotes the name of the room:
[EDIT] So the actual question here is what is the code for bold cyan and where can I find a list of the integer values of all the colors?
Using the latest version of your Materia Magica mapper as a starting point, I'm trying to adjust it to begin mapping for MajorMUD. It should be a positively simple process because there isn't too much difference in the formatting. What's hanging me up right now is a trivial matter, I just haven't been able to find what I need to solve it when searching through the forums. Here's what a simple room looks like:
<img src="http://mm.winkelmanndesigns.com/MajorMUD_BasicRoom.jpg">
What's stopping me from getting anywhere is that the color of the room name is different. I've taken a couple guesses, but I can't seem to find a table or reference list for the color codes that you use when telling the triggers to match color. This is the trigger I'm looking at, which it seems finds a bold yellow line of text in Magica that denotes the name of the room:
<trigger
back_colour="8"
bold="y"
enabled="y"
match="*"
match_back_colour="y"
match_bold="y"
match_inverse="y"
match_italic="y"
match_text_colour="y"
name="Name_Line"
script="Name_Line"
sequence="100"
text_colour="11"
keep_evaluating="y"
>
</trigger>
[EDIT] So the actual question here is what is the code for bold cyan and where can I find a list of the integer values of all the colors?