Author |
Message |
Topic: Multiple Error Havoc! |
form2function
Replies: 4
Views: 8614
|
Forum: CMUD General Discussion Posted: Tue Apr 17, 2012 4:35 pm Subject: Multiple Error Havoc! |
Arrived at the same conclusion. I suppose from here on I'll be backing things up regularly...
Any idea what might have caused this? I'd be happy to avoid it if it means losing six months of work. |
Topic: Multiple Error Havoc! |
form2function
Replies: 4
Views: 8614
|
Forum: CMUD General Discussion Posted: Tue Apr 17, 2012 12:11 pm Subject: Multiple Error Havoc! |
UPDATE: I'm seeing now that all the contents of my session package besides Class folders are empty, however the pkg file itself is still 70kb. Exporting to xml only exports the class folders. Importin ... |
Topic: Multiple Error Havoc! |
form2function
Replies: 4
Views: 8614
|
Forum: CMUD General Discussion Posted: Tue Apr 17, 2012 8:53 am Subject: Multiple Error Havoc! |
Greetings.
Upon loading up cMud today I experienced a series of errors. Loading my session has been nearly impossible and I'm worried about the integrity of the data now. Some of the errors I've ex ... |
Topic: Mapper & Speedwalking |
form2function
Replies: 4
Views: 6754
|
Forum: CMUD General Discussion Posted: Wed Apr 04, 2012 1:02 am Subject: Mapper & Speedwalking |
Aha, sounds exactly like what I need.
It's good to know that we can play with the actual costs. In this case, setting it at max value (do not enter) or near that via room cost is ideal, as given th ... |
Topic: Mapper & Speedwalking |
form2function
Replies: 4
Views: 6754
|
Forum: CMUD General Discussion Posted: Tue Apr 03, 2012 3:54 am Subject: Mapper & Speedwalking |
Greetings.
I'm wondering how to go about setting some rooms to be ignored as viable route rooms when speedwalking, based on a variable. Specifically, there are some rooms that are have non-walkable ... |
Topic: Item Stacking |
form2function
Replies: 28
Views: 34934
|
Forum: CMUD General Discussion Posted: Fri Feb 17, 2012 8:17 am Subject: Item Stacking |
Yep... No spaces at the end of either the variable or the mud output.
Update: Progress! Switched to a regex trigger using (@itemlist)$ instead of a regular one as ({@itemlist})$ (or any variation) ... |
Topic: Item Stacking |
form2function
Replies: 28
Views: 34934
|
Forum: CMUD General Discussion Posted: Fri Feb 17, 2012 1:24 am Subject: Item Stacking |
I had actually tried that, but outside it no longer stacks anything. Not that I don't need to read up of course. ;) |
Topic: Item Stacking |
form2function
Replies: 28
Views: 34934
|
Forum: CMUD General Discussion Posted: Thu Feb 16, 2012 7:44 pm Subject: Item Stacking |
Hrm. Well, I wouldn't mind all or nothing as I'd like it to ignore every (glowing) item. However ({@itemlist$}) seems to ignore both types of objects, regular and glowing. All other entries count fine ... |
Topic: Item Stacking |
form2function
Replies: 28
Views: 34934
|
Forum: CMUD General Discussion Posted: Thu Feb 16, 2012 1:36 pm Subject: Item Stacking |
Yes! Nice work Daern! After the %countlist bug I was starting to second-guess every function. ;)
Works like a charm now, and I learned a bit more about db variables to boot! And we found a bug. And ... |
Topic: Item Stacking |
form2function
Replies: 28
Views: 34934
|
Forum: CMUD General Discussion Posted: Wed Feb 15, 2012 11:54 pm Subject: Item Stacking |
%dbkey is not a valid term in zscript. I presume you meant to use %key, which is a predefined variable that is defined only within the confines of a #LOOPDB structure.
It's [url=http://forums.zugg ... |
Topic: Item Stacking |
form2function
Replies: 28
Views: 34934
|
Forum: CMUD General Discussion Posted: Wed Feb 15, 2012 8:32 pm Subject: Item Stacking |
Are we sure %key is the right call and #SHOW the right function for this? I get that it -should- work. I mean the LOOPDB example is practically the same code. It just doesn't seem to working...
I t ... |
Topic: Item Stacking |
form2function
Replies: 28
Views: 34934
|
Forum: CMUD General Discussion Posted: Wed Feb 15, 2012 7:21 pm Subject: Item Stacking |
Yep, it is. I re-wrote to match my prompt and it matches fine. And the trigger itself fires fine, because it's going through the looped IF's and resetting the keys to 0. I disabled that line to check, ... |
Topic: Item Stacking |
form2function
Replies: 28
Views: 34934
|
Forum: CMUD General Discussion Posted: Wed Feb 15, 2012 3:56 pm Subject: Item Stacking |
Ok.. Implemented that. Now I'm not getting anything, besides lines not matching a var in the list.
The addkey trigger's fine, it adds to the db list. The loop trigger does fire fine, because it's d ... |
Topic: Item Stacking |
form2function
Replies: 28
Views: 34934
|
Forum: CMUD General Discussion Posted: Wed Feb 15, 2012 8:12 am Subject: Item Stacking |
Aha! I was going crazy trying to think of what might be wrong...
Any ideas on how to modify the script Rahab shared to work with a db variable instead of a stringlist? I've been trying to learn to ... |
Topic: Item Stacking |
form2function
Replies: 28
Views: 34934
|
Forum: CMUD General Discussion Posted: Tue Feb 14, 2012 8:58 pm Subject: Item Stacking |
Oh, the pattern matches fine... Everything is working, up until the actual loop. Which is:
#LOOPDB %countlist(@stacklist) {
#IF (%val > 1) {
#SHOW %ansi( ... |
Topic: Item Stacking |
form2function
Replies: 28
Views: 34934
|
Forum: CMUD General Discussion Posted: Tue Feb 14, 2012 7:57 pm Subject: Item Stacking |
Yep, ended up using a #GAG;#CR just now to gag the prompt and spit a new one afterwards. :)
The original text that's being gagged and counted has ansi color. I've reproduced that in the post-count ... |
Topic: Item Stacking |
form2function
Replies: 28
Views: 34934
|
Forum: CMUD General Discussion Posted: Tue Feb 14, 2012 6:57 pm Subject: Item Stacking |
Thanks, both of ya!
Rahab, I went with your frame and it works... mostly.
It's masking the right variables, it's carrying them over to the temp list in full, the triggers themselves work fine, h ... |
Topic: Item Stacking |
form2function
Replies: 28
Views: 34934
|
Forum: CMUD General Discussion Posted: Thu Feb 09, 2012 9:44 pm Subject: Item Stacking |
Makes sense on paper. Now to figure out the actual code...
The items to be stacked will always follow after the exits of a room (and are ansi-colored if that matters). They're specific items I want ... |
Topic: Item Stacking |
form2function
Replies: 28
Views: 34934
|
Forum: CMUD General Discussion Posted: Wed Feb 08, 2012 10:15 pm Subject: Item Stacking |
Hey all.
I'm trying to find the best way to "stack" multiple items in a room inventory, to reduce screen-spam. Typical output might be:
A dagger lies here.
A pair of trousers is tossed aside.
... |
Topic: System Debugger Issue |
form2function
Replies: 10
Views: 23445
|
Forum: CMUD General Discussion Posted: Wed Feb 08, 2012 10:07 pm Subject: System Debugger Issue |
Yep, Nero doesn't seem to be the culprit either...
Up for any other suggestions. |
Topic: System Debugger Issue |
form2function
Replies: 10
Views: 23445
|
Forum: CMUD General Discussion Posted: Sun Feb 05, 2012 3:31 pm Subject: System Debugger Issue |
Appreciate the feedback.
Problem isn't with FF, as while I do use it, I also use Chrome and there are times when CMUD won't load after a reboot even if FF was never opened. Also kernel debugging is ... |
Topic: System Debugger Issue |
form2function
Replies: 10
Views: 23445
|
Forum: CMUD General Discussion Posted: Sat Feb 04, 2012 1:36 pm Subject: System Debugger Issue |
Tech, I appreciate the reply and no worries on it being belated, as clearly my own is as well.
The only solution I was able to discover is that the program loads so long as I try to open it first-t ... |
Topic: System Debugger Issue |
form2function
Replies: 10
Views: 23445
|
Forum: CMUD General Discussion Posted: Thu Jun 30, 2011 9:24 pm Subject: System Debugger Issue |
Greetings.
I'm an old user of zMud who recently decided to return to the world of MUDs in general. As I'm running Windows 7, zMud was no longer an option, and while there seem to be plenty of other ... |
|