kyeme
High Council
- Messages
- 500
- Points
- 0
- Github
- kyeme
- Emulator
If the character still has valuable items in his inventory, he will not be able to delete his character.
For special cases. Like for example: the character has a GODLY (Megingjard) item and he tried to delete his character, this is when the suggestion will act.
//Item ID, Group-Level Override2629,99 //Megingjard
What do you think?
@edit:
Example from char-server.conf:
For special cases. Like for example: the character has a GODLY (Megingjard) item and he tried to delete his character, this is when the suggestion will act.
//Item ID, Group-Level Override2629,99 //Megingjard
What do you think?
@edit:
Example from char-server.conf:
Code:
// Restrict character deletion by BaseLevel// 0: no restriction (players can delete characters of any level)// -X: you can't delete chars with BaseLevel <= X// Y: you can't delete chars with BaseLevel >= Y// e.g. char_del_level: 80 (players can't delete characters with 80+ BaseLevel)char_del_level: 0
Last edited by a moderator: