Esse server já tem Feyrist e tals?
- Forums
- OTServ
- Downloads
- OTServ Comum
- 11.X
- [v31] GlobalFull 11.9/10 - New Asuras, Falcons, Warzones 4,5,6 . (Updates Frequentes)
[v31] GlobalFull 11.9/10 - New Asuras, Falcons, Warzones 4,5,6 . (Updates Frequentes)
By Qwizer, 19 de jul. de 2016 in 11.X
info
Group: Campones
Joined: 15/06/10
Posts: 46
Reputation: +18
Gender: Masculino
Tibia Character: Lancellott~*

Em 05/08/2016 at 12:50, martinsleh disse:O a database tem os leech e critic? por que aqui está dando erros e não loga o personagem de jeito nenhum.
Mano, não consigo abrir o server. Tem como você passar montado não man?!
Porque está dando error.
info
Group: Campones
Joined: 27/10/17
Posts: 2
Reputation: +1
Estou com esse erro, More info: ERROR: #C-2 : Class::ConfigLUA - LUA config file doesn't exist. Path: /root/Otxserver-New-master/config.lua
Isso no linux, alguem poderia me dizer como colocar o server path correto ?
info
Group: Marquês
Joined: 26/02/12
Posts: 1.1k
Reputation: +369
Gender: Masculino
Tibia Character: Tibjohiand Tito

Em 28/10/2017 at 03:34, Heuhpesthy disse:Estou com esse erro, More info: ERROR: #C-2 : Class::ConfigLUA - LUA config file doesn't exist. Path: /root/Otxserver-New-master/config.lua
Isso no linux, alguem poderia me dizer como colocar o server path correto ?
Caso não tenha lido direito, o site pede o local onde está o config.lua, não onde ELE está. Remova o config.lua deixando a barra "/" no final que voce verá a mágica.
ele entra certinho na hora de loga ele dá erro fala isso:
[Error - mysql_real_query] Query: SELECT `id`, `name`, `account_id`, `group_id`, `sex`, `vocation`, `experience`, `level`, `maglevel`, `health`, `healthmax`, `blessings`, `mana`, `manamax`, `manaspent`, `soul`, `lookbody`, `lookfeet`, `lookhead`, `looklegs`, `looktype`, `lookaddons`, `posx`, `posy`, `posz`, `cap`, `lastlogin`, `lastlogout`, `lastip`, `conditions`, `skulltime`, `skull`, `town_id`, `balance`, `offlinetraining_time`, `offlinetraining_skill`, `stamina`, `skill_fist`, `skill_fist_tries`, `skill_club`, `skill_club_tries`, `skill_sword`, `skill_sword_tries`, `skill_axe`, `skill_axe_tries`, `skill_dist`, `skill_dist_tries`, `skill_shielding`, `skill_shielding_tries`, `skill_fishing`, `skill_fishing_tries`, `skill_critical_hit_chance`, `skill_critical_hit_chance_tries`, `skill_critical_hit_damage`, `skill_critical_hit_damage_tries`, `skill_life_leech_chance`, `skill_life_leech_chance_tries`, `skill_life_leech_amount`, `skill_life_leech_amount_tries`, `skill_mana_leech_chance`, `skill_mana_leech_chance_tries`, `skill_mana_leech_amount`, `skill_mana_leech_amount_tries` FROM `players` WHERE `name` = 'Beckman'
Message: Unknown column 'skill_critical_hit_chance' in 'field list'
[Error - mysql_store_result] Query: SELECT `id`, `name`, `account_id`, `group_id`, `sex`, `vocation`, `experience`, `level`, `maglevel`, `health`, `healthmax`, `blessings`, `mana`, `manamax`, `manaspent`, `soul`, `lookbody`, `lookfeet`, `lookhead`, `looklegs`, `looktype`, `lookaddons`, `posx`, `posy`, `posz`, `cap`, `lastlogin`, `lastlogout`, `lastip`, `conditions`, `skulltime`, `skull`, `town_id`, `balance`, `offlinetraining_time`,
Alguem pode me ajuda
info
Group: Visconde
Joined: 11/04/15
Posts: 351
Reputation: +205
Gender: Masculino

