Register to post in forums, or Log in to your existing account
 
:
Search found 496 matches for:
Page 1 of 20 Goto page 1, 2, 3 ... 18, 19, 20  Next
Author Message
  Topic: Temporary solution to the zMapper issue with CMUD 3.x map format
gamma_ray

Replies: 35
Views: 37495

PostForum: CMUD Beta Forum   Posted: Thu Jan 21, 2010 4:32 pm   Subject: Temporary solution to the zMapper issue with CMUD 3.x map format
Sweet. :)
  Topic: How to get session window to pop up
gamma_ray

Replies: 4
Views: 7634

PostForum: CMUD General Discussion   Posted: Wed Jan 20, 2010 6:03 pm   Subject: How to get session window to pop up
Preferences > Network > Connection, make sure the "Auto reconnect" box is checked.
  Topic: Feature request: Faster way to select message types in debugger.
gamma_ray

Replies: 1
Views: 4019

PostForum: CMUD General Discussion   Posted: Tue Jan 19, 2010 11:20 am   Subject: Feature request: Faster way to select message types in debugger.
Having to click through the Messages menu in the debugger repeatedly is really slow for me (two clicks per type), especially since I tend to switch between having everything enabled and having only tw ...
  Topic: Converting already mapped room names to proper case.
gamma_ray

Replies: 2
Views: 6252

PostForum: CMUD General Discussion   Posted: Tue Jan 19, 2010 12:23 am   Subject: Converting already mapped room names to proper case.
<?xml version="1.0" encoding="ISO-8859-1" ?>
<cmud>
<alias name="fixmap" copy="yes">
<value>#loop %numrooms {
$vnum = % ...
  Topic: IRE and CMUD
gamma_ray

Replies: 33
Views: 45703

PostForum: CMUD General Discussion   Posted: Sun Jan 17, 2010 11:42 am   Subject: IRE and CMUD
Just a guess, the rooms you already have mapped have arbitrary (sequential) vNums. The new tags include RNum, which sets the vNum. Since vNum needs to be unique, you're probably having a conflict ther ...
  Topic: [3.12] %portalenabled()
gamma_ray

Replies: 3
Views: 6966

PostForum: CMUD Beta Forum   Posted: Sat Jan 16, 2010 9:18 pm   Subject: [3.12] %portalenabled()
Good catch, this probably got lost when Zugg was switching over to the new mapper backend. Although this should really be posted in the beta forum, since 3.12 is the beta.
  Topic: ZMUD settings that just won't work in CMUD
gamma_ray

Replies: 5
Views: 7857

PostForum: CMUD General Discussion   Posted: Sat Jan 16, 2010 2:16 pm   Subject: ZMUD settings that just won't work in CMUD
This is easily fixed by using extra brackets around the intended variable name:
#alias {BP} {outp @{poison%1};blowpipe @{poison%1} @targ;inp @{poison%1}&# ...
  Topic: String lists and triggers
gamma_ray

Replies: 12
Views: 25164

PostForum: CMUD General Discussion   Posted: Wed Jan 13, 2010 10:56 am   Subject: String lists and triggers
I did use \b, what I forgot to use were the parentheses, so it was only associating \b with the beginning of the first name and end of the last name... Bleh. I fixed the patterns in the original post.
  Topic: group capture window
gamma_ray

Replies: 5
Views: 7725

PostForum: CMUD General Discussion   Posted: Tue Jan 12, 2010 8:47 pm   Subject: group capture window
Because if the group size has only one digit, then there's a space in front of it. Note ( 9/30) instead of (9/30). I'm not sure how to match that as a ZMud-style pattern. In a regular expression, it w ...
  Topic: [3.12] guages, window resizing, massive performance drop
gamma_ray

Replies: 4
Views: 8320

PostForum: CMUD Beta Forum   Posted: Tue Jan 12, 2010 1:18 pm   Subject: [3.12] guages, window resizing, massive performance drop
Are you sure this is because of the gauges and not word wrapping due to long scrollback? Try Preferences > Session > Word wrap, and untick Auto Wrap.

Edit: Also remember you may have to do th ...
  Topic: String lists and triggers
gamma_ray

Replies: 12
Views: 25164

PostForum: CMUD General Discussion   Posted: Tue Jan 12, 2010 12:17 am   Subject: String lists and triggers
Her's. :) Glad I could help.
  Topic: String lists and triggers
gamma_ray

Replies: 12
Views: 25164

PostForum: CMUD General Discussion   Posted: Mon Jan 11, 2010 7:38 pm   Subject: String lists and triggers
Well he does say store a list of the names of enemies in a string list(that bit is easy)

<?xml version="1.0" encoding="ISO-8859-1" ?>
<cmud>
<trigger type=&qu ...
  Topic: [Resolved] Finding variables that match a certain format, in a particular class
gamma_ray

Replies: 4
Views: 6226

