![]() |
Delete Char bug? - Printable Version +- Mirage Engine (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17) +---- Thread: Delete Char bug? (/showthread.php?tid=1006) |
Delete Char bug? - Rezeyu - 12-06-2007 Well I first saw this in PW 1.4.3 Basically, I cannot delete any chars. I've noticed this on all Mirage sources I DLed, unless I always happen to make the same bug. It says "blahblah has been deleted, implying according to the code that it has already called DelChar(Index, CharNum) Immediately it responds that the server is down, but no biggie. So I go to look at account lists / char screen, and they are still there. No deletion. I don't understand the problem though. Delchar does this, in this order: 1. Deletes char name 2. Clears char 3. Saves char (which is nulled/cleared) So I don't understand the error. Re: Delete Char bug? - Coke - 14-06-2007 hmm i'm running a 3.0.3 based project and i just deleted my admin character testing this... lol xD works for me... perhaps its an MSE based bug? -gasps- Re: Delete Char bug? - Rezeyu - 14-06-2007 I'm not sure, I reverted all subs involved to vanilla ones, even though I haven't touched them to my knowledge. It seems like it's killing my connection during the deletion process, but none of the subs seems to be capable of that. |