About Character Creation

03/17/2019 21:01 [GameAdvisor]Finn#1
Hi epvp, may i know if it is possible to disable multiple create character?
i mean if it is possible to make 1 character only per account..
thanks and advance if someone answering my question. :)
03/17/2019 21:41 JuuF#2
Yeah, it is actually very easy. Edit create_char_r procedure and make it return an error when there is an alive character.
03/18/2019 02:44 [GameAdvisor]Finn#3
Quote:
Originally Posted by JuuF View Post
Yeah, it is actually very easy. Edit create_char_r procedure and make it return an error when there is an alive character.
Thank you sir JuuF
but can you tell me what i need to do exactly? :) thanks
03/18/2019 07:40 Velocity.#4
Quote:
Originally Posted by [GameAdvisor]Finn View Post
Thank you sir JuuF
but can you tell me what i need to do exactly? :) thanks
He told you exactly what you need to do, Writing SQL is very very easy.

Just try to do something like this and I Hope that you learn from it for next time.