Agora, anjoo22 disse:ele entra certinho na hora de loga ele dá erro fala isso:
[Error - mysql_real_query] Query: SELECT `id`, `name`, `account_id`, `group_id`, `sex`, `vocation`, `experience`, `level`, `maglevel`, `health`, `healthmax`, `blessings`, `mana`, `manamax`, `manaspent`, `soul`, `lookbody`, `lookfeet`, `lookhead`, `looklegs`, `looktype`, `lookaddons`, `posx`, `posy`, `posz`, `cap`, `lastlogin`, `lastlogout`, `lastip`, `conditions`, `skulltime`, `skull`, `town_id`, `balance`, `offlinetraining_time`, `offlinetraining_skill`, `stamina`, `skill_fist`, `skill_fist_tries`, `skill_club`, `skill_club_tries`, `skill_sword`, `skill_sword_tries`, `skill_axe`, `skill_axe_tries`, `skill_dist`, `skill_dist_tries`, `skill_shielding`, `skill_shielding_tries`, `skill_fishing`, `skill_fishing_tries`, `skill_critical_hit_chance`, `skill_critical_hit_chance_tries`, `skill_critical_hit_damage`, `skill_critical_hit_damage_tries`, `skill_life_leech_chance`, `skill_life_leech_chance_tries`, `skill_life_leech_amount`, `skill_life_leech_amount_tries`, `skill_mana_leech_chance`, `skill_mana_leech_chance_tries`, `skill_mana_leech_amount`, `skill_mana_leech_amount_tries` FROM `players` WHERE `name` = 'Beckman'
Message: Unknown column 'skill_critical_hit_chance' in 'field list'
[Error - mysql_store_result] Query: SELECT `id`, `name`, `account_id`, `group_id`, `sex`, `vocation`, `experience`, `level`, `maglevel`, `health`, `healthmax`, `blessings`, `mana`, `manamax`, `manaspent`, `soul`, `lookbody`, `lookfeet`, `lookhead`, `looklegs`, `looktype`, `lookaddons`, `posx`, `posy`, `posz`, `cap`, `lastlogin`, `lastlogout`, `lastip`, `conditions`, `skulltime`, `skull`, `town_id`, `balance`, `offlinetraining_time`,
Alguem pode me ajuda
execute isso na database
ALTER TABLE `players` ADD COLUMN `skill_critical_hit_chance` int(10) unsigned NOT NULL DEFAULT 0; ALTER TABLE `players` ADD COLUMN `skill_critical_hit_chance_tries` bigint(20) unsigned NOT NULL DEFAULT 0; ALTER TABLE `players` ADD COLUMN `skill_critical_hit_damage` int(10) unsigned NOT NULL DEFAULT 0; ALTER TABLE `players` ADD COLUMN `skill_critical_hit_damage_tries` bigint(20) unsigned NOT NULL DEFAULT 0; ALTER TABLE `players` ADD COLUMN `skill_life_leech_chance` int(10) unsigned NOT NULL DEFAULT 0; ALTER TABLE `players` ADD COLUMN `skill_life_leech_chance_tries` bigint(20) unsigned NOT NULL DEFAULT 0; ALTER TABLE `players` ADD COLUMN `skill_life_leech_amount` int(10) unsigned NOT NULL DEFAULT 0; ALTER TABLE `players` ADD COLUMN `skill_life_leech_amount_tries` bigint(20) unsigned NOT NULL DEFAULT 0; ALTER TABLE `players` ADD COLUMN `skill_mana_leech_chance` int(10) unsigned NOT NULL DEFAULT 0; ALTER TABLE `players` ADD COLUMN `skill_mana_leech_chance_tries` bigint(20) unsigned NOT NULL DEFAULT 0; ALTER TABLE `players` ADD COLUMN `skill_mana_leech_amount` int(10) unsigned NOT NULL DEFAULT 0; ALTER TABLE `players` ADD COLUMN `skill_mana_leech_amount_tries` bigint(20) unsigned NOT NULL DEFAULT 0;
fala you character could not be loaded não loga
Tem como vc me passar DEtabase funcionando não Vlw !!!!!! Pode me ajuda
info
Group: Visconde
Joined: 11/04/15
Posts: 351
Reputation: +205
Gender: Masculino

