Register to post in forums, or Log in to your existing account
 
:
Search found 22 matches for:
Page 1 of 1
Author Message
  Topic: Proper way to match this...
Gimli

Replies: 2
Views: 3628

PostForum: CMUD General Discussion   Posted: Sun Jun 03, 2012 4:37 pm   Subject: Proper way to match this...
What is the proper way to match this?


Hits : 130 (138)

or

Hits : 12 ( 12)


I've tired

Hits ~: (%s%d) ~((%s%d)~)

But it doesn't seem to work (though I tho ...
  Topic: Change status windows
Gimli

Replies: 2
Views: 3527

PostForum: CMUD General Discussion   Posted: Mon May 28, 2012 9:59 pm   Subject: Change status windows
Is it possible to have a status window change to another one based on a variable or something?

I use a Status Window to keep track of things like exp, money, skills etc but these change based on wh ...
  Topic: Multiline capture too!
Gimli

Replies: 8
Views: 10723

PostForum: CMUD General Discussion   Posted: Sun Apr 22, 2012 8:33 pm   Subject: Multiline capture too!
Found it thanks! works nicely now i think lol
  Topic: Multiline capture too!
Gimli

Replies: 8
Views: 10723

PostForum: CMUD General Discussion   Posted: Sun Apr 22, 2012 5:56 pm   Subject: Multiline capture too!
where do I add those? I'm playing round in the Package Editor for the triggers and cant figure it out lol
  Topic: Multiline capture too!
Gimli

Replies: 8
Views: 10723

PostForum: CMUD General Discussion   Posted: Sun Apr 22, 2012 4:52 pm   Subject: Multiline capture too!
so I changed it to


#TRIGGER {(%w) tells you:(%s)(*)} {#CAPTURE ChatHistory}
#COND {^(%s)(*)} {#CAPTURE ChatHistory& ...
  Topic: Multiline capture too!
Gimli

Replies: 8
Views: 10723

PostForum: CMUD General Discussion   Posted: Sun Apr 22, 2012 4:17 pm   Subject: Multiline capture too!
I have this:


#TRIGGER {(*) tells you: (*)} {#CAPTURE ChatHistory}
#COND {(%s)(*)} {#CAPTURE ChatHistory}


But that ...
  Topic: Multiline capture too!
Gimli

Replies: 8
Views: 10723

PostForum: CMUD General Discussion   Posted: Sun Apr 22, 2012 2:47 am   Subject: Multiline capture too!
For the life of me I cannot seem to properly capture multiline tells.


Jimmy tells you: test test test test test test test
test test test test test test

Bob tells you: ...
  Topic: CMud Registration Issue
Gimli

Replies: 2
Views: 6026

PostForum: CMUD General Discussion   Posted: Sat Sep 17, 2011 6:41 pm   Subject: CMud Registration Issue
Oh..
Well that did the trick lol
I do like that idea of having to re-create a license key after 1wk.

Thanks!
  Topic: CMud Registration Issue
Gimli

Replies: 2
Views: 6026

PostForum: CMUD General Discussion   Posted: Sat Sep 17, 2011 3:28 pm   Subject: CMud Registration Issue
I bought CMud a little bit ago and was playing my Windows Laptop without issue.

I recently bought a Macbook Air and used Bootcamp to create a Windows partition.

I cannot seem to get the Licence ...
  Topic: Settings are gone
Gimli

Replies: 2
Views: 4442

PostForum: CMUD General Discussion   Posted: Mon Aug 15, 2011 4:52 pm   Subject: Settings are gone
Check to see in your Triggers and such that there isnt a folder with the same name as the session you called it.

