| Author |
Message |
Topic: AutoHeal script? |
marilyn
Replies: 8
Views: 13991
|
Forum: zMUD General Discussion Posted: Sat Jan 24, 2004 12:09 am Subject: AutoHeal script? |
quote:Originally posted by megamog75
#if @hp<@lowhp {get help}
now {get help}
could be {Say heal}
Then when your character sees
Tank says 'heal'
your trigger would be
#trigger {Tank sa ... |
Topic: The Great Escape |
marilyn
Replies: 1
Views: 4070
|
Forum: zMUD General Discussion Posted: Sat Nov 01, 2003 1:07 am Subject: The Great Escape |
I use an alias like KKK for attacking my currently targeted mob.
#20 {
slash %1 with longsword
#wa 8400
}
I know it aint elegant but it is simple and it works. I have to wait 8 secon ... |
Topic: Tick Timer magic |
marilyn
Replies: 8
Views: 13748
|
Forum: zMUD General Discussion Posted: Sun Jun 09, 2002 2:12 am Subject: Tick Timer magic |
quote:
You can change the timer's time-out command with the #TIMER command.
Boy do *I* feel foolish!! In examining your syntax, I read the manual again and finally saw the optional COMMAND par ... |
Topic: Tick Timer magic |
marilyn
Replies: 8
Views: 13748
|
Forum: zMUD General Discussion Posted: Sun Jun 09, 2002 2:05 am Subject: Tick Timer magic |
quote:
You can change the timer's time-out command with the #TIMER command. The easiest way might be to set the command in a skin alias, and then set the time from a trigger. I put a sample trigger f ... |
Topic: Percent sign becoming period. |
marilyn
Replies: 7
Views: 8972
|
Forum: zMUD General Discussion Posted: Tue Jun 04, 2002 10:02 pm Subject: Percent sign becoming period. |
quote:
The first problem is that this is not a trigger. A trigger starts with a trigger command, usually #TRIGGER or #ACTION
I do not know what nuts is trying to do either, but if you are at all ... |
Topic: Tick Timer magic |
marilyn
Replies: 8
Views: 13748
|
Forum: zMUD General Discussion Posted: Tue Jun 04, 2002 9:48 pm Subject: Tick Timer magic |
quote:
Marilyn, you can set the tick-timer's time with the #TS command. Keep in mind that there is only one tick-timer, so you can't use it to control multiple events simultaneously.
Giri, please ... |
Topic: Alias creating another trigger and untriggering it |
marilyn
Replies: 8
Views: 9704
|
Forum: zMUD General Discussion Posted: Sun Jun 02, 2002 12:52 am Subject: Alias creating another trigger and untriggering it |
quote:
Is it cleaner to do it this way?
In means of efficiency and "the way to do things"?
Sup
I dont remember which version began triggers with states. The examples given in ex ... |
Topic: Encryption Version 2 |
marilyn
Replies: 4
Views: 16135
|
Forum: Finished MUD Scripts Posted: Sat Jun 01, 2002 10:47 pm Subject: Encryption Version 2 |
quote:
i am such a noob, use addfriend <friend's name> to add a friend :)
Blonde moment. What is the purpose of this script?
Mari
Jade is more than stone, more than color. It is beaut ... |
Topic: Tick Timer magic |
marilyn
Replies: 8
Views: 13748
|
Forum: zMUD General Discussion Posted: Sat Jun 01, 2002 10:37 pm Subject: Tick Timer magic |
Many of my triggers are based on the Timeout Command from the Tick-timer.
The problem I am having is that I have found no way to SET the Timeout command other than manually. Sure would be helpful f ... |
| |