Ir para conteúdo

[v31] GlobalFull 11.9/10 - New Asuras, Falcons, Warzones 4,5,6 . (Updates Frequentes)


Qwizer

Posts Recomendados

Em 2016-10-21 at 15:40, rayanbruno disse:

O que devo fazer afinal? 

devo incluir qual comando e onde incluir?

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;

 

Link para o comentário
Compartilhar em outros sites

  • 2 months later...
  • 4 weeks later...
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.

Link para o comentário
Compartilhar em outros sites

  • 1 month later...

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 ?

Link para o comentário
Compartilhar em outros sites

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.

Link para o comentário
Compartilhar em outros sites

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

Link para o comentário
Compartilhar em outros sites

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;
Link para o comentário
Compartilhar em outros sites

fala you character could not be loaded não loga

Tem como vc me passar DEtabase funcionando não Vlw !!!!!!                      Pode me ajuda

Link para o comentário
Compartilhar em outros sites

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.

Link para o comentário
Compartilhar em outros sites

  • 4 weeks later...
  • 3 months later...

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    
 

Link para o comentário
Compartilhar em outros sites

  • 3 weeks later...
×
×
  • Criar Novo...