ronancpl / HeavenMS

An improved server based on MapleSolaxia (v83 MapleStory private server)
GNU Affero General Public License v3.0
1.02k stars 718 forks source link

Game crash after speaking to customizer NPC - KIN (ID: 9900000) #556

Closed philos22 closed 4 years ago

philos22 commented 4 years ago

If you are picking a face for example and then press the Escape while in the window chat with the NPC, the game will crash and the character's face will be set to 0 in the database. Manually setting a face value in the DB will resolve this issue...

philos22 commented 4 years ago

NPC name is KIN NPC ID is 9900000

ronancpl commented 4 years ago

Apologies, but couldn't reproduce this issue.

Is there any special treatment for this to happen?

philos22 commented 4 years ago

I commented out the check codeblocks for gmlevel() in the code, not sure if that would introduce this bug... I did that because I wanted non-gm's to be able to use the customizing feature as well.

ronancpl commented 4 years ago

I'm assuming perhaps you have commented this section altogether on the remove GM level chore.

if (mode != 1 || cm.getPlayer().gmLevel() < 1){
        cm.dispose();
        return;
    }

Perhaps this led to the issue at hand?

philos22 commented 4 years ago

I will try to re-add this block with just the mode != 1 condition Will update this issue ticket once I do

philos22 commented 4 years ago

Re-adding it has fixed the bug. Thanks