Furien2006-07-04 20:17:07
Important Note- Client is Zmud.
So, last time I ever tried subs...I substituted the letter A for 'prostitute'. Don't ask.
I have no idea how that happened, to be honest, soooo I'm going to try again.
I'm also going to need coloring, too, but I have no idea how to do that, either.
So, here's some examples of things I wanna try and learn how to sub or color...taken from a recent spar:
There, I hit rebounding, and sliced mah gut open. How would I be able to echo the rebounding? I know, trigger it with #echo or..something. Which line, though?
Here's another example...
How would I be able to sub and color (the background) of both lines? Subbing to something like...
'ALERT: WRITHED FREE OF IMPALE'...but obviously bigger, so it's noticeable. Hence the wanted background coloring.
Summed up, I'm asking how...
To color, both text and background.
To sub two/three/four lines.
To echo/sub some sort of broken line.
Yeah..all help appreciated. I hate systems.
So, last time I ever tried subs...I substituted the letter A for 'prostitute'. Don't ask.
I have no idea how that happened, to be honest, soooo I'm going to try again.
I'm also going to need coloring, too, but I have no idea how to do that, either.
So, here's some examples of things I wanna try and learn how to sub or color...taken from a recent spar:
CODE
You swing a shimmering shortsword etched with leaves at ---------, but your
swing hits her powerful aura and rebounds back into you. Shaddai slices into
your gut, which opens up and pours blood in a pool at your feet.
swing hits her powerful aura and rebounds back into you. Shaddai slices into
your gut, which opens up and pours blood in a pool at your feet.
There, I hit rebounding, and sliced mah gut open. How would I be able to echo the rebounding? I know, trigger it with #echo or..something. Which line, though?
Here's another example...
CODE
With an heroic effort you manage to writhe yourself free from that which impaled
you.
you.
How would I be able to sub and color (the background) of both lines? Subbing to something like...
'ALERT: WRITHED FREE OF IMPALE'...but obviously bigger, so it's noticeable. Hence the wanted background coloring.
Summed up, I'm asking how...
To color, both text and background.
To sub two/three/four lines.
To echo/sub some sort of broken line.
Yeah..all help appreciated. I hate systems.
Soll2006-07-04 21:00:10
For rebounding, something like this:
#trigger {aura and rebounds back into you.} {#echo YOU HIT REBOUNDING! HOW SILLY OF YOU. RAZE THEM!}
#trigger {^With an heroic effort you manage to writhe yourself free from that which impaled$} {#gag}
#cond {^you.$} {#gag;#echo *****************************;#ECHO %ansi(12,7)ALERT: WRITHED FREE OF IMPALE;#echo *****************************} {within|param=1}
#trigger {aura and rebounds back into you.} {#echo YOU HIT REBOUNDING! HOW SILLY OF YOU. RAZE THEM!}
#trigger {^With an heroic effort you manage to writhe yourself free from that which impaled$} {#gag}
#cond {^you.$} {#gag;#echo *****************************;#ECHO %ansi(12,7)ALERT: WRITHED FREE OF IMPALE;#echo *****************************} {within|param=1}
Shorlen2006-07-04 21:34:20
To augment what Soll said, in the main zMUD window, go to HELP, and then COLOR PICKER. This is a tool which will give you the ansi code for various forground/background combinations. You can then put that number in an %ansi tag like:
#echo %ansi(75)W%ansi(95)H%ansi(58)E%ansi(14)E%ansi(116)!
... You get the picture.
#echo %ansi(75)W%ansi(95)H%ansi(58)E%ansi(14)E%ansi(116)!
... You get the picture.
Shamarah2006-07-05 00:07:02
Or you can be like me, and use #COLOR with random numbers.
Unknown2006-07-05 02:16:22
Or you could just use color names and modifiers instead of the numbers. Using something like %ansi(bold,red,white) works fine.
Ildaudid2006-07-05 02:44:10
QUOTE(Shamarah @ Jul 4 2006, 08:07 PM) 304876
Or you can be like me, and use #COLOR with random numbers.
I do that too