|
cstegmann Beginner
Joined: 30 Sep 2004 Posts: 14
|
Posted: Wed Mar 02, 2005 10:01 pm
zMUD suddenly closes |
Hi there,
i played around with my curing system quite a bit and made so many changes that i don't possibly know what could be causing this. Randomly in fights zMUD will just freeze for about 5 seconds and then close without warning. I've been looking for infinite loops but can't seem to find any. Is there anything else i should keep an eye out for?
Thanks |
|
|
|
Varazet Newbie
Joined: 05 Aug 2004 Posts: 5
|
Posted: Wed Mar 02, 2005 10:14 pm |
I have run into this problem as well. Normally, I find that it was a piece of script inserted into the wrong area. A conflict that can be something besides a loop. Check your scripts and make sure that you didn't copy something into the wrong alias for instance by accident.
|
|
|
|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Wed Mar 02, 2005 10:15 pm |
#Wait can be nasty when called from a trigger, Loops can slow it down, and malformed functions might cause it to crash.
#WAIT
#LOOP
#LOOPDB
#FORALL
#WHILE
#UNTIL |
|
|
|
|
|