About Us
Products
Purchase
Downloads
Support
Forums
Contact Us
Site
 Register to post in forums, or Log in to your existing account
 
:
Search found 24 matches for:
Page 1 of 1
Author Message
  Topic: trigger disable
a5hi5m

Replies: 6
Views: 11527

PostForum: zMUD General Discussion   Posted: Mon Aug 15, 2005 2:08 am   Subject: trigger disable
awesome, thanks again
  Topic: trigger disable
a5hi5m

Replies: 6
Views: 11527

PostForum: zMUD General Discussion   Posted: Sun Aug 14, 2005 10:55 am   Subject: trigger disable
Had a quick look in the existing posts, but couldnt see much..

I was wondering if there is a command line entry that will turn triggers on and off the same as hitting the little picture of the gun ...
  Topic: Script help
a5hi5m

Replies: 7
Views: 10387

PostForum: zMUD General Discussion   Posted: Mon Jun 06, 2005 6:31 am   Subject: Script help
#trigger {^Grix summons*(%w) from nowhere!$} {kill ~'%1'}



Edit: well .. just what MattLofton wrote i guess :P
  Topic: Who can recommand some good muds ?
a5hi5m

Replies: 12
Views: 15843

PostForum: zMUD General Discussion   Posted: Thu May 19, 2005 12:28 pm   Subject: Who can recommand some good muds ?
www.bat.org
  Topic: Simple trigger not firing
a5hi5m

Replies: 15
Views: 12062

PostForum: zMUD General Discussion   Posted: Sun May 08, 2005 1:19 pm   Subject: Simple trigger not firing
Do you always receive a tell at the end of your prompt, or can it be on a new line, or line aside from your prompt?
  Topic: zmud + iTIunes
a5hi5m

Replies: 0
Views: 3202

PostForum: zMUD General Discussion   Posted: Mon May 02, 2005 12:56 pm   Subject: zmud + iTIunes
Just wondering if anyone has played with the COM interface with itunes, to control it similarly to a (the) winamp one.
  Topic: Trigger with variables.
a5hi5m

Replies: 4
Views: 9346

PostForum: zMUD General Discussion   Posted: Sun Feb 06, 2005 9:58 pm   Subject: Trigger with variables.
If only 1 of the if statements should come true, you could nest them in some sort of order, such as ..

#trigger {(%w)'s wounds start to bleed. } {#if (%1=@variable1) {dothis} {#if (%1=@variable2) { ...
  Topic: Moving Output Files Away From Default Folders
a5hi5m

Replies: 3
Views: 5891

PostForum: zMUD General Discussion   Posted: Wed Dec 15, 2004 10:46 pm   Subject: Moving Output Files Away From Default Folders
you should be able to write your logs to any directory, by adding/putting this in your #atconnect alias

#var logfile {C:\Folder\folder2\logs\Dated logs\%time( "yyyy-mm-dd").txt}
#log @logfile

W ...
  Topic: Gagging input from triggers
a5hi5m

Replies: 3
Views: 8430

PostForum: zMUD General Discussion   Posted: Mon Dec 13, 2004 9:16 pm   Subject: Gagging input from triggers
One problem with unchecking this is that it wont echo macros either, including keypad if you use that for directions/movements (if you use it for that). I found it quite annoying to have that gagged.
  Topic: search
a5hi5m

Replies: 4
Views: 8350

PostForum: zMUD General Discussion   Posted: Sun Dec 05, 2004 12:02 am   Subject: search
gnnn... found it again :)
  Topic: search
a5hi5m

Replies: 4
Views: 8350

PostForum: zMUD General Discussion   Posted: Sat Dec 04, 2004 11:54 pm   Subject: search
Is it just me, or all of a sudden does it seem to be quite hard to find a function on here.
  Topic: Capturing Tells that are longer than 1 line long.
a5hi5m

Replies: 11
Views: 16137

PostForum: zMUD General Discussion   Posted: Thu Dec 02, 2004 9:47 pm   Subject: Capturing Tells that are longer than 1 line long.
Sorry to railroad someone elses thread/posts, but with Lightbulb's script, is there a way to store what is captured into (a) variable, rather than sending it to another window?
  Topic: Channel Capturing
a5hi5m

Replies: 12
Views: 18117

PostForum: zMUD General Discussion   Posted: Tue Nov 30, 2004 11:49 pm   Subject: Channel Capturing
if your mud has a cutter, or line length/wrap command, turn that off and let zmud wrap for you.
  Topic: trigger/variable help
