Author |
Message |
Topic: Running multiple MUDS? |
Zillat
Replies: 1
Views: 2368
|
Forum: zMUD General Discussion Posted: Mon Jun 16, 2008 11:54 am Subject: Running multiple MUDS? |
I know i can connect to more then one mud, and i know i can't open two zmud programs.
But i have triggers running semi-auto bots, so i need the triggers to run in the window it originated in. I'm not ... |
Topic: Help on matching variables in triggers. |
Zillat
Replies: 3
Views: 3547
|
Forum: zMUD General Discussion Posted: Mon Jun 16, 2008 1:28 am Subject: Help on matching variables in triggers. |
oh don't worry i think i got it, by changing the space after " and " to a "|" |
Topic: Help on matching variables in triggers. |
Zillat
Replies: 3
Views: 3547
|
Forum: zMUD General Discussion Posted: Mon Jun 16, 2008 1:25 am Subject: Help on matching variables in triggers. |
excellent, thank you. the only problem with this mud is that the syntax changes depending on how many exits and what sort they are.
For example your two exit rooms don't have a comma:
north and ea ... |
Topic: Help on matching variables in triggers. |
Zillat
Replies: 3
Views: 3547
|
Forum: zMUD General Discussion Posted: Sun Jun 15, 2008 7:47 am Subject: Help on matching variables in triggers. |
Trigger:
^You see exits leading (%w)({%s?%w door?|,}) (%w)({%s?%w door?|,}) and (%w)({%s?%w door?|.})
In trigger:
#IF (%2 = ~(closed door~)) {#VAR direction_one CLOSED} {#VAR direction_one OPEN}
... |
Topic: %-1....%-99 |
Zillat
Replies: 2
Views: 2721
|
Forum: zMUD General Discussion Posted: Sat Jun 14, 2008 12:59 pm Subject: %-1....%-99 |
What does this mean?
ALIAS:i_aff
i_add afflictions %-1; i_scanaff %1
So i go "i_aff prone" or whatever.
I know it will then go "i_scanaff prone"
but "i_add afflictions...?"
Thanks in a ... |
Topic: [2.26] What could cause this? |
Zillat
Replies: 1
Views: 2374
|
Forum: CMUD General Discussion Posted: Thu Jun 12, 2008 2:03 am Subject: [2.26] What could cause this? |
Before i start, everything is ticked enabled, in every location known to man.
Yet it seems NONE of my triggers work. Alias work. Variables can be changed, using alias.
Even a simple triger. "#TRIGG ... |
Topic: You can easily help me, i'm sure of it! Just need a command. |
Zillat
Replies: 2
Views: 2920
|
Forum: zMUD General Discussion Posted: Sun Jun 01, 2008 3:22 pm Subject: You can easily help me, i'm sure of it! Just need a command. |
This is an easy problem, i'm just looking for a command.
I have a list, and i want to check if an item is on the list. If i isn't, i'll perform some tasks relating to the item then add it to the li ... |
Topic: Problem with Trigger loop detected. |
Zillat
Replies: 3
Views: 4053
|
Forum: zMUD General Discussion Posted: Sat May 31, 2008 3:52 pm Subject: Problem with Trigger loop detected. |
The problem is, even though i don't understand what it exactly means, i'm pretty sure my loops arn't fatal.
I'v set up three triggers that will perform tasks "move" "do something" "do another thing", ... |
|