Register to post in forums, or Log in to your existing account
 
:
Search found 35 matches for:
Page 1 of 2 Goto page 1, 2  Next
Author Message
  Topic: Capture negative numbers
sda

Replies: 1
Views: 3047

PostForum: zMUD General Discussion   Posted: Wed Feb 12, 2003 6:37 pm   Subject: Capture negative numbers
I'm struggling to capture a number which may/may not be negative.

For example, I have this at the moment:
Hp:&%dhp~(&%dhpmax~) Sp:&%dsp~(&%dspmax~)

But I might have negative spe ...
  Topic: Do any of you folks hang out in a chat room?
sda

Replies: 1
Views: 3271

PostForum: zMUD General Discussion   Posted: Sun Dec 08, 2002 6:02 am   Subject: Do any of you folks hang out in a chat room?
Thanks,
Steve :)
  Topic: SAVE/CANCEL settings problem in 6.16
sda

Replies: 2
Views: 4069

PostForum: zMUD General Discussion   Posted: Sun Nov 10, 2002 5:37 pm   Subject: SAVE/CANCEL settings problem in 6.16
Thankyou :)
  Topic: SAVE/CANCEL settings problem in 6.16
sda

Replies: 2
Views: 4069

PostForum: zMUD General Discussion   Posted: Sun Nov 10, 2002 4:02 pm   Subject: SAVE/CANCEL settings problem in 6.16
Hello

To test and understand this you'll have to reduce the height the editing section of your settings window to about 6 or 7 lines of text and create a test alias.

In this example Zmud correct ...
  Topic: Zmud trigger matching problem 6.16
sda

Replies: 4
Views: 5633

PostForum: zMUD General Discussion   Posted: Sun Nov 10, 2002 2:46 am   Subject: Zmud trigger matching problem 6.16
Thankyou both for your replies.

Steve :)
  Topic: General Questions
sda

Replies: 4
Views: 5302

PostForum: zMUD General Discussion   Posted: Sun Nov 10, 2002 2:45 am   Subject: General Questions
Thankyou LightBulb - I will definately take a look there.

Steve :)
  Topic: How do I disable or hide default classes?
sda

Replies: 2
Views: 4011

PostForum: zMUD General Discussion   Posted: Sun Nov 10, 2002 2:39 am   Subject: How do I disable or hide default classes?
Thankyou LightBulb!
  Topic: General Questions
sda

Replies: 4
Views: 5302

PostForum: zMUD General Discussion   Posted: Sun Nov 10, 2002 2:04 am   Subject: General Questions
Thanks Lightbulb

One further question, because the %eval function exists, I presume that some commands in Zmud automatically evaluate and some don't. Do you know any of the obvious ones?

Thanks ...
  Topic: General Questions
sda

Replies: 4
Views: 5302

PostForum: zMUD General Discussion   Posted: Sun Nov 10, 2002 1:26 am   Subject: General Questions
Hello

1.
Which of the following is correct? My question is when should I be using %eval, and when not?

#IF (@hp>%eval(@maxhp-50)) {#NOOP}
#IF (@hp>(@maxhp-50)) {#NOOP}


2.
How shou ...
  Topic: Zmud trigger matching problem 6.16
sda

Replies: 4
Views: 5633

PostForum: zMUD General Discussion   Posted: Sun Nov 10, 2002 12:04 am   Subject: Zmud trigger matching problem 6.16
Thanks for your speedy response Kjata.

Yes, I can make seperate triggers, but can you tell me how much having 4 triggers like this instead of one, will impact the performance of Zmud?

Thanks aga ...
  Topic: How do I disable or hide default classes?
sda

Replies: 2
Views: 4011

PostForum: zMUD General Discussion   Posted: Sat Nov 09, 2002 11:56 pm   Subject: How do I disable or hide default classes?
Hello

Zmud 6.16

How can I disable, or at least hide the default classes, like 'Autolog', 'SlowWalk' and 'System'? They clutter up my display. I've tried setting them to hidden, and disabling t ...
  Topic: "Echo Commands" option is a problem
sda

Replies: 1
Views: 3051

PostForum: zMUD General Discussion   Posted: Sat Nov 09, 2002 11:52 pm   Subject: "Echo Commands" option is a problem
Hello

This is actually a problem in all verions of Zmud from 6.16 to 6.37b.

If the 'Prefs-->Script Parser-->Echo Scripts' option is NOT enabled, whenever you go back to the 'Prefs-->Scr ...
  Topic: Zmud trigger matching problem 6.16
sda

Replies: 4
Views: 5633

PostForum: zMUD General Discussion   Posted: Sat Nov 09, 2002 10:42 pm   Subject: Zmud trigger matching problem 6.16
Hello

I've reposted this message with the correct title, please could a moderator remove the offending one titled: "nested #IF problem" please?