a5hi5m

Replies: 4
Views: 6611

PostForum: zMUD General Discussion   Posted: Mon Nov 29, 2004 1:08 am   Subject: trigger/variable help
Awesome, thanks once again!
  Topic: trigger/variable help
a5hi5m

Replies: 4
Views: 6611

PostForum: zMUD General Discussion   Posted: Sun Nov 28, 2004 11:23 pm   Subject: trigger/variable help
I got this working really well, Thanks. I use variations of the following trigger, and alias to store and recall it all.

Seems the spacing isnt shown prettily here, but this works how i want it to ...
  Topic: IF NOT
a5hi5m

Replies: 2
Views: 5364

PostForum: zMUD General Discussion   Posted: Sun Nov 28, 2004 9:31 am   Subject: IF NOT
#tr {Pattern : (*) has entered the world.} {#if !%ismember( %1, @adel) {#echo command} {#noop}}

replace the #echo command with what ever you want to execute.
  Topic: Time dependent variables
a5hi5m

Replies: 6
Views: 8970

PostForum: zMUD General Discussion   Posted: Tue Nov 23, 2004 8:38 pm   Subject: Time dependent variables
If you always want var=0 either when line2 is received, or if its not recieved within 2 seconds, for var=0 to be true anyway,

#tr {line1} {#var var2 0;#alarm 2 {#if (@var2=0) {#var var1 1;#var var ...
  Topic: Ideas for additions to Zmud
a5hi5m

Replies: 4
Views: 7752

PostForum: zMUD General Discussion   Posted: Mon Nov 22, 2004 9:32 pm   Subject: Ideas for additions to Zmud
im sure you can trigger off / capture more than 1 word without using * as it is at the moment.

^([a-z~-~'~, ]) for example will capture more than that.
  Topic: could use a little trigger how-to :)
a5hi5m

Replies: 6
Views: 12464

PostForum: zMUD General Discussion   Posted: Fri Nov 19, 2004 12:50 pm   Subject: could use a little trigger how-to :)
dunno if this is what you had in mind, and there is probably a lot easier/neater way to do this, but you could do the following

#class HPSpells
#tr {^You study * for a few long moments, committing ...
  Topic: Trouble with more than 1 #IF statement in trigger
a5hi5m

Replies: 3
Views: 5493

PostForum: zMUD General Discussion   Posted: Thu Nov 18, 2004 10:55 am   Subject: Trouble with more than 1 #IF statement in trigger
you could try..

#IF (%2 =~ "spell1") {c 'full spell1 name' %1} {#IF (%2 =~ "spell2") {c 'full spell2 name' %1} {#noop}}
  Topic: winamp, amip, dde and zmud
a5hi5m

Replies: 1
Views: 3988

PostForum: zMUD General Discussion   Posted: Thu Nov 18, 2004 10:49 am   Subject: winamp, amip, dde and zmud
Im trying to integrate Winamp and AMIP to automatically send mp3 info to zmud, and report that to a channel when it does so, using DDE.

Anyone know of a way to do this?

I have been able to confi ...
  Topic: trigger/variable help
a5hi5m

Replies: 4
Views: 6611

PostForum: zMUD General Discussion   Posted: Tue Nov 16, 2004 12:47 pm   Subject: trigger/variable help
I use variations of the following trigger to report on damage from a blast.

#TRIGGER {^([a-z~-~'~, ]) screams in pain.} {#if (@blasttype != "") {party report %1 SCREAMS to @blasttype} {party report ...
  Topic: Multiline trigs
a5hi5m

Replies: 2
Views: 4475

PostForum: zMUD General Discussion   Posted: Wed May 19, 2004 1:59 am   Subject: Multiline trigs
ahh. I have a another trigger that automatically fills the @aurat variable when i cast the spell initially.

what i want to be able to do is have the tigger respond, regardless of where a newline m ...
  Topic: Multiline trigs
a5hi5m

Replies: 2
Views: 4475

PostForum: zMUD General Discussion   Posted: Tue May 18, 2004 5:22 pm   Subject: Multiline trigs
Just wondering how its possible to achieve the following

I cast a spell 'aura detection' at a player and receive a list of its 'prots'

You detect Armour of aether and Unstun.

this works fine ...
 
Page 1 of 1
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net