Author |
Message |
Topic: Trigger question |
aedron
Replies: 1
Views: 2480
|
Forum: zMUD General Discussion Posted: Tue Jun 30, 2009 6:41 am Subject: Trigger question |
Blah nevermind I'm a noob, the class was off. :s |
Topic: Trigger question |
aedron
Replies: 1
Views: 2480
|
Forum: zMUD General Discussion Posted: Tue Jun 30, 2009 6:20 am Subject: Trigger question |
I'm trying to make a promt trigger for a game I play can someone help me please?
Here is my prompt
4170/3900h, 4710/4710m, 100b, 18400e, 22450w, Pdb ebP Night
Here is my trigger and the refle ... |
Topic: Capturing words |
aedron
Replies: 1
Views: 2261
|
Forum: zMUD General Discussion Posted: Fri Dec 26, 2008 12:06 pm Subject: Capturing words |
Is there a function in zmud that lets me tell zmud that I want the reflex to only fire its specified value if its a word, and not -in- a word? For example..
I reflex my friends' names. Let's say th ... |
Topic: Colour logging |
aedron
Replies: 3
Views: 3066
|
Forum: zMUD General Discussion Posted: Fri Dec 19, 2008 3:51 pm Subject: Colour logging |
I did that, but when I started the logging it saved it to a .txt file and it wasn't in colour. =/ I'm a huge noob at this kind of stuff. |
Topic: Colour logging |
aedron
Replies: 3
Views: 3066
|
Forum: zMUD General Discussion Posted: Fri Dec 19, 2008 6:03 am Subject: Colour logging |
Hello again!
I'm wondering if there is a way to log my mudding sessions, in colour. I know about Nogfx but I'm not sure how to really use that to log my sessions. :( Could someone help me?
Much ... |
Topic: wildcards and variables |
aedron
Replies: 8
Views: 5940
|
Forum: zMUD General Discussion Posted: Mon Dec 08, 2008 5:24 am Subject: wildcards and variables |
Wow, thank you Charneus! It works now. :D
One last question though, sometimes in that same reflex, when it hits chest gut or head it will give different ailments, is there a way I can still specify ... |
Topic: wildcards and variables |
aedron
Replies: 8
Views: 5940
|
Forum: zMUD General Discussion Posted: Sun Dec 07, 2008 11:06 pm Subject: wildcards and variables |
Hrm what about if I'm trying to set the limb which was broken to a variable?
^%w applies intensive pressure. You howl as your ({@targetlimb}) snaps.$
Let's say I see "Charne applies intensive pr ... |
Topic: wildcards and variables |
aedron
Replies: 8
Views: 5940
|
Forum: zMUD General Discussion Posted: Sun Dec 07, 2008 9:36 pm Subject: wildcards and variables |
Since () places things as %1, could I use (%w %w) in the case of if, sometimes an attack will target my head, torso, right arm, left arm, etc. and I need to set the variable to the limb which was hit. ... |
Topic: wildcards and variables |
aedron
Replies: 8
Views: 5940
|
Forum: zMUD General Discussion Posted: Fri Dec 05, 2008 9:41 am Subject: wildcards and variables |
Is there a way to set a variable from a reflex that has select words in it? For example..
You howl in agony from getting {struck|bashed|pounded|smashed|crushed} in the bowels.$
What I want the v ... |
Topic: #add |
aedron
Replies: 3
Views: 2933
|
Forum: zMUD General Discussion Posted: Tue Dec 02, 2008 8:13 pm Subject: #add |
#add isn't doing what I've tried to make it do, is something wrong with the code?
The variable is @chest_wound, value of it is let's say, 1500.
^The internal wounds within your chest partially h ... |
Topic: Wildcards |
aedron
Replies: 3
Views: 3405
|
Forum: zMUD General Discussion Posted: Mon Dec 01, 2008 9:43 pm Subject: Wildcards |
What kind of wildcard should I use when I need to ignore certain things in reflexes?
Eyes gleaming, Narntuk strikes at you with a long, crimson scimitar.
The pattern I've used in Zmud is:
Eye ... |
Topic: Buttons |
aedron
Replies: 3
Views: 3200
|
Forum: zMUD General Discussion Posted: Mon Dec 01, 2008 5:03 pm Subject: Buttons |
Thank you so much!! |
Topic: Buttons |
aedron
Replies: 3
Views: 3200
|
Forum: zMUD General Discussion Posted: Mon Dec 01, 2008 2:38 pm Subject: Buttons |
Is it possible to make a button show as a certain colour depending on variable states?
For example I would like for a button to be show as blue when it's 'on' or when its variable=1, and to show as ... |
Topic: %pos |
aedron
Replies: 4
Views: 3864
|
Forum: zMUD General Discussion Posted: Mon Dec 01, 2008 12:01 pm Subject: %pos |
will %d still work for matching each number in the prompt correctly like (*)? |
Topic: %pos |
aedron
Replies: 4
Views: 3864
|
Forum: zMUD General Discussion Posted: Sun Nov 30, 2008 2:56 pm Subject: %pos |
Gah, I solved the problem. When I specified the class to send the prompt variable to (Healing), I had a duplicate variable of prompt elsewhere, and it wasn't picking up the proper variable. |
Topic: %pos |
aedron
Replies: 4
Views: 3864
|
Forum: zMUD General Discussion Posted: Sun Nov 30, 2008 2:42 pm Subject: %pos |
I'm not sure what's wrong with my reflex but it's not setting the variables the way it should with %pos.
Here is what I have:
^(*)h, (*)m, (*)e, (*)p, (*)en, (*)w (*)<>-$
#var prompt %7 ... |
Topic: Expanded variables |
aedron
Replies: 1
Views: 2248
|
Forum: zMUD General Discussion Posted: Sun Nov 30, 2008 1:24 am Subject: Expanded variables |
In the zmud preferences (Preferences > General > Script Parser > General Parsing) I noticed an option for "Expand vars". What does this mean?? I've been coding with this unchecked, if I check ... |
Topic: Repeating variables... |
aedron
Replies: 1
Views: 2409
|
Forum: zMUD General Discussion Posted: Sat Nov 29, 2008 7:19 am Subject: Repeating variables... |
I have an alias to reset some variables on my zmud system. However it's creating the same variables over and over...here is my value for the alias:
alias: 'res'
value: #sa {System reset!}
#var ba ... |
Topic: Enable/disable classes/subclasses |
aedron
Replies: 2
Views: 2803
|
Forum: zMUD General Discussion Posted: Sat Nov 29, 2008 4:06 am Subject: Enable/disable classes/subclasses |
Oh? Alright! Thank you!
I'm going to check if the reflexes in the subclasses are still firing. If so I'll post again. Thanks again. |
Topic: Enable/disable classes/subclasses |
aedron
Replies: 2
Views: 2803
|
Forum: zMUD General Discussion Posted: Sat Nov 29, 2008 3:47 am Subject: Enable/disable classes/subclasses |
Hello all.
I have a trigger which disables a class (let's call it Afflictions). In this class there are subclasses (let's call them lowaffliction, mediumaffliction, largeaffliction). I was under th ... |
|