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

Windows ACC Problem !

Nuvemem

;]
Joined
Apr 4, 2009
Messages
220
Reaction score
0
Location
Somewhere...
Hello !

I have problem with my gesior acc manager.

When i created acc, i log in on tibia with my acc name, but when i want log in on acc i need to use id number of acc, not name..

someone have any idea how i can change it in acc?
couse i want log in on acc with my acc name not id.


Thanks,
Nuvemem !
 
yes .. in php but in ini its only

install = "no"
server_path = "C:/cryingdamson4-console/"
and in php :
i fixed this
// list of vocations on ots (world 0)
$vocation_name[0][0] = array(0 => 'None', 1 => 'Sorcerer', 2 => 'Druid', 3 => 'Paladin', 4 => 'Knight'); // id => 'name' , $vocation_name[0] - promotion level 0, $vocation_name[0] - for world ID 0
$vocation_name[0][1] = array(1 => 'Master Sorcerer', 2 => 'Elder Druid', 3 => 'Royal Paladin', 4 => 'Elite Knight'); // id => 'name' , $vocation_name[1] - promotion level 1, $vocation_name[0] - for world ID 0
// list of vocations on ots (world 1)
$vocation_name[1][0] = array(0 => 'None', 1 => 'Sorcerer', 2 => 'Druid', 3 => 'Paladin', 4 => 'Knight'); // id => 'name' , $vocation_name[0] - promotion level 0, $vocation_name[1] - for world ID 1
$vocation_name[1][1] = array(1 => 'Master Sorcerer', 2 => 'Elder Druid', 3 => 'Royal Paladin', 4 => 'Elite Knight'); // id => 'name' , $vocation_name[1] - promotion level 1, $vocation_name[1] - for world ID 1
 
Link for gesiors acc maker for TFS 0.3.4 http://otland.net/311452-post1377.html

It's beta version, but works fine for me(if u got problems with config file while installing it delete description lines in config.lua, ull see wich ones)and next time -

USE FUC*ING SEARCH, because seems like u dont care a shit and you want others to do your job!!! kthxbye
<_<
 
now i have install all fine but when i create a character this come
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'lol.player_skills' doesn't exist' in C:\xampp\htdocs\pot\OTS_Player.php:117 Stack trace: #0 C:\xampp\htdocs\pot\OTS_Player.php(117): PDO->query('SELECT `skillid...') #1 C:\xampp\htdocs\pot\OTS_Player.php(140): OTS_Player->load('3') #2 C:\xampp\htdocs\accountmanagement.php(758): OTS_Player->find('Sorcerer Sample') #3 C:\xampp\htdocs\index.php(130): include('C:\xampp\htdocs...') #4 {main} thrown in C:\xampp\htdocs\pot\OTS_Player.php on line 117
 
Back
Top