• 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!

account manager

tnecniiv

scripter to be
Joined
Jan 6, 2012
Messages
298
Solutions
3
Reaction score
25
i cant delete a character off of my account manager
16:06 Hello, type 'account' to manage your account and if you want to start over then type 'cancel'.
16:06 Account Manager: Do you want to change your 'password', request a 'recovery key', add a 'character', or 'delete' a character?
16:06 Account Manager: Which character would you like to delete?
16:07 Account Manager: Do you really want to delete the character named Demonic Soul?
16:07 Account Manager: An error occured while deleting your character. Either the character does not belong to you or it doesn't exist.
i own Demonic Soul >.<
 
[11/01/2012 06:32:55] The Forgotten Server, version 0.3.6 (Crying Damson)
[11/01/2012 06:32:55] Compiled with GNU C++ version 3.4.5 (mingw special) at Nov 18 2011, 16:58:28.
[11/01/2012 06:32:55] A server developed by Elf, slawkens, Talaturen, KaczooH, Lithium, Kiper, Kornholijo.
[11/01/2012 06:32:55] Visit our forum for updates, support and resources: http://otland.net.

[11/01/2012 06:32:55] >> Loading config (config.lua)
[11/01/2012 06:32:55] > Using plaintext encryption
[11/01/2012 06:32:55] >> Checking software version... up to date!
[11/01/2012 06:32:55] >> Fetching blacklist
[11/01/2012 06:32:55] >> Loading RSA key
[11/01/2012 06:32:55] >> Starting SQL connection
[11/01/2012 06:32:55] >> Running Database Manager
[11/01/2012 06:32:55] > Optimized database.
[11/01/2012 06:32:55] >> Loading items
[11/01/2012 06:32:55] >> Loading groups
[11/01/2012 06:32:55] >> Loading vocations
[11/01/2012 06:32:55] >> Loading script systems
[11/01/2012 06:32:56] >> Loading chat channels
[11/01/2012 06:32:56] >> Loading outfits
[11/01/2012 06:32:56] >> Loading experience stages
[11/01/2012 06:32:56] >> Loading monsters
[11/01/2012 06:32:56] [Warning - Monsters::loadMonster] Cannot load monster (Training Monk) file (data/monster/trainingmonk.xml).
[11/01/2012 06:32:56] Info: failed to load external entity "data/monster/trainingmonk.xml"


[11/01/2012 06:32:56] >> Loading mods...
[11/01/2012 06:32:56] > Loading buypremium_command.xml... done.
[11/01/2012 06:32:56] > Loading changender_command.xml... done.
[11/01/2012 06:32:56] > Loading custommonsters.xml... done.
[11/01/2012 06:32:56] > Loading customspells.xml... done.
[11/01/2012 06:32:56] > Loading firstitems.xml... done.
[11/01/2012 06:32:56] > Loading highscorebook.xml... done.
[11/01/2012 06:32:56] > 6 mods were loaded.
[11/01/2012 06:32:56] >> Loading map and spawns...
[11/01/2012 06:32:56] > Map size: 1000x1000.
[11/01/2012 06:32:56] > Map descriptions:
[11/01/2012 06:32:56] "Saved with Remere's Map Editor 2.1"
[11/01/2012 06:32:56] "The Forgotten Server"
[11/01/2012 06:32:57] > Map loading time: 1.138 seconds.
[11/01/2012 06:32:57] > Data parsing time: 0.108 seconds.
[11/01/2012 06:33:02] > Houses synchronization time: 5.159 seconds.
[11/01/2012 06:33:02] > Content unserialization time: 0.093 seconds.
[11/01/2012 06:33:02] >> Checking world type... PvP
[11/01/2012 06:33:02] >> Initializing game state modules and registering services...
[11/01/2012 06:33:03] > Global address: 192.168.1.2
[11/01/2012 06:33:03] > Local ports: 7171 7172
[11/01/2012 06:33:03] >> All modules were loaded, server is starting up...
[11/01/2012 06:33:03] >> Olympian Deities server Online!
 
For [Warning - Monsters::loadMonster] Cannot load monster (Training Monk) file (data/monster/trainingmonk.xml).
[11/01/2012 06:32:56] Info: failed to load external entity "data/monster/trainingmonk.xml"

okay :D that's realy Easy.
Go for Monster Folder/Monster's.
Then search for Training Monk.
If you couldnt Find it.
Paste this In . <monster name="Training Monk" file="Training Monk.xml"/> Check That (it's Written -------Custom-------) Above.
Now Place the Training Monk.Xml To ur Monster's Folder
That's all.
 
For [Warning - Monsters::loadMonster] Cannot load monster (Training Monk) file (data/monster/trainingmonk.xml).
[11/01/2012 06:32:56] Info: failed to load external entity "data/monster/trainingmonk.xml"

okay :D that's realy Easy.
Go for Monster Folder/Monster's.
Then search for Training Monk.
If you couldnt Find it.
Paste this In . <monster name="Training Monk" file="Training Monk.xml"/> Check That (it's Written -------Custom-------) Above.
Now Place the Training Monk.Xml To ur Monster's Folder
That's all.
O.o That won't even almost help him with the problem he has, read what he said in the first post.
 
show ur login.lua script
+ delete ur acc manager on phpmyadmin and then add this
Code:
INSERT INTO `players` VALUES (1, 'Account Manager', 0, 1, 1, 1, 0, 150, 150, 0, 0, 0, 0, 0, 110, 0, 0, 0, 0, 0, 0, 0, 50, 50, 7, '', 400, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 201660000, 0, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, '');
 
Why dont you just purge him out from phpmyadmin?

phpmyadmin ---> DB ---> players ---> delete char
 
Back
Top