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

Solved accountmanagement

Glasjel

GlasjelOts.pl
Joined
Feb 16, 2010
Messages
38
Reaction score
0
Hello. I have problem when making character :< Please help me.
Fatal error: Uncaught exception 'E_OTS_NotLoaded' in C:\xampp\htdocs\pot\OTS_Player.php:1786 Stack trace: #0 C:\xampp\htdocs\accountmanagement.php(803): OTS_Player->getSkill(0) #1 C:\xampp\htdocs\index.php(180): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\pot\OTS_Player.php on line 1786
 
Hello. I have problem when making character :< Please help me.
Fatal error: Uncaught exception 'E_OTS_NotLoaded' in C:\xampp\htdocs\pot\OTS_Player.php:1786 Stack trace: #0 C:\xampp\htdocs\accountmanagement.php(803): OTS_Player->getSkill(0) #1 C:\xampp\htdocs\index.php(180): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\pot\OTS_Player.php on line 1786

tfs? try change account maker.
 
download new gesior acc...
0.3.6.tar.gz
INSTALL THE GESIOR!
because some sample is buggy,
before you make a backup(to ensure)
 
Use this

Code:
INSERT INTO `player_skills` (`player_id` ,`skillid` ,`value` ,`count`) VALUES ('5', '0', '10', '0'), ('5', '1', '10', '0'), ('5', '2', '10', '0'), ('5', '3', '10', '0'), ('5', '4', '10', '0'), ('5', '5', '10', '0'), ('5', '6', '10', '0'), ('3', '0', '10', '0'), ('3', '1', '10', '0'), ('3', '2', '10', '0'), ('3', '3', '10', '0'), ('3', '4', '10', '0'), ('3', '5', '10', '0'), ('3', '6', '10', '0'), ('4', '0', '10', '0'), ('4', '1', '10', '0'), ('4', '2', '10', '0'), ('4', '3', '10', '0'), ('4', '4', '10', '0'), ('4', '5', '10', '0'), ('4', '6', '10', '0'), ('6', '0', '10', '0'), ('6', '1', '10', '0'), ('6', '2', '10', '0'), ('6', '3', '10', '0'), ('6', '4', '10', '0'), ('6', '5', '10', '0'), ('6', '6', '10', '0')
 
Back
Top