Register to post in forums, or Log in to your existing account
 
:
Search found 20 matches for:
Page 1 of 1
Author Message
  Topic: Capture exit on prompt
porcelina

Replies: 1
Views: 5905

PostForum: zMUD General Discussion   Posted: Wed Apr 06, 2016 4:29 pm   Subject: Capture exit on prompt
I have a prompt that captures the exit information, how would I go about placing the exit on a variable called @openexit?

Prompt
801h, 1432m cfo [EXT=S] -

Thanks,
Porcelina
  Topic: complex healing
porcelina

Replies: 2
Views: 6137

PostForum: zMUD General Discussion   Posted: Wed May 19, 2010 9:44 pm   Subject: complex healing
I have been trying to get a semi healing promp trigger to work for me. Most of it does but I am having problems with the health healing part.

Basically I have all my afflictions on triggers and wha ...
  Topic: curing project
porcelina

Replies: 9
Views: 11614

PostForum: zMUD General Discussion   Posted: Sun Dec 14, 2008 2:16 am   Subject: curing project
Alright, so far I have 2 classes now and 3 prompt triggers.

The main prompt trigger is always on and updating my health/mana and stats as follows:

^(%d)h, (%d)m (%w)-
HpVar = %1
MpVar = %2
#I ...
  Topic: curing project
porcelina

Replies: 9
Views: 11614

PostForum: zMUD General Discussion   Posted: Sun Dec 14, 2008 12:04 am   Subject: curing project
That worked well I now have:

^(%d)h, (%d)m (%w)-

HpVar = %1
MpVar = %2
#IF (%match(%3, x) = 0) {kelvv}
#IF (%match(%3, p) = 0) {healthwait=1} {healthwait=0}
#if (%1 < 1000) {
#if (@he ...
  Topic: curing project
porcelina

Replies: 9
Views: 11614

PostForum: zMUD General Discussion   Posted: Sat Dec 13, 2008 11:27 pm   Subject: curing project
Ah that worked, thanks!

Now I have:

^(%d)h, (%d)m (%w)-

HpVar = %1
MpVar = %2
#IF (%match(%3, x) = 0) {kelvv}
#IF (%match(%3, p) = 0) {healthwait=1} {healthwait=0}

So if I sip a health ...
  Topic: curing project
porcelina

Replies: 9
Views: 11614

PostForum: zMUD General Discussion   Posted: Sat Dec 13, 2008 10:56 pm   Subject: curing project
Ok, I am still trying to make a better autohealth script and am hoping someone will chime in at some point with advice.

This is my current prompt:

1350h, 1350m ex-

The letters after designat ...
  Topic: curing project
porcelina

Replies: 9
Views: 11614

PostForum: zMUD General Discussion   Posted: Fri Dec 12, 2008 4:21 pm   Subject: curing project
Ok I currently have a auto sipping script that has some issues with healing me properly. I want to try and go a bit more complex and use some #if statements. Any new ideas would be most welcome!

I ...
  Topic: prompt letters
porcelina

Replies: 1
Views: 3070

PostForum: zMUD General Discussion   Posted: Thu Mar 30, 2006 3:33 am   Subject: prompt letters
I have a prompt that looks like this:

1170h, 1170m ex-

It may have other letters in it at any given time representing various defenses. I also, already use a prompt trigger to update my health ...
  Topic: add to existing triggers
porcelina

Replies: 2
Views: 4061

PostForum: zMUD General Discussion   Posted: Mon Mar 20, 2006 10:24 pm   Subject: add to existing triggers
So I wont have like a ton of repeating triggers? I was thinking of that but wasnt sure how zmud would react. Thanks Ill give that a try

Porcelina
  Topic: add to existing triggers
porcelina

Replies: 2
Views: 4061

PostForum: zMUD General Discussion   Posted: Mon Mar 20, 2006 10:05 pm   Subject: add to existing triggers
I have a basic trigger that colors when I have balance.

You have balance.
#co green

What I would like to do is make a new trigger for a balance affliction.

(You are tripped up by a darting k ...
  Topic: Lag
porcelina

Replies: 7
Views: 8416

PostForum: zMUD General Discussion   Posted: Thu Mar 31, 2005 3:11 am   Subject: Lag
Im no expert but, try typing #ig in your commnad line to shut off your triggers. or manually click on the gun icon to shut them off and see if that returns your speed. If it does then its some trigger ...
  Topic: triggering this prompt
porcelina

Replies: 2
Views: 4421

PostForum: zMUD General Discussion   Posted: Tue Mar 08, 2005 2:31 am   Subject: triggering this prompt
oh yea that worked great thanx again!
  Topic: triggering this prompt
porcelina

Replies: 2
Views: 4421

PostForum: zMUD General Discussion   Posted: Mon Mar 07, 2005 4:48 am   Subject: triggering this prompt
760/760h 85/95m >

This is my prompt on a new mud. My problem seems to be the slashes. the trigger doesnt seem to fire. Any Ideas around this?

Porcenina
  Topic: autoheal script problems
porcelina

Replies: 7
Views: 7914

PostForum: zMUD General Discussion   Posted: Sat Feb 05, 2005 10:15 pm   Subject: autoheal script problems
just wondering, what does this mean exactelly? {prompt|nocr}

Porcelina
  Topic: stringlist help
porcelina

Replies: 2
Views: 4255

PostForum: zMUD General Discussion   Posted: Sat Feb 05, 2005 10:09 pm   Subject: stringlist help
Thanks thats what I was lookin for, much appreciated!

Porcelina
  Topic: stringlist help
porcelina

Replies: 2
Views: 4255

PostForum: zMUD General Discussion   Posted: Sat Feb 05, 2005 5:42 pm   Subject: stringlist help
I know there is a simple answer to this query but Im not able to find it on the forums in the context that Im looking for.

What I want to do is add a few cures to a stringlist called @cures, preaty ...
  Topic: prompt trigger problems
porcelina

Replies: 3
Views: 4676

PostForum: zMUD General Discussion   Posted: Mon Jul 12, 2004 12:44 am   Subject: prompt trigger problems
thanks, I tried that and it worked a bit better that way.

One more quick question if I may though, I have some inheritated triggers from an old character that I cant seem to delete, they always ret ...
  Topic: prompt trigger problems
porcelina

Replies: 3
Views: 4676

PostForum: zMUD General Discussion   Posted: Sun Jul 11, 2004 3:51 pm   Subject: prompt trigger problems
Was wondering if I can improve this somehow. It works great but doesnt seem to update immeditally.

^(%d)h, (%d)m (*)

value is HpVar=%1,MpVar=%2,#if @HpVar<590 {h},#if @MpVar<590 {p1},#T- a ...
  Topic: speedmenu and stringlist
porcelina

Replies: 2
Views: 4341

PostForum: zMUD General Discussion   Posted: Mon Jun 21, 2004 11:43 pm   Subject: speedmenu and stringlist
Thanks a ton I'll try that.
  Topic: speedmenu and stringlist
porcelina

Replies: 2
Views: 4341

PostForum: zMUD General Discussion   Posted: Sun Jun 20, 2004 11:01 pm   Subject: speedmenu and stringlist
I have a few simple yet seemingly complex things I want to do. First off I want to create a speedmenu whereby I right click a item and it adds it to a string.
Ive tried several things heres what I ha ...
 
Page 1 of 1
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net