Author |
Message |
Topic: Auto looting problems |
edyarchi
Replies: 4
Views: 1118
|
Forum: zMUD General Discussion Posted: Thu Mar 06, 2003 12:18 am Subject: Auto looting problems |
It is very important to see the differences between the message you get when you kill a mob and when another play kills a mob.
Probably you can solve the question trigging the message obtained when ... |
Topic: commenting code |
edyarchi
Replies: 2
Views: 1014
|
Forum: zMUD General Discussion Posted: Thu Feb 27, 2003 1:55 am Subject: commenting code |
does it exist a simbol or a command to comment a line of code (like the REM command in DOS)?
it would be useful to disable parts of code, permitting to quikly reactivate them if it needs.
|
Topic: Prompt Color when Fighting |
edyarchi
Replies: 8
Views: 2014
|
Forum: zMUD General Discussion Posted: Thu Feb 27, 2003 1:33 am Subject: Prompt Color when Fighting |
quote:
So would this work then?
#TRIGGER {Edyarchi~:} {#IF (@grouped=1) {#CW red}}
Ok, thanks to your suggestion I solved the problem in this way:
#TRIGGER {H:&Hp/&MaxHp M:&Man ... |
Topic: Prompt Color when Fighting |
edyarchi
Replies: 8
Views: 2014
|
Forum: zMUD General Discussion Posted: Thu Feb 27, 2003 12:19 am Subject: Prompt Color when Fighting |
1. I think #PCOL is not implemented in Zmud 6.16 ... it is not recognized as a valid command.
2. #TRIGGER {T~-~- (Edyarchi)} {#PCOL red %x1} will not trig because the prompt could change for exampl ... |
Topic: Prompt Color when Fighting |
edyarchi
Replies: 8
Views: 2014
|
Forum: zMUD General Discussion Posted: Wed Feb 26, 2003 10:01 pm Subject: Prompt Color when Fighting |
quote:
Question I'd ask is how does T-- Edyarchi change?
How does that piece in your combat prompt when you have 1, 2, 3 tanks
if I understand correctly? Could make 1-3 triggers to match
the co ... |
Topic: Prompt Color when Fighting |
edyarchi
Replies: 8
Views: 2014
|
Forum: zMUD General Discussion Posted: Wed Feb 26, 2003 8:40 pm Subject: Prompt Color when Fighting |
quote:
#CW {%char} {yellow}
Ok, but this solution doesn't catch my attention in the particular occasion that I want.
Surely, for that use is better to change the color of the entire prompt as I ... |
Topic: Prompt Color when Fighting |
edyarchi
Replies: 8
Views: 2014
|
Forum: zMUD General Discussion Posted: Tue Feb 25, 2003 9:43 pm Subject: Prompt Color when Fighting |
This is my prompt:
H:336/336 M:375/375 V:130 S:---T-- *:* *:* >
This is my prompt when fighting:
H:336/336 M:375/375 V:121 S:---T-- TankName:excellent MobName:injured >
My PG name is Edy ... |
|