Very... weird bug.

Posted by Metsuro on Mon 03 Jul 2006 12:23 AM — 8 posts, 27,833 views.

USA #0
Alright i have a bug that I cannot even explain... if you would connect to omen.genesismuds.com port 4600 and create a character using ansi, it makes everything black... and unsee able... as well as wont set your autoexit and autogold autosac and such that I coded it to turn on... and I dont know... why... or how its doing this...
USA #1
What did you most recently change? Undo your changes, and see if it works again. You probably messed up the colors code somehow, and everything is being set to black (which is color 0, I think). It's very hard to say more about the problem without knowing what exactly you changed.
USA #2
the only recent change was changing ch->level = 0; i changed it to 50, but then I lowered it to 1 and then the problems happened that I notice.
USA #3
Yeah, all your custom colors are being set to 0. Do color _reset_ and it should fix it. But you need to fix the bug. Any changes done to the pfile saving system is probably the issue.
USA #4
no the problem was that I increased the inital level. When its set to make the 0 theres no bug... they get the bits I set and the color works properly
USA #5
Probably, the colors are set when the players are advanced to level 1 or 2 or something like that.
USA #6
No on creation it sets them to 0, then further down it resets colors then sets them level 1.
USA #7
If you know where the problem is, why not just reset the colors at that location? Problem solved...?