if there is you can move them to the new session folder and they come back (had to d ...
  Topic: Gauge Text
Gimli

Replies: 1
Views: 2805

PostForum: CMUD General Discussion   Posted: Mon Aug 15, 2011 4:43 pm   Subject: Gauge Text
Is it possible to increase the font size of the text that Gauges can display?
On a 1080 resolution, the text can be bit small. I can change the font size in the windows etc, but it would be nice to c ...
  Topic: Alias that doesn't sent to mud?
Gimli

Replies: 4
Views: 8453

PostForum: CMUD General Discussion   Posted: Mon Aug 01, 2011 9:22 pm   Subject: Alias that doesn't sent to mud?
Is it possible to create an alias and have it not send text to the MUD?

sorta like

setweapon knife
@weapon = $1

So I can set a local variable myself while I am playing without having to go i ...
  Topic: Capturing Multiple Lines
Gimli

Replies: 4
Views: 5869

PostForum: zMUD General Discussion   Posted: Mon Jul 18, 2011 8:36 pm   Subject: Capturing Multiple Lines
Oops, yea I had %S first and must of replaced it with d and meant to add s

Thanks!
  Topic: Capturing Multiple Lines
Gimli

Replies: 4
Views: 5869

PostForum: zMUD General Discussion   Posted: Mon Jul 18, 2011 8:23 pm   Subject: Capturing Multiple Lines
Oh thanks!

If I did this

#TRIGGER {Raven:> (*)} {#CAPTURE Guild}
#COND {(%d)(*)} {#CAPTURE Guild}


Would that work too ...
  Topic: Capturing Multiple Lines
Gimli

Replies: 4
Views: 5869

PostForum: zMUD General Discussion   Posted: Mon Jul 18, 2011 3:32 am   Subject: Capturing Multiple Lines
I've been trying to set up a trigger to capture tells that can be multiple lines and having troubles.

Sample:

Raven:> Katanah: Quantavious is swimmin' with the fishes.
Raven:> ...
  Topic: #ALARMs
Gimli

Replies: 11
Views: 10510

PostForum: CMUD General Discussion   Posted: Wed Dec 15, 2010 4:16 am   Subject: #ALARMs
Omg I'm retarded...

#ALARMS are placed into the Triggers...

Wonder why I couldn't find that before....
  Topic: #ALARMs
Gimli

Replies: 11
Views: 10510

PostForum: CMUD General Discussion   Posted: Wed Dec 15, 2010 4:11 am   Subject: #ALARMs
OK it seems I have created some #ALARMs but cannot get rid of them or delete them.

Alarms:
-10:00 -> #SAY -=-=-= TRAINING OVER =-=-=- [in 44 secs]
5 -> #SAY "HELLO" [in 4 secs]
1 -&g ...
  Topic: Creating a Countdown
Gimli

Replies: 1
Views: 2872

PostForum: CMUD General Discussion   Posted: Wed Dec 15, 2010 3:17 am   Subject: Creating a Countdown
Ok,

I'm trying to figure out how to create a count down sort of timer this is what I have so far

#ALARM -1
{
#IF(@Timer > 0) {
#ADD Timer -1
}
{
@Timer = 600
}
}

Is ...
  Topic: Matching Whitespace or not
Gimli

Replies: 3
Views: 4411

PostForum: CMUD General Discussion   Posted: Sun Dec 12, 2010 8:50 pm   Subject: Matching Whitespace or not
So how do I set that up with the Trigger itself?
Do I do it in the CMD line, or do I use the Script portion in the Trigger?

so

#TRIGGER &%dHP ~(([%s%d])~)
#VAR HPmax %trim(%2)

Sort of ...
  Topic: Matching Whitespace or not
Gimli

Replies: 3
Views: 4411

PostForum: CMUD General Discussion   Posted: Sun Dec 12, 2010 8:07 pm   Subject: Matching Whitespace or not
Having troubles matching in CMUD...


Hits : 45 ( 93)


Though it can also look like

Hits : 124 (455)

as well..

I tried

Hits ~: &%d{HP} ~( &%d{HPmax}~)
Which works if the ...
  Topic: A couple of things
Gimli

Replies: 2
Views: 3531

PostForum: zMUD General Discussion   Posted: Sun Oct 16, 2005 6:57 pm   Subject: A couple of things
Ah it was an MXP thing, along with Pueblo. All disabled now.

Thanks!
  Topic: A couple of things
Gimli

Replies: 2
Views: 3531

PostForum: zMUD General Discussion   Posted: Sun Oct 16, 2005 5:51 pm   Subject: A couple of things
Alright its been a while since I last used Zmud, and I have a couple of questions about the newest version :)

a) How do I turn off the exit bar at the bottom? I close it and everytime a room show ...
 
Page 1 of 1
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net