i want to delelete an account using a GM command is it possible and how to unblock a account
Printable View
i want to delelete an account using a GM command is it possible and how to unblock a account
eAthena v1 which release and which mode (TXT or SQL)?
What if it was TXT? How would you delete/unblock accounts by GM commands o.0
Instead of deleting an account, just ban them!
So basically, ingame type "@ban name"Code:// To ban a player for a limited time (only administrator can unban the account) (4 same commands)
ban: 60
banish: 60
charban: 60
charbanish: 60
// To unban a player (4 same commands)
unban: 60
unbanish: 60
charunban: 60
charunbanish: 60
@charban, @banish, @charbanish are the same commands. :P
And obviously to unban its "@unban name"
MAKE A COPY OF YOUR SAVE ACCOUNT BEFORE DOING THIS:
But if you really want to delete the account you will have to go to your save folder and into account.txt. Go to his name delete his line and then close and save it.
Then go into athena.txt and delete all his characters (to know which one is which and to find them fast make sure you copy his char id and use ctrl+f).
And that's it. But I'm sure you messed something up because I always do.