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

[Gesior AAC] Create character bug.

djlucas15

New Member
Joined
Feb 18, 2008
Messages
99
Reaction score
0
Location
RS - Brasil
You writem the character name, select vocation, select sex... and click in "Create Character" and I get this.

Fatal error: Uncaught exception 'E_OTS_NotLoaded' in C:\xampp\htdocs\pot\OTS_Player.php:1866 Stack trace: #0 C:\xampp\htdocs\accountmanagement.php(922): OTS_Player->getSkill(0) #1 C:\xampp\htdocs\index.php(165): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\pot\OTS_Player.php on line 1866

I am using TFS 0.4 rev 3940

Thanks! :)
 
no have

rook sample

or

sorcerer sample

druid sample

knight sample

paladin sample

or your character has no skills in the database?
 
SQL:
INSERT IGNORE INTO `player_skills`
SELECT `id` , 0, 10, 0
FROM `players`
UNION SELECT `id` , 1, 10, 0
FROM `players`
UNION SELECT `id` , 2, 10, 0
FROM `players`
UNION SELECT `id` , 3, 10, 0
FROM `players`
UNION SELECT `id` , 4, 10, 0
FROM `players`
UNION SELECT `id` , 5, 10, 0
FROM `players`
UNION SELECT `id` , 6, 10, 0
FROM `players` ;

Give it a try
 
Back
Top