Author |
Message |
Topic: trigger to returon information |
Illogic
Replies: 5
Views: 5199
|
Forum: zMUD General Discussion Posted: Mon Apr 16, 2007 2:50 am Subject: trigger to returon information |
sry i shoulda clarified
i want this all to be completely automated. Im going to leave my char on 24/7 as an aid for newbies who want to know their stats
so what im basically asking is how to m ... |
Topic: trigger to returon information |
Illogic
Replies: 5
Views: 5199
|
Forum: zMUD General Discussion Posted: Sun Apr 15, 2007 11:38 pm Subject: trigger to returon information |
ok im trying to set up a trigger that, when prompted by a user, will return some information
i have a high level char and one of my abilities is to see other peoples stats, so for example
if ... |
Topic: question about alias |
Illogic
Replies: 2
Views: 3466
|
Forum: zMUD General Discussion Posted: Sat Dec 02, 2006 6:36 am Subject: question about alias |
is there a way to set an alias to send two sets of commands ?
in one set id like 4 or 5 commands to be sent to the mud with the #wait command
the other set doesnt need a wait command
... |
Topic: #wait question |
Illogic
Replies: 3
Views: 4599
|
Forum: zMUD General Discussion Posted: Sat Dec 02, 2006 5:49 am Subject: #wait question |
its actually a spell buff alias...only thing is there is a 3 second delay after each command...for example
to cast shield i would need to enter these hand movements
rs (right snap)
rc (clap h ... |
Topic: #wait question |
Illogic
Replies: 3
Views: 4599
|
Forum: zMUD General Discussion Posted: Sat Dec 02, 2006 12:47 am Subject: #wait question |
is there a way to set up #wait so that it waits to get a specific line (not just any output) from the mud ?
my alias looks like this
rw
#wait You feel a surge of energy run through your rig ... |
Topic: trigger docking window |
Illogic
Replies: 1
Views: 2860
|
Forum: zMUD General Discussion Posted: Wed Nov 15, 2006 10:03 am Subject: trigger docking window |
ive undocked one of the windows in the trigger menu ( the one that displays the command line and actions of each trigger when you click on the trigger) and i want it docked again but i cant figure out ... |
Topic: cant figure out why??!!?? trigger problems |
Illogic
Replies: 9
Views: 12086
|
Forum: zMUD General Discussion Posted: Mon Nov 13, 2006 5:19 am Subject: cant figure out why??!!?? trigger problems |
UPDATE
the way i actually did it was by adding @headed in to the trigger like this:
TRIGGER {You are now riding across a plain.} {clear;#IF (@Direction) {east 10000;#var headed {east 10000}} ... |
Topic: cant figure out why??!!?? trigger problems |
Illogic
Replies: 9
Views: 12086
|
Forum: zMUD General Discussion Posted: Mon Nov 13, 2006 4:44 am Subject: cant figure out why??!!?? trigger problems |
also im interested in learning how to do all this on my own. are zmud triggers C or C++ or is there some kind of coding newbie guide i can read? the help is a bit confusing |
Topic: cant figure out why??!!?? trigger problems |
Illogic
Replies: 9
Views: 12086
|
Forum: zMUD General Discussion Posted: Mon Nov 13, 2006 4:41 am Subject: cant figure out why??!!?? trigger problems |
wow complex..thanks for explaining that
but now that bring me to something else
is there a way i can store the way im going in a variable
ie: i come to the plains and it sends east 1000 ... |
Topic: cant figure out why??!!?? trigger problems |
Illogic
Replies: 9
Views: 12086
|
Forum: zMUD General Discussion Posted: Sun Nov 12, 2006 11:20 pm Subject: cant figure out why??!!?? trigger problems |
thanks a lot it worked...but im curious as to how @direction alternates between true and false |
Topic: cant figure out why??!!?? trigger problems |
Illogic
Replies: 9
Views: 12086
|
Forum: zMUD General Discussion Posted: Sun Nov 12, 2006 10:12 pm Subject: cant figure out why??!!?? trigger problems |
man...thats way more complicated then zmud 5.54...
thanks though |
Topic: cant figure out why??!!?? trigger problems |
Illogic
Replies: 9
Views: 12086
|
Forum: zMUD General Discussion Posted: Sun Nov 12, 2006 7:08 am Subject: cant figure out why??!!?? trigger problems |
nope...one trigs id is west,,the others id is east |
Topic: cant figure out why??!!?? trigger problems |
Illogic
Replies: 9
Views: 12086
|
Forum: zMUD General Discussion Posted: Sat Nov 11, 2006 11:53 pm Subject: cant figure out why??!!?? trigger problems |
i have two triggers:
-1st trigger-
pattern:
You are now riding across a plain.
ID: east
commands:
clear
east 10000
#T- east
#T+ west
-2nd trigger-
pattern:
Yo ... |
|