[HELP] cant delete

04/18/2010 03:05 greasontim#1
can't figure out how to get it that it allows me to delete my character useing 5156
04/18/2010 03:43 pro4never#2
It's been released. I'd suggest doing a quick search (if it hasn't been posted for 5165 (which I'm 99.99 pct sure it has been) then search for the 5095 coemu version and modify it.

You basically need to handle the client packet/subtypes and tell it to remove the account/items/etc from the database and set their account db back to a state at which they can create a new character.
04/18/2010 06:42 Arcо#3
Simple, you make a method that finds+deletes the specified character file, then for the button, case packetid in the packet handler, then call the delete file method.