PostForum: CMUD General Discussion   Posted: Mon Jan 11, 2010 3:40 pm   Subject: [Resolved] Finding variables that match a certain format, in a particular class
I think part of the problem is that he's already using record variables. In this case he wants a record of record variables, but Zugg has already said this is slow/bad, plus there's a lot of complicat ...
  Topic: String lists and triggers
gamma_ray

Replies: 12
Views: 25164

PostForum: CMUD General Discussion   Posted: Mon Jan 11, 2010 3:22 pm   Subject: String lists and triggers
Simple version:<?xml version="1.0" encoding="ISO-8859-1" ?>
<cmud>
<trigger priority="1230" case="true" regex="true" copy="yes ...
  Topic: New to Cmud, need help with trigger
gamma_ray

Replies: 5
Views: 10960

PostForum: CMUD General Discussion   Posted: Sat Jan 09, 2010 11:19 pm   Subject: New to Cmud, need help with trigger
Oh. Well that's because it's not a trigger. It's an event. Just copy everything inside the code block, open the settings editor, select your window on the left, and then paste. Alternatively, same thi ...
  Topic: Automapper with Achaea
gamma_ray

Replies: 28
Views: 41364

PostForum: CMUD General Discussion   Posted: Sat Jan 09, 2010 9:50 pm   Subject: Automapper with Achaea
Off the top of my head, disable weather in the room description (since the weather changes, CMud really hates it) and use Achaea's config to set the wordwrap to 0 (no wrapping from the game).

Make ...
  Topic: New to Cmud, need help with trigger
gamma_ray

Replies: 5
Views: 10960

PostForum: CMUD General Discussion   Posted: Sat Jan 09, 2010 9:40 pm   Subject: New to Cmud, need help with trigger
<event event="onConnect" priority="1220" id="122">
<value>#send {//\/connect: n/a!!n/a }</value>
</event>
  Topic: IRE and CMUD
gamma_ray

Replies: 33
Views: 45703

PostForum: CMUD General Discussion   Posted: Thu Jan 07, 2010 1:04 pm   Subject: IRE and CMUD
There is a post over in the MXP Developers Forum where we have been talking more about the RoomNum tag. I plan to support the RoomNum tag a bit better in future CMUD versions so that the mapper can u ...
  Topic: IRE and CMUD
gamma_ray

Replies: 33
Views: 45703

PostForum: CMUD General Discussion   Posted: Wed Jan 06, 2010 8:16 pm   Subject: IRE and CMUD
I was going to make a long post, but I realized there's not that much that I've had to deal with lately. The big one is Midkemia is (was? I don't play) sending Room.Brief with a lowercase first letter ...
  Topic: Zugg is on vacation until January 5th
gamma_ray

Replies: 19
Views: 16716

PostForum: CMUD General Discussion   Posted: Wed Jan 06, 2010 2:25 pm   Subject: Zugg is on vacation until January 5th
Two years of upgrades plus minor releases. So you wouldn't be able to upgrade to version 3, but you can get 2.9999 if it ever comes out.
  Topic: [312B] Unexpected behavior of variables with default value.
gamma_ray

Replies: 5
Views: 6908

PostForum: CMUD Beta Forum   Posted: Wed Jan 06, 2010 3:28 am   Subject: [312B] Unexpected behavior of variables with default value.
I haven't noticed this, and I think I would. I use defaults for a lot of things that otherwise wouldn't need it, for the (admittedly minuscule) speed gain, for example my variable storing character de ...
  Topic: CMUD help. Typing numbers instead of letters?
gamma_ray

Replies: 1
Views: 4861

PostForum: CMUD General Discussion   Posted: Tue Jan 05, 2010 3:42 pm   Subject: CMUD help. Typing numbers instead of letters?
Go to the Preferences, on the very first page near the top there should be a setting "Activate NumLock". Uncheck this. This will prevent this from happening again. Also pressing the numlock key on you ...
  Topic: upgrade to 3.12
gamma_ray

Replies: 1
Views: 4475

PostForum: CMUD General Discussion   Posted: Tue Jan 05, 2010 12:51 pm   Subject: upgrade to 3.12
This really belongs in the beta forum since 3.12 is the beta, but go [url="http://forums.zuggsoft.com/index.php?page=4&action=category&cat_id=11"]here, download the beta, close CMud, and run t ...
  Topic: How to sort intergers ASC or DESC
gamma_ray

Replies: 4
Views: 6565

PostForum: CMUD General Discussion   Posted: Mon Jan 04, 2010 3:11 pm   Subject: How to sort intergers ASC or DESC
<func name="quicksort" id="116">
<value>#local left,right,pivot,length
$length = %numitems($list)
#if ($length = 0) {
#return %null
} ...
  Topic: Deja Vu with Configuration Problems
gamma_ray

Replies: 6
Views: 9246

PostForum: CMUD General Discussion   Posted: Mon Jan 04, 2010 2:14 pm   Subject: Deja Vu with Configuration Problems
How are rooms recognizable? I would set up triggers to #tag the name and exits.
 
Page 1 of 20 Goto page 1, 2, 3 ... 18, 19, 20  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net