Agora, anjoo22 disse:fala you character could not be loaded não loga
Tem como vc me passar DEtabase funcionando não Vlw !!!!!! Pode me ajuda
nao tenho database desse ot mais, muito antigo ta desatualizado.
Vlw ajudou muito
Muito bom
ai ss
info
Group: Campones
Joined: 28/09/16
Posts: 15
Reputation: +2
Gender: Masculino

ai
Na hora de compilar me lota de erro
Gravidade Código Descrição Projeto Arquivo Linha Estado de Supressão
Erro LNK2001 símbolos externos indefinidos "public: bool __cdecl Store::executeOnBuy(class Player *,class StoreOffer *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?executeOnBuy@Store@@QEAA_NPEAVPlayer@@PEAVStoreOffer@@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) theforgottenserver C:\Users\Usuario\Desktop\Servidor\otpremium\vc14\game.obj 1
Erro LNK2001 símbolos externos indefinidos "public: bool __cdecl Store::reload(void)" (?reload@Store@@QEAA_NXZ) theforgottenserver C:\Users\Usuario\Desktop\Servidor\otpremium\vc14\commands.obj 1
Erro LNK2001 símbolos externos indefinidos "public: static void __cdecl IOAccount::addCoins(unsigned int,int)" (?addCoins@IOAccount@@SAXIH@Z) theforgottenserver C:\Users\Usuario\Desktop\Servidor\otpremium\vc14\game.obj 1
Erro LNK2001 símbolos externos indefinidos "public: static unsigned int __cdecl IOAccount::getCoinBalance(unsigned int)" (?getCoinBalance@IOAccount@@SAII@Z) theforgottenserver C:\Users\Usuario\Desktop\Servidor\otpremium\vc14\game.obj 1
Erro LNK2001 símbolos externos indefinidos "public: class boost::optional<class StoreOffer &> __cdecl Store::getOfferById(unsigned int)" (?getOfferById@Store@@QEAA?AV?$optional@AEAVStoreOffer@@@boost@@I@Z) theforgottenserver C:\Users\Usuario\Desktop\Servidor\otpremium\vc14\game.obj 1
Erro LNK2001 símbolos externos indefinidos "public: void __cdecl Store::onTransactionCompleted(unsigned int,int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)const " (?onTransactionCompleted@Store@@QEBAXIHAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) theforgottenserver C:\Users\Usuario\Desktop\Servidor\otpremium\vc14\game.obj 1
Erro LNK2001 símbolos externos indefinidos "public: __cdecl Store::Store(void)" (??0Store@@QEAA@XZ) theforgottenserver C:\Users\Usuario\Desktop\Servidor\otpremium\vc14\scriptmanager.obj 1
Erro LNK2001 símbolos externos indefinidos "public: bool __cdecl Store::loadFromXml(bool)" (?loadFromXml@Store@@QEAA_N_N@Z) theforgottenserver C:\Users\Usuario\Desktop\Servidor\otpremium\vc14\scriptmanager.obj 1
Erro LNK2001 símbolos externos indefinidos "public: void __cdecl Store::getTransactionHistory(unsigned int,unsigned short,unsigned int,class std::vector<struct StoreTransaction,class std::allocator<struct StoreTransaction> > &)const " (?getTransactionHistory@Store@@QEBAXIGIAEAV?$vector@UStoreTransaction@@V?$allocator@UStoreTransaction@@@std@@@std@@@Z) theforgottenserver C:\Users\Usuario\Desktop\Servidor\otpremium\vc14\protocolgame.obj 1
Erro LNK2001 símbolos externos indefinidos "public: bool __cdecl Store::executeOnRender(class Player *,class StoreOffer *)" (?executeOnRender@Store@@QEAA_NPEAVPlayer@@PEAVStoreOffer@@@Z) theforgottenserver C:\Users\Usuario\Desktop\Servidor\otpremium\vc14\protocolgame.obj 1





info
Group: Campones
Joined: 01/07/15
Posts: 2
Reputation: 0
Bro, vai na pastinha config
e altera as linhas:
# Create Character Options
$config['site']['newchar_vocations'] = array(0 => 'Nadege Sample');
$config['site']['newchar_towns'] = array(6);
$config['site']['max_players_per_account'] = 4;
para..
# Create Character Options
$config['site']['newchar_vocations'] = array(0 => 'Rook Sample');
$config['site']['newchar_towns'] = array(6);
$config['site']['max_players_per_account'] = 4;