Author |
Message |
Topic: triggers won't go into assigned classes |
zyran
Replies: 1
Views: 2626
|
Forum: zMUD General Discussion Posted: Mon Jun 14, 2004 11:54 pm Subject: triggers won't go into assigned classes |
I've saved my system to a text file and now when I copy and paste it in triggers with #cond after it won't go to the classes that are assigned to them. I'm hopeing it's some kind of setting that I nee ... |
Topic: Achaea bashing auto heal/mana |
zyran
Replies: 10
Views: 9233
|
Forum: zMUD General Discussion Posted: Sun Oct 19, 2003 10:47 pm Subject: Achaea bashing auto heal/mana |
#TRIGGER {^(%n)h, (%n)m (*)-} {
#var hp %1
#var mp %2
#if (%pos( e, %3)) {#var equi 1} {
#var equi 0}
#if (%pos( x, %3)) {
#var bal 1} {
#var bal 0
}
} "prompt" {nocr|prompt}
... |
Topic: Multiple Characters |
zyran
Replies: 2
Views: 4256
|
Forum: zMUD General Discussion Posted: Thu Oct 16, 2003 12:27 pm Subject: Multiple Characters |
After you import. Go to setting(alt s if you can't find it) then click on save as. Then rename it the name you want it. |
Topic: slow |
zyran
Replies: 1
Views: 3610
|
Forum: zMUD General Discussion Posted: Thu Oct 16, 2003 7:47 am Subject: slow |
I'm really lagging and I have no Idea why. I've searched the forums and I think found all the stuff like updating drivers and turning off triggers to see if it was the triggers. But I still can't find ... |
Topic: Trigger Help please |
zyran
Replies: 7
Views: 8397
|
Forum: zMUD General Discussion Posted: Thu Oct 16, 2003 7:32 am Subject: Trigger Help please |
Like Stackadder said. You have to make a multi-state trigger. Like so
#TRIGGER {The wizard looks at a magic orb placed here by Vryce....} {}
#COND {The wizard telepaths you, 'Let's see here... I se ... |
Topic: loading old settings |
zyran
Replies: 2
Views: 3547
|
Forum: zMUD General Discussion Posted: Tue Aug 19, 2003 7:16 am Subject: loading old settings |
well it seems to get jumbled up some how. When I load it in I get wierd symbold classes like a class named %pop(pw) and stuff like that. I got a macro that seem to contain all the rest of the informat ... |
Topic: loading old settings |
zyran
Replies: 2
Views: 3547
|
Forum: zMUD General Discussion Posted: Fri Aug 15, 2003 11:16 am Subject: loading old settings |
Because of that worm virus thingy most my files where deleted as well as Zmud6.61. I email my settings to my self once every 2 weeks so it wouldn't have mattered so I thought. But when I try to load i ... |
Topic: RoomRs: cannot perform this operation on a closed |
zyran
Replies: 0
Views: 2512
|
Forum: zMUD General Discussion Posted: Wed Jun 25, 2003 10:54 am Subject: RoomRs: cannot perform this operation on a closed |
I keep getting this "RoomRs: cannot perform this operation on a closed dataset" error. It didn't start happening till I made a tag trigger for the automapper. Here's the trigger
#TRIGGER {(*)} {#ta ... |
Topic: wildcards in script? |
zyran
Replies: 4
Views: 4931
|
Forum: zMUD General Discussion Posted: Fri Jun 13, 2003 4:26 pm Subject: wildcards in script? |
ok here's a couple messages:
You remove 1 goldenseal root, bringing the total in the Rift to 8.
You eat a goldenseal root.
Zugg eats a goldenseal root.
You make a funny face at a goldenseal ... |
Topic: wildcards in script? |
zyran
Replies: 4
Views: 4931
|
Forum: zMUD General Discussion Posted: Fri Jun 13, 2003 3:37 pm Subject: wildcards in script? |
um...nevermind...%3 can do it sorry
|
Topic: wildcards in script? |
zyran
Replies: 4
Views: 4931
|
Forum: zMUD General Discussion Posted: Fri Jun 13, 2003 3:22 pm Subject: wildcards in script? |
I want to trigger lines with a specific word in them and capture the text so I can test the text around it. So if the word was zmud for example I do.
#trigger {^(*) zmud (*).} {
#if ((%concat( %1 ... |
Topic: trigger |
zyran
Replies: 2
Views: 3829
|
Forum: zMUD General Discussion Posted: Wed May 21, 2003 4:11 pm Subject: trigger |
oh duh. Thanks
|
Topic: trigger |
zyran
Replies: 2
Views: 3829
|
Forum: zMUD General Discussion Posted: Tue May 20, 2003 3:36 pm Subject: trigger |
ok, It highlights and the vars work but I cant get the class to activate. I've done stuff manually and it still won't work I test by setting @pw with a2 and @kelp with a2 and it won't activate the cla ... |
Topic: parse error |
zyran
Replies: 1
Views: 2655
|
Forum: zMUD General Discussion Posted: Fri May 09, 2003 11:37 am Subject: parse error |
[You eat a goldenseal root-> #var pb 0
#t- %item( @gold, 1)
#var @{@activeh} 0
#delitem pw %item( @gold, 1)
#delitem gold %item( @gold, 1)]
and I keep getting Access violation at address 005 ... |
Topic: loopexp triggers |
zyran
Replies: 3
Views: 4314
|
Forum: zMUD General Discussion Posted: Thu Apr 17, 2003 12:06 pm Subject: loopexp triggers |
#TRIGGER {@asthma=1} {outr kelp;eat kelp} "herbs|kelp|a1" {loopexp|param=1}
#COND {} {} {wait|param=500}
the {loopexp|param=1} was {loopexp|param=0}
and it works now but what other ways ... |
Topic: loopexp triggers |
zyran
Replies: 3
Views: 4314
|
Forum: zMUD General Discussion Posted: Wed Apr 16, 2003 11:13 pm Subject: loopexp triggers |
oh yah there's a state 2 in the @asthma=1 trig...that's what the wait 500 is
and the state one is the loopexp with outr kelp eat kelp
|
Topic: loopexp triggers |
zyran
Replies: 3
Views: 4314
|
Forum: zMUD General Discussion Posted: Wed Apr 16, 2003 10:27 pm Subject: loopexp triggers |
ok here's the trigger
^You feel a tightening sensation grow in
your lungs
#cw 10
#if ((@stunned=0) & (@sleep=0) & (@anorexia=0)) {
#if (%item( @pw, 1)="") {
#additem ... |
|