Register to post in forums, or Log in to your existing account
 

Play RetroMUD
Post new topic  Reply to topic     Home » Forums » CMUD General Discussion
Fuego Ledrey
Wanderer


Joined: 09 May 2007
Posts: 64
Location: Dustin Acres, California

PostPosted: Tue Jul 03, 2007 1:34 am   

Bug that I can't reproduce.
 
Can anyone else perhaps? I doubt it, but here's what's going on.

Every once in awhile, randomly it seems, one of my aliases just doesn't work. I turned on echoing commands to see why the MUD kept telling me "I don't recognize that command." One of my aliases was bypassing CMUD it seems, and getting sent to the MUD. I exported my script for a friend to test out, not even remembering this happened. He experienced the same exact thing, with the same exact alias. Weirdly enough, I talked to Larkin just now and HE's experiencing the SAME thing, of course with a different alias, maybe multiple in fact, but the point is, it's not just me. Restarting CMUD, or editing the setting without changing the functionality seems to make it work again though. Anyone else experiencing this?...
_________________
EDIT: Image moved to Avatar FINALLY.
Reply with quote
Zugg
MASTER


Joined: 25 Sep 2000
Posts: 23379
Location: Colorado, USA

PostPosted: Tue Jul 03, 2007 5:10 pm   
 
Do you use drag/drop to move the alias around in your settings? There have sometimes been problems with that in the past. Also, are you using the XML import/export? That also has some problems that I'm fixing and when you import a setting it might not be enabled/compiled right away it seems.

But I've never seen a case where an alias just magically stops working in the middle of a MUD session. It's usually the result of doing something else that changes the alias. So, any other details that you can figure out and post would be really helpful.

(P.S., thanks for moving your avatar image ;)
Reply with quote
Fuego Ledrey
Wanderer


Joined: 09 May 2007
Posts: 64
Location: Dustin Acres, California

PostPosted: Tue Jul 03, 2007 5:25 pm   
 
OK, well, I have not dragged and dropped it ever and I did not export/import XML with this script ever. It is in a folder that I turn OFF occasionally, with a copy of that alias in a DIFFERENT folder that I turn ON when the first one turns OFF. Here's an example in case I'm not writing clearly:
Code:
#class TestClass
#alias notworking {do this now}
#class 0

#class WowClass
#alias notworking {do this now}
#class 0

#T- TestClass

#var classes {0}
#alias change {#if (@classes) {#T- WowClass;#T+ TestClass;classes = 0} {#T- TestClass;#T+ WowClass;classes = 1}}

Hope this helps a little.
_________________
EDIT: Image moved to Avatar FINALLY.
Reply with quote
Fang Xianfu
GURU


Joined: 26 Jan 2004
Posts: 5155
Location: United Kingdom

PostPosted: Tue Jul 03, 2007 6:38 pm   
 
Just fyi, Feugo, though it doesn't help with your issue here, just in case you use that concept elsewhere. You can use the %class function to check if a class is enabled. Might be a bit more robust than keeping a variable.
_________________
Rorso's syntax colouriser.

- Happy bunny is happy! (1/25)
Reply with quote
Fuego Ledrey
Wanderer


Joined: 09 May 2007
Posts: 64
Location: Dustin Acres, California

PostPosted: Tue Jul 03, 2007 6:38 pm   
 
Thanks for the information Fang, I should use that!
_________________
EDIT: Image moved to Avatar FINALLY.
Reply with quote
Display posts from previous:   
Post new topic   Reply to topic     Home » Forums » CMUD General Discussion All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

© 2009 Zugg Software. Hosted by Wolfpaw.net