|
Nemesys82 Newbie
Joined: 02 Aug 2014 Posts: 3
|
Posted: Sat Aug 02, 2014 2:10 pm
2 CMUD's problems |
hi!
first of all i want say thank you to all staff for this wonderfull program :)
I need support for 2 problems that i have with this cmud
1) i play an italian mud where exits (in own language) are "Nord,Sud,Ovest,Est".
i try to use mapper but it doesn't see ovest (because it recognize only west)
how i can i fix this?
2) i can't create an alias that use color. In my mud when you write with color you myst use $c00XX (example $c0010 is yellow).
If i want create alias with color (for "group say" or for a personal prompt i create it say me "ERROR: Syntax error in Alias: NAMEALIAS: invalid local variable: c0010"
if i paste all in command all function correct. Same alias used in zmud function correct.
Can you help me?
Thank you |
|
|
|
Scarn Apprentice
Joined: 24 Jul 2005 Posts: 137
|
Posted: Sat Aug 02, 2014 5:15 pm |
Try changing the english directions in "view > directions" to italian, I'm not sure if the map works off them though.
|
|
|
|
Nemesys82 Newbie
Joined: 02 Aug 2014 Posts: 3
|
Posted: Sat Aug 02, 2014 7:26 pm |
No i registered italian direction (all 4) but it doesn't work in mapper
|
|
|
|
Daern Sorcerer
Joined: 15 Apr 2011 Posts: 809
|
Posted: Sun Aug 03, 2014 2:30 am |
1) Did you delete the English Directions package after making your own copy? Leaving both installed could probably cause conflicts.
2) Use double quotes around anything you want interpreted as a literal string. |
|
|
|
raviden Novice
Joined: 02 Nov 2010 Posts: 45
|
Posted: Sun Aug 03, 2014 9:12 am |
1. Use substitute trigger to change directions into easy-to-read directions (f.e. ==> N S W E). And then make trigger for that already substituted line tagging it as exit (#tag exit).
But overall proper definition of directions should do the deal, unless your mud room output is hard to read for cmud. |
|
|
|
raviden Novice
Joined: 02 Nov 2010 Posts: 45
|
Posted: Sun Aug 03, 2014 9:12 am |
1. Use substitute trigger to change directions into easy-to-read directions (f.e. ==> N S W E). And then make trigger for that already substituted line tagging it as exit (#tag exit).
But overall proper definition of directions should do the deal, unless your mud room output is hard to read for cmud. |
|
|
|
Nemesys82 Newbie
Joined: 02 Aug 2014 Posts: 3
|
Posted: Thu Aug 07, 2014 11:31 am |
Ok
i solved problem with $.
I used double quotes and Cmud interpretate it as text.
Now i can create alias for Title and Prompt with correct color.
Last problem with this method is:
- In the mud when you are part of a group you can use command "gd " that is "groupsay" command.
i want an alias that translate "gd " in "gd $c0020" so it apply color when i write in that "say mode". i use double quote in this alias but don't work
For the Direction problem i try with trigger and i'll post result |
|
|
|
|
|