• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Modern AAC] Delete character

Pete Doherty

New Member
Joined
Sep 12, 2008
Messages
60
Reaction score
0
Hey guys.

I've been searching forums like a mad man without finding a solution. However I have seen that people have the same problem.

The problem:
When I delete a character it will not be seen as an option to log in to (this is good). But! The character still appears on the personal character list on the homepage, and still exists in the database.

Anyone knows how to make the characters to get deleted in the database?

Code:
<a href='#' onClick='if(confirm(\"Are you sure?\")) window.location.href=\"".WEBSITE."/index.php/account/deletePlayer/$row->id\"' class='tipsy' title='Delete character'><img src='".WEBSITE."/public/images/false.gif'/></a>
 
Back
Top