Author |
Message |
Topic: Mapper Display Problem |
Erasmus
Replies: 6
Views: 12842
|
Forum: CMUD General Discussion Posted: Fri Apr 20, 2012 5:39 pm Subject: Mapper Display Problem |
I need to correct my last comment, and will answer Rahab's question at the same time.
Checking the "Make Solid Above" or "Make Solid Below" boxes under Colors in the mapper configuration makes make ... |
Topic: Mapper Display Problem |
Erasmus
Replies: 6
Views: 12842
|
Forum: CMUD General Discussion Posted: Thu Apr 19, 2012 7:52 pm Subject: Mapper Display Problem |
The toggle afftects the room itself, but not the links :(. |
Topic: Mapper Display Problem |
Erasmus
Replies: 6
Views: 12842
|
Forum: CMUD General Discussion Posted: Thu Apr 19, 2012 7:24 pm Subject: Mapper Display Problem |
There is only one option to change the color of room links, and that affects all room links on the current level as well. There is no option for "Room links on the level below the current level displa ... |
Topic: Mapper Display Problem |
Erasmus
Replies: 6
Views: 12842
|
Forum: CMUD General Discussion Posted: Thu Apr 19, 2012 7:11 pm Subject: Mapper Display Problem |
I am converting my Aardwolf map from zMud over to CMUD, but I'm having an issue with the display of links in the map window. Links and doors on the level below the current level are still being displa ... |
Topic: Anyone seen my session window? |
Erasmus
Replies: 3
Views: 7858
|
Forum: CMUD General Discussion Posted: Thu Mar 15, 2012 6:52 pm Subject: Anyone seen my session window? |
Anyone seen my session window?
I saw it down by the food machines after third period. |
Topic: Need a web developer job? Work with Zugg! |
Erasmus
Replies: 15
Views: 35591
|
Forum: CMUD General Discussion Posted: Tue Dec 27, 2011 9:15 pm Subject: Need a web developer job? Work with Zugg! |
I'm with Daern on this one. The original post has absolutely nothing to do with cMud, and should be moved to Zugg's Blog, or a miscellaneous forum (assuming one exists).
I know it's Zugg's forum, a ... |
Topic: [3.34] Disappearing Data in a String List or Database Variable |
Erasmus
Replies: 1
Views: 4350
|
Forum: CMUD General Discussion Posted: Mon May 16, 2011 1:53 pm Subject: [3.34] Disappearing Data in a String List or Database Variable |
I found what I think it a serious bug that erases data in a string list or database variable.
I can try to test further when I get home (I didn't try in an untitled session or run the script debugg ... |
Topic: [3.34]Color Picker Display Names |
Erasmus
Replies: 1
Views: 4591
|
Forum: CMUD General Discussion Posted: Sat May 07, 2011 2:00 pm Subject: [3.34]Color Picker Display Names |
In the color picker drop down lists for Text Color, and Background Color the bottom portion of the lists display the color (current or default I'm not sure) of various window/texts in CMUD. Instead of ... |
Topic: [3.33a] Color Picker Problem |
Erasmus
Replies: 2
Views: 5302
|
Forum: CMUD General Discussion Posted: Sat Apr 09, 2011 4:48 pm Subject: [3.33a] Color Picker Problem |
The Color Picker is not displaying the value on non-named colors.
1) Go to Tools -> Color Picker
2) In either the Text Color or Background Color drop boxes select one of the named colors. The n ... |
Topic: 1/100th is too precise? |
Erasmus
Replies: 14
Views: 17929
|
Forum: CMUD General Discussion Posted: Tue Mar 01, 2011 2:15 pm Subject: 1/100th is too precise? |
Don't know if this will work, but you could also try putting the %norm() function around your calculation.
I.e:
#SAY %norm(%float(11.23-11.22))
#SAY %norm(%float(23.63-23.62)) |
Topic: need help with {} and predefined variables |
Erasmus
Replies: 5
Views: 13296
|
Forum: zMUD General Discussion Posted: Thu Feb 24, 2011 6:21 pm Subject: need help with {} and predefined variables |
There is an option in preferences that addresses this. I don't have zMud open in front of me to get the exact box, but it's called "Allow wildcards in string lists" or something like that. It's a chec ... |
Topic: [edit][/edit] |
Erasmus
Replies: 22
Views: 28029
|
Forum: CMUD General Discussion Posted: Fri Jan 28, 2011 7:23 pm Subject: [edit][/edit] |
But really, the reason I don't want it to know where I am is not important.
Actually, I think it is important. As an Aardwolf player, who will hopefully get around to using GMCP one day, I thin ... |
Topic: %pop and the status bar |
Erasmus
Replies: 10
Views: 15490
|
Forum: CMUD General Discussion Posted: Wed Dec 08, 2010 6:10 pm Subject: %pop and the status bar |
According to the #UPDATE help file there are certain things that do not automatically cause an update on status bar or button items. Whether or not this is supposed to be one of them I don't know.
... |
Topic: %pop and the status bar |
Erasmus
Replies: 10
Views: 15490
|
Forum: CMUD General Discussion Posted: Wed Dec 08, 2010 6:01 pm Subject: %pop and the status bar |
%pop() actually modifies the variable as part of its code, unlike %additem() so there is no variable assignment necessary when using %pop().
#CALL %pop(pendingHeals) should work fine and since the ... |
Topic: Door commands in Mapper question |
Erasmus
Replies: 15
Views: 23889
|
Forum: CMUD General Discussion Posted: Sat Dec 04, 2010 4:56 pm Subject: Door commands in Mapper question |
Yeah, you're right. I tried playing around with it this morning, but couldn't find a simple answer. |
Topic: Door commands in Mapper question |
Erasmus
Replies: 15
Views: 23889
|
Forum: CMUD General Discussion Posted: Sat Dec 04, 2010 6:07 am Subject: Door commands in Mapper question |
In the Door String put
open %if(%2,%2,%1)
then (this is a must) delete the 'Default Door name if %2 is not defined' altogether.
In my testing (Kingsholm), if you define a door name f ... |
Topic: Considering purchasing Cmud |
Erasmus
Replies: 9
Views: 12415
|
Forum: CMUD General Discussion Posted: Mon Oct 25, 2010 11:48 pm Subject: Considering purchasing Cmud |
Based on the history of going from version 2 to version 3, once Zugg moves onto developing the next major version there aren't going to be any more minor bug fixes for the current version. |
Topic: Speedwalking in Mapper to Portals |
Erasmus
Replies: 11
Views: 20507
|
Forum: CMUD Beta Forum Posted: Tue Sep 14, 2010 4:57 pm Subject: Speedwalking in Mapper to Portals |
Rahab is right. You need to be using customized room exits, not the portal function in the mapper. Basically what you want to do is create exits in room 1 with for each possible portal destination, an ... |
Topic: Check trigger of specific class? |
Erasmus
Replies: 2
Views: 5265
|
Forum: CMUD General Discussion Posted: Mon Jun 14, 2010 6:43 pm Subject: Check trigger of specific class? |
Couple of things you could do depending on the timing. If you want to reset the multistate trigger as soon as the #NODIR trigger fires then I would just add
#STATE multistatetriggerID 0
to your ... |
Topic: Button Update/Flicker/Lag Issue |
Erasmus
Replies: 2
Views: 5803
|
Forum: CMUD Beta Forum Posted: Fri Jun 11, 2010 12:08 pm Subject: Button Update/Flicker/Lag Issue |
I remember Zugg posted recently a lengthy post explaining why CMUD is lagging when buttons are updated, but I can't for the life of me find the post. I remember the issue has to do with buttons update ... |
Topic: [3.17]onConnect/Disconnect Fires Only When Module is Set to Global |
Erasmus
Replies: 1
Views: 4634
|
Forum: CMUD Beta Forum Posted: Thu Jun 03, 2010 5:07 pm Subject: [3.17]onConnect/Disconnect Fires Only When Module is Set to Global |
I'm not sure this is a bug because I'm throughly confused as to when onConnect/Disconnect is supposed to work or not, but it seemed odd so I'm reporting it.
I created an onConnect event that turns ... |
Topic: I want to set up zmud to automatically make a log with each login |
Erasmus
Replies: 2
Views: 6760
|
Forum: zMUD General Discussion Posted: Wed Apr 28, 2010 2:17 pm Subject: I want to set up zmud to automatically make a log with each login |
Define an alias with the name "atconnect". |
Topic: default settings is not for public used? |
Erasmus
Replies: 8
Views: 14107
|
Forum: CMUD General Discussion Posted: Tue Apr 27, 2010 2:34 am Subject: default settings is not for public used? |
One more question, is there a way to see currently existing package is for "local", "Global" or "External Only"? What's more, is there a way to change current package property to "local", "Global" or ... |
Topic: default settings is not for public used? |
Erasmus
Replies: 8
Views: 14107
|
Forum: CMUD General Discussion Posted: Mon Apr 26, 2010 2:33 pm Subject: default settings is not for public used? |
This will point you in the right direction, but I am probably off in some of the fine details (sorry at work and don't have cMud in front of me)
Open the Package Editor
File -> New Package
You ... |
Topic: How do I get the location of a data record value if I match the key? |
Erasmus
Replies: 2
Views: 7419
|
Forum: zMUD General Discussion Posted: Tue Apr 20, 2010 7:22 pm Subject: How do I get the location of a data record value if I match the key? |
%db(@botspelltriggers,@tempbotspellword)
Logically something like @botspelltriggers.tempspellloc would work but it doesn't.
As a side note, this would be applicable to a string list, but not ... |
|