Author |
Message |
Topic: Movement / Doors |
Iceclaw
Replies: 2
Views: 5131
|
Forum: CMUD General Discussion Posted: Mon Jan 28, 2013 12:19 am Subject: Movement / Doors |
Cmud likes to send open S instead of open South
Under Map>Preferences>Strings and Doors>
Any ideas how to force the open %1 to expand the direction?
[/list] |
Topic: Scripted Creation of a New Room/Area |
Iceclaw
Replies: 2
Views: 5275
|
Forum: CMUD General Discussion Posted: Sat Jan 19, 2013 8:44 pm Subject: Scripted Creation of a New Room/Area |
I've been away from mudding for years, recently my Mud opened back up and I was looking at perhaps scripting map creation.
#MAKE requires a relative start position.
What ever happened to %newroo ... |
Topic: Current Bug List ? [3.xx] |
Iceclaw
Replies: 3
Views: 6027
|
Forum: CMUD Beta Forum Posted: Wed Oct 07, 2009 8:38 pm Subject: Current Bug List ? [3.xx] |
I've been out of the mudding community for quite some time, and thought I'd update my CMUD and see where I end up, to that end I checked out the bug list, and version history in an effort to determine ... |
Topic: last dir in slow walk (w/o mapper) |
Iceclaw
Replies: 4
Views: 8235
|
Forum: zMUD General Discussion Posted: Mon Dec 10, 2007 5:19 am Subject: last dir in slow walk (w/o mapper) |
Yeah, I did something like this and ended up just storing the direction myself in a varable done from the alias
#alias {e} {#send east;#var lastdir east}
#trig {When the fight is over} {@lastdir} |
Topic: Walk Location System |
Iceclaw
Replies: 47
Views: 49536
|
Forum: CMUD General Discussion Posted: Fri Dec 07, 2007 2:15 am Subject: Walk Location System |
Awesome, I remember taking parts of your walk location system and doing some really cool things with it the last time, can't wait to see what you come up with! |
Topic: [2.12] Help regarding capturing MXP output to child window |
Iceclaw
Replies: 5
Views: 7262
|
Forum: CMUD Beta Forum Posted: Sat Nov 24, 2007 3:39 pm Subject: [2.12] Help regarding capturing MXP output to child window |
Can you use some other series of commands to capture the information and recreate the MXP in the other window in a roundabout fashion? |
Topic: [2.11 Pro] How do I set priority for #EVENT? |
Iceclaw
Replies: 3
Views: 5599
|
Forum: CMUD Beta Forum Posted: Thu Nov 15, 2007 2:22 pm Subject: [2.11 Pro] How do I set priority for #EVENT? |
Agreed, a %priority functino could be very useful! |
Topic: [2.11Pro] Use of #RETURN multiple times in a function non-intuitive to me |
Iceclaw
Replies: 52
Views: 57663
|
Forum: CMUD Beta Forum Posted: Wed Nov 14, 2007 1:11 pm Subject: [2.11Pro] Use of #RETURN multiple times in a function non-intuitive to me |
Thank you Zugg! |
Topic: [2.11] Package Library suggestion: Add min & max compatible CMUD versions |
Iceclaw
Replies: 8
Views: 8700
|
Forum: CMUD Beta Forum Posted: Wed Nov 14, 2007 1:07 pm Subject: [2.11] Package Library suggestion: Add min & max compatible CMUD versions |
Seconded. |
Topic: [2.11Pro] Use of #RETURN multiple times in a function non-intuitive to me |
Iceclaw
Replies: 52
Views: 57663
|
Forum: CMUD Beta Forum Posted: Tue Nov 13, 2007 2:18 am Subject: [2.11Pro] Use of #RETURN multiple times in a function non-intuitive to me |
I like the extra parameter option, default FALSE, return at end :) |
Topic: New Script debugger window and timestamps for v2.11 |
Iceclaw
Replies: 38
Views: 34800
|
Forum: CMUD Beta Forum Posted: Sat Nov 10, 2007 4:56 pm Subject: New Script debugger window and timestamps for v2.11 |
It affects the scrollback, but it doesnt log them if the display is switched off. |
Topic: [2.11] Slow Walking leads to various kinds of Crashes |
Iceclaw
Replies: 3
Views: 8638
|
Forum: CMUD Beta Forum Posted: Sat Nov 10, 2007 5:54 am Subject: [2.11] Slow Walking leads to various kinds of Crashes |
I feel like such a moron, forcing an uninstall/reinstall seems to have fixed it. Not sure where the problem came from, but hopefully it didnt cause problems with my old map file (Not the one I was usi ... |
Topic: New Script debugger window and timestamps for v2.11 |
Iceclaw
Replies: 38
Views: 34800
|
Forum: CMUD Beta Forum Posted: Sat Nov 10, 2007 5:49 am Subject: New Script debugger window and timestamps for v2.11 |
It would be really nice if we could hide the timestamps but still get them logged. I find myself toggling them occassionaly on when I need to keep track of when things were said, but you really cant g ... |
Topic: [2.11] Slow Walking leads to various kinds of Crashes |
Iceclaw
Replies: 3
Views: 8638
|
Forum: CMUD Beta Forum Posted: Sat Nov 10, 2007 5:47 am Subject: [2.11] Slow Walking leads to various kinds of Crashes |
No room scripts or anything that isnt fresh in that session. I didnt even change the window colors from default ;) I didnt turn off triggers or even their being echoed to the window in that session. |
Topic: [2.11] Slow Walking leads to various kinds of Crashes |
Iceclaw
Replies: 3
Views: 8638
|
Forum: CMUD Beta Forum Posted: Sat Nov 10, 2007 3:33 am Subject: [2.11] Slow Walking leads to various kinds of Crashes |
Crash dumps sent, I was having these problems in 2.10 and so i gave up using it, but I finally decided to try on a fresh session and post my results.
1.Create new session
2.Connect to mud of your ch ... |
Topic: Logging Room Name With Zone Name |
Iceclaw
Replies: 11
Views: 14463
|
Forum: zMUD General Discussion Posted: Fri Nov 09, 2007 4:39 pm Subject: Logging Room Name With Zone Name |
Zmapper's scripting options probably allow for the automated creation and moving of a new zone, but I don't know the specifics, perhaps someone who has this product can chime in. |
Topic: Change the Use Default for variables to not reset variables at reconnect? |
Iceclaw
Replies: 6
Views: 8145
|
Forum: CMUD Beta Forum Posted: Wed Nov 07, 2007 2:01 pm Subject: Change the Use Default for variables to not reset variables at reconnect? |
After reading about how database saving affects our script times I've got to admit, I'd be moving a whole lot more of my database variables to USE Default if I didnt know that if my network connection ... |
Topic: Performing a %mapquery on other Fields in the ObjectTbl Table |
Iceclaw
Replies: 7
Views: 12956
|
Forum: CMUD General Discussion Posted: Sat Nov 03, 2007 6:56 pm Subject: Performing a %mapquery on other Fields in the ObjectTbl Table |
The implicit concat does work for what it's sending and returning.
In my testing I found a problem with my method of implimentation though..
#sh %roomcol(,[AnyColorhere]) will return the color of th ... |
Topic: [2.10] %mapquery removes whitespace unless in double quotes |
Iceclaw
Replies: 12
Views: 13642
|
Forum: CMUD Beta Forum Posted: Sat Nov 03, 2007 6:24 pm Subject: [2.10] %mapquery removes whitespace unless in double quotes |
That explains it. Perhaps the %mapquery() Documentation could be updated to reflect this, with examples of how to make AND work properly (because of the automatic Concat issues) |
Topic: Performing a %mapquery on other Fields in the ObjectTbl Table |
Iceclaw
Replies: 7
Views: 12956
|
Forum: CMUD General Discussion Posted: Sat Nov 03, 2007 6:19 pm Subject: Performing a %mapquery on other Fields in the ObjectTbl Table |
Definately rooms with Color=255 in the current zone, I suspect it's due to the removal of the whitespace (this was done in [2.10]) |
Topic: Performing a %mapquery on other Fields in the ObjectTbl Table |
Iceclaw
Replies: 7
Views: 12956
|
Forum: CMUD General Discussion Posted: Sat Nov 03, 2007 4:29 am Subject: Performing a %mapquery on other Fields in the ObjectTbl Table |
When I try "#sh %mapquery(Color=255 AND Zoneid=%zonenum()) I get no results.
If I run the querys seperated ie %mapquery(Color=255) or %mapquery(%zonenum()) It works, so I'm trying to figure out what ... |
Topic: Performing a %mapquery on other Fields in the ObjectTbl Table |
Iceclaw
Replies: 7
Views: 12956
|
Forum: CMUD General Discussion Posted: Sat Nov 03, 2007 1:19 am Subject: Performing a %mapquery on other Fields in the ObjectTbl Table |
Is this possible for all fields in the table (Including Desc, etc)
I'm looking to do a query which returns all rooms of a given color in a specified zone? I can figure out how to do the %mapquery ... |
Topic: Zuggsoft.com infiltrated by gold sellers? |
Iceclaw
Replies: 12
Views: 30838
|
Forum: Website or Forum problems Posted: Fri Nov 02, 2007 5:01 pm Subject: Zuggsoft.com infiltrated by gold sellers? |
Speaking of Gold sellers, there's a guy posting in the forums about it now.
All of these posts are spam and should be gotten rid of.
CMUD Beta Forum Uncomfortable of complicated order process?
g ... |
Topic: [2.09] 0% CPU locks still |
Iceclaw
Replies: 28
Views: 24976
|
Forum: CMUD Beta Forum Posted: Thu Nov 01, 2007 12:33 am Subject: [2.09] 0% CPU locks still |
While I'm still trying to wrap my brain arround the thread understandings, I think if you can fix this bug I'd be ready to call CMUD safe enough for my general mud scripting purposes. There's nothing ... |
Topic: new event type request |
Iceclaw
Replies: 10
Views: 12222
|
Forum: CMUD General Discussion Posted: Thu Nov 01, 2007 12:27 am Subject: new event type request |
I suspected as much, but stash this thread away until then, these would be VERY helpful, and might even make me consider upgrading to PRO/Z/CMapper ;) |
|