Author |
Message |
Topic: Tell Capturing |
Dark Court Jester
Replies: 4
Views: 2883
|
Forum: zMUD General Discussion Posted: Sat Apr 19, 2003 1:03 am Subject: Tell Capturing |
I'm looking for a simple tell capture where when you receive "blah tells you, '*'" that its logged to another window or file. for example, if your afk you can enable this logging so that it ... |
Topic: Auto-Vitalize Mana |
Dark Court Jester
Replies: 5
Views: 6090
|
Forum: zMUD General Discussion Posted: Mon Aug 05, 2002 12:05 am Subject: Auto-Vitalize Mana |
Thanks, just got done testing it out and it works great. Exactly what I was looking for, thanks again.
"For those with wings, fly to your dreams" |
Topic: Auto-Vitalize Mana |
Dark Court Jester
Replies: 5
Views: 6090
|
Forum: zMUD General Discussion Posted: Sun Aug 04, 2002 1:31 am Subject: Auto-Vitalize Mana |
I tried the trigger and it wouldn't work.
The prompt is set for:
(%d)H (%d)M (%d)V 0X Mob: >
Vitalization context is: You feel your psyche improve.
Concentration context is: You lost your ... |
Topic: Auto-Vitalize Mana |
Dark Court Jester
Replies: 5
Views: 6090
|
Forum: zMUD General Discussion Posted: Sat Aug 03, 2002 10:20 pm Subject: Auto-Vitalize Mana |
I use this at the end of each spell:
#if (@manavar <= 600 and @movevar >= 230) {cast 'vit'} {}
The problem with that is, it only cast's vitalize mana one time after each prompt check. I'd ... |
Topic: Random Color for says/emotes |
Dark Court Jester
Replies: 9
Views: 9997
|
Forum: zMUD General Discussion Posted: Fri Jun 21, 2002 12:42 am Subject: Random Color for says/emotes |
Thanks again Kjata, I was spacing out when I tried fixing it on my own earlier... I was trying: r&n|g&n|y&n|b&n|m&n|c&n|w&n so basically I had it backwards. Oops =P
&quo ... |
Topic: Random Color for says/emotes |
Dark Court Jester
Replies: 9
Views: 9997
|
Forum: zMUD General Discussion Posted: Thu Jun 20, 2002 10:17 pm Subject: Random Color for says/emotes |
I did find one problem after using it. lower case color's: &r &g &y &b &m &c &w are 'dull' ansi colors. They need to be terminated with &n before the actual color code ... |
Topic: Random Color for says/emotes |
Dark Court Jester
Replies: 9
Views: 9997
|
Forum: zMUD General Discussion Posted: Thu Jun 20, 2002 7:11 pm Subject: Random Color for says/emotes |
Thank You Kjata, works like a charm. Now I can do away with scheme's if I want. Thanks again.
"For those with wings, fly to your dreams" |
Topic: Random Color for says/emotes |
Dark Court Jester
Replies: 9
Views: 9997
|
Forum: zMUD General Discussion Posted: Thu Jun 20, 2002 9:09 am Subject: Random Color for says/emotes |
At this time I use multiple aliases and one control alias for random colored says. basically I have a sa0 through sa21 alias with the context of "emote says, '%-1'" each one with their own s ... |
|