Author |
Message |
Topic: I could use some expert advice on this... |
Morgoth
Replies: 3
Views: 9269
|
Forum: zMUD General Discussion Posted: Wed Sep 01, 2004 2:13 pm Subject: I could use some expert advice on this... |
#TRIGGER {Completed mixture power is: ~[(%w)~]} {
#If (%w < 10) {{#say;#say %ansi( red, hi)With the current power you will create: Awaken};#If (%w > 10 AND %w < 21) {{#say;#say %ansi( red, ... |
Topic: Triggers not working |
Morgoth
Replies: 9
Views: 11954
|
Forum: zMUD General Discussion Posted: Tue Aug 31, 2004 7:10 pm Subject: Triggers not working |
Well, if you have other things at the end/start of your pattern, just don't anchor it (^,$). |
Topic: Replacing letters with symbols |
Morgoth
Replies: 1
Views: 4628
|
Forum: zMUD General Discussion Posted: Thu Aug 19, 2004 7:44 am Subject: Replacing letters with symbols |
#ALIAS gt {String=%1;newgt}
#ALIAS newgt {String=%replace( @String, a, 4);String=%replace( @String, b, 45);String=%replace( @String, c, 32);~gt @String}
Try that out. |
Topic: I am terribly disappointed |
Morgoth
Replies: 12
Views: 14782
|
Forum: zMUD General Discussion Posted: Wed Aug 18, 2004 7:28 am Subject: I am terribly disappointed |
Actually that isn't an actual program problem. This happens when you don't shut your computer down properly (the manual shut-down button). This mainly happens on slightly older OS's like Win 98 and su ... |
Topic: stop? |
Morgoth
Replies: 2
Views: 5566
|
Forum: zMUD General Discussion Posted: Mon Aug 16, 2004 5:08 pm Subject: stop? |
Well, I think it'd be easier for us to help you if you gave us more input on what the trigger does exactly, and the code preferably. |
Topic: Help with pattern matching |
Morgoth
Replies: 4
Views: 6291
|
Forum: zMUD General Discussion Posted: Fri Aug 13, 2004 8:04 pm Subject: Help with pattern matching |
I'm not sure this would work, but you could try
#TRIGGER {?%d? (%w)} {#ADDITEM NAMELIST %1}
Just a poor attempt, maybe it'll work though :). |
Topic: Anti-Illusion problems. |
Morgoth
Replies: 0
Views: 3150
|
Forum: zMUD General Discussion Posted: Sun Jul 04, 2004 2:37 pm Subject: Anti-Illusion problems. |
Greetings,
I'm aware there are several posts concerning anti-illusion in Achaea, yet I didn't seem to find what I was looking for in my search, so I decided to post. In achaea, you have ... |
Topic: Triggers - Can't find out how to design this |
Morgoth
Replies: 8
Views: 13798
|
Forum: zMUD General Discussion Posted: Mon Apr 12, 2004 6:47 pm Subject: Triggers - Can't find out how to design this |
Err, I'm afraid I don't exactly follow on how to create that. |
Topic: Trigger Help |
Morgoth
Replies: 8
Views: 9752
|
Forum: zMUD General Discussion Posted: Mon Apr 12, 2004 3:37 pm Subject: Trigger Help |
My bad, thats %1 not %2 on those. Sorry. |
Topic: Trigger Help |
Morgoth
Replies: 8
Views: 9752
|
Forum: zMUD General Discussion Posted: Mon Apr 12, 2004 1:40 pm Subject: Trigger Help |
Well, you could try this:
Pattern: You still need the following:$(*)$
Command: #If (%2="An Evil Charm") {AnEvilCharm};#If (%2="A Powerful bracer") {APowerfulBracer};....and so forth. Maybe that'll w ... |
Topic: Making 2 variables as 1 |
Morgoth
Replies: 8
Views: 11787
|
Forum: zMUD General Discussion Posted: Mon Apr 12, 2004 1:23 pm Subject: Making 2 variables as 1 |
(%w) tells you: find (%w)
#If (@%1fcount<3) {whateveractionyoudo;#ADD %1fcount 1} {Tell %1 I'm sorry, you have exceeded your limit of 3 searches}
If whateveryoudo is the alias fiok, then put {f ... |
Topic: Triggers - Can't find out how to design this |
Morgoth
Replies: 8
Views: 13798
|
Forum: zMUD General Discussion Posted: Mon Apr 12, 2004 1:04 pm Subject: Triggers - Can't find out how to design this |
Greetings,
I usually am able to find solutions to my problems however this time I just can't manage to.
In Achaea there is a class called Apostates, they deliver affliction by means of usin ... |
|