Regarding the Character Deletion

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?
default_biggrin.png


@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:
That would be pretty neat. I could see people deleting their characters by whim and saying they left valuable items on there.

 
I think it is better that you cannot delete character that carrying items, or an msg will appear that you must empty your inventory before deleting. , or before deleting an storeall command will automatically run.

 
Good idea kyeme, +1

 
what'd be the criteria to judge whether it has valuable items though? (perhaps Mhalicot's "can't delete when invent not empty" would be more practical?) however by the lack of support I'd say it'd be more fitting to a plugin perhaps

 
// Restrict character deletion if carrying these item IDschar_del_itemid: 1530,2629,2857prevent character deletion if carrying mjolnir, magingiorde, brisingamen
and the check range should included inventory, cart, mail attachment

 
Back
Top