Register to post in forums, or Log in to your existing account
 
:
Search found 11 matches for:
Page 1 of 1
Author Message
  Topic: Stranger Trigger Issue
rajasetan

Replies: 4
Views: 3448

PostForum: zMUD General Discussion   Posted: Fri Oct 20, 2006 7:15 am   Subject: Stranger Trigger Issue
Try using
#IF ("%2" == "blah blah") {#var song_1 "blah"}
instead?
  Topic: Help Extracting Values from Data Record Variable
rajasetan

Replies: 7
Views: 8567

PostForum: zMUD General Discussion   Posted: Sat Oct 14, 2006 9:43 am   Subject: Help Extracting Values from Data Record Variable
Thanks again! Doing it all at the capturing time sounds like a good idea too.
  Topic: trigger help
rajasetan

Replies: 5
Views: 4111

PostForum: zMUD General Discussion   Posted: Sat Oct 14, 2006 9:19 am   Subject: trigger help
I'm guessing this is for Achaea.

The lifevision can come both before or after the affliction message. The way I suggest is to concentrate more on the "** Illusion **" line.

A rather simple way t ...
  Topic: trigger help
rajasetan

Replies: 5
Views: 4111

PostForum: zMUD General Discussion   Posted: Fri Oct 13, 2006 5:11 pm   Subject: trigger help
Perhaps you can give more info, such as:
- actual affliction messages
- what you need to do (if any) to get these messages
  Topic: Alias help
rajasetan

Replies: 3
Views: 2642

PostForum: zMUD General Discussion   Posted: Fri Oct 13, 2006 3:07 pm   Subject: Alias help
Try something like (UNTESTED)

#ALIAS heal {#IF (%-1 == "") {#FORALL @affliction {#IF (%ismember(%i, @afflicted)) {~heal %i}}} {~heal %-1}}

How it's suppose to work:
first, it checks if there ar ...
  Topic: Help Extracting Values from Data Record Variable
rajasetan

Replies: 7
Views: 8567

PostForum: zMUD General Discussion   Posted: Thu Oct 12, 2006 5:50 am   Subject: Help Extracting Values from Data Record Variable
Thanks Full Throttle,

I was too fixed on using data record vars that I forgot it can be achieved through a different method. Embarassed

But I would still like to know how to achieve it using data ...
  Topic: Need help to get "shielding" up in my health/mana/
rajasetan

Replies: 3
Views: 3407

PostForum: zMUD General Discussion   Posted: Tue Oct 10, 2006 9:05 pm   Subject: Need help to get "shielding" up in my health/mana/
Or, alternatively you can use (UNTESTED)

#TRIGGER {^You suddenly perceive the vague outline of an aura of rebounding around %w.$} {#VAR enemy_rebounding 1} "" {notrig|case}
#TRIGGER {^A nearly inv ...
  Topic: Help Extracting Values from Data Record Variable
rajasetan

Replies: 7
Views: 8567

PostForum: zMUD General Discussion   Posted: Mon Oct 09, 2006 6:00 pm   Subject: Help Extracting Values from Data Record Variable
Thanks for the reply, Vijilante.

I'm afraid the code you gave me is still too advanced for me to understand. Can you explain it? Thanks.

And here's an example for a clearer picture of what I'm t ...
  Topic: Help Extracting Values from Data Record Variable
rajasetan

Replies: 7
Views: 8567

PostForum: zMUD General Discussion   Posted: Mon Oct 09, 2006 4:45 am   Subject: Help Extracting Values from Data Record Variable
Hi,

Can anyone help me with how to extract all same values in a data record variable?

I'm planning to use a data record variable called "enemies", with names as the keys and an "in" or "out" as ...
  Topic: Trigger help please.
rajasetan

Replies: 6
Views: 5207

PostForum: zMUD General Discussion   Posted: Sat Sep 16, 2006 11:15 am   Subject: Trigger help please.
#TRIGGER {Someone tells you} {#BEEP}
or
#TRIGGER {Someone tells you} {#PLAY filename}

Yes, you can set the BEEP sound by going to the
Wiew|Preferences|Sounds|General Sounds
  Topic: ALIAS with FORALL and WAIT and stringlists
rajasetan

Replies: 0
Views: 1737

PostForum: zMUD General Discussion   Posted: Fri Sep 15, 2006 12:10 pm   Subject: ALIAS with FORALL and WAIT and stringlists
Hi,

I need help in improving and refining this little script,


#ALIAS ent_get {#T+ horse_list trigger;#T+ dog_list trigger;#T+ ent_listend;ENTOURAGE}

#TRIGGER "horse_list" ...
 
Page 1 of 1
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net