I'm using v6.16 and the pattern matching ...
  Topic: Can a script be running many times simultaneously?
sda

Replies: 1
Views: 3174

PostForum: zMUD General Discussion   Posted: Mon Nov 04, 2002 12:05 pm   Subject: Can a script be running many times simultaneously?
Is it possible for 2 actions to happen so fast that the same trigger can be running twice or more at the same time?

If so, then if I have a trigger, and the first command is: #T- thisclass, will th ...
  Topic: Please give me access to BETA forum
sda

Replies: 7
Views: 7238

PostForum: zMUD General Discussion   Posted: Mon Sep 23, 2002 12:31 am   Subject: Please give me access to BETA forum
Thanks Kjata

I copied your exmaple exactly, and it just displays

tag
tag
tag

As I said, I'm using 6.34 BETA which is why I wanted the BETA forum. I can't for the life of me find the Beta f ...
  Topic: Please give me access to BETA forum
sda

Replies: 7
Views: 7238

PostForum: zMUD General Discussion   Posted: Sun Sep 22, 2002 12:44 pm   Subject: Please give me access to BETA forum
Thank you, I did read it again, my fault I associated it too closely with the #LOOP command. However, it still doesn't work if performed from the comand line.
#FORALL @listplayer {tag %i}Thanks,
St ...
  Topic: Please give me access to BETA forum
sda

Replies: 7
Views: 7238

PostForum: zMUD General Discussion   Posted: Sun Sep 22, 2002 10:28 am   Subject: Please give me access to BETA forum
I tried registering with the BETA forum but it said my "email address was already in use", because I subscribe to normal forum too.

If I can't be given access then here is a bug report fo ...
  Topic: Access violation (more info for solution?)
sda

Replies: 5
Views: 7233

PostForum: zMUD General Discussion   Posted: Wed Sep 04, 2002 7:17 pm   Subject: Access violation (more info for solution?)
Solved!!

Thanks for you help folks, I figured out the problem, maybe a bug in Zmud - not sure. I was capturing with (*) and then using %word(%2,1) for example, to extract a word.

All works well ...
  Topic: Access Violation (random)
sda

Replies: 5
Views: 5718

PostForum: zMUD General Discussion   Posted: Wed Sep 04, 2002 7:15 pm   Subject: Access Violation (random)
Thanks for you help folks, but I figured out the problem. I was capturing with (*) and then using %word(%2,1)

All works well, but if (*) captured an exclamation mark ! then Zmud errors on the pars ...
  Topic: Access violation (more info for solution?)
sda

Replies: 5
Views: 7233

PostForum: zMUD General Discussion   Posted: Mon Sep 02, 2002 11:59 pm   Subject: Access violation (more info for solution?)
Thanks Lightbulb, and Thanks Matt too...

I don't think I can use %x for the second pattern, as this is the actual trigger pattern:

(%w) {tells you|replies|whispers to you|says|asks|asks you|snar ...
  Topic: How to trigger on multiple lines
sda

Replies: 5
Views: 7976

PostForum: zMUD General Discussion   Posted: Mon Sep 02, 2002 10:21 pm   Subject: How to trigger on multiple lines
Use the $ symbol to match the line break.

Pattern: Mob flees (%w).$Mob has fled!Command: %1

You could just write a trigger on Mob flees (%w).Do you need to trigger on the second line?

Steve
  Topic: Access violation (more info for solution?)
sda

Replies: 5
Views: 7233

PostForum: zMUD General Discussion   Posted: Mon Sep 02, 2002 10:11 pm   Subject: Access violation (more info for solution?)
1 week ago I posted about this error, but it is a long way down list so please forgive me for bringing it to top again.

Message: Access violation at address 004BD5B7 in module 'Zmud.exe'. Read of a ...
  Topic: Advanced trigger help please?
sda

Replies: 2
Views: 4120

PostForum: zMUD General Discussion   Posted: Fri Aug 30, 2002 12:30 am   Subject: Advanced trigger help please?
Thankyou very much!

Steve :)
  Topic: Advanced trigger help please?
sda

Replies: 2
Views: 4120

PostForum: zMUD General Discussion   Posted: Thu Aug 29, 2002 11:26 pm   Subject: Advanced trigger help please?
In one of my previous notes, I was warned about people being able to abuse the (%*) parameter to make me quit etc.

This is a complicated pattern, I was wondering if you can see any ways of abusing ...
  Topic: Access Violation (random)
sda

Replies: 5
Views: 5718

PostForum: zMUD General Discussion   Posted: Mon Aug 26, 2002 3:05 am   Subject: Access Violation (random)
Thankyou all for replying, and I did mail Zugg himself as suggested. Is the solution to use an alias or smaller aliases rather than have all of that code in the trigger itself?

Thanks,
Steve :)
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net