TekaZudo
seuserver.com.br
DESCRIÇÃO
Anuncie aqui neste countdown e dê maior visibilidade ao seu lançamento |
Full Global • Custom Quests • Custom Outfits • Lottery System • Version 15x
Inicia em:
--
Participar
Solutions
-
grafit's post in (Resolvido)Sugestão de VPS com base nas minhas informações? was marked as the answerLevando em consideração que meu servidor não teria 300 players de imediato, eu COMEÇARIA com qualquer VPS que tenha 2GB de RAM e, posteriormente, faria upgrades conforme a necessidade for surgindo.
-
grafit's post in (Resolvido)Bug Site n Atualiza para HTDOCS recente was marked as the answerJá tentou Control+F5?
-
grafit's post in (Resolvido)erro na database was marked as the answerBom dia, 1xeuzinho1!
Execute os seguintes comandos SQL no seu banco de dados:
z_ots_comunication
CREATE TABLE `z_ots_comunication` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `type` varchar(255) NOT NULL, `action` varchar(255) NOT NULL, `param1` varchar(255) NOT NULL, `param2` varchar(255) NOT NULL, `param3` varchar(255) NOT NULL, `param4` varchar(255) NOT NULL, `param5` varchar(255) NOT NULL, `param6` varchar(255) NOT NULL, `param7` varchar(255) NOT NULL, `delete_it` int(2) NOT NULL default '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; z_shop_offer
CREATE TABLE `z_shop_offer` ( `id` int(11) NOT NULL auto_increment, `points` int(11) NOT NULL default '0', `itemid1` int(11) NOT NULL default '0', `count1` int(11) NOT NULL default '0', `itemid2` int(11) NOT NULL default '0', `count2` int(11) NOT NULL default '0', `offer_type` varchar(255) default NULL, `offer_description` text NOT NULL, `offer_name` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1;"; z_shop_history_item
CREATE TABLE `z_shop_history_item` ( `id` int(11) NOT NULL auto_increment, `to_name` varchar(255) NOT NULL default '0', `to_account` int(11) NOT NULL default '0', `from_nick` varchar(255) NOT NULL, `from_account` int(11) NOT NULL default '0', `price` int(11) NOT NULL default '0', `offer_id` varchar(255) NOT NULL default '', `trans_state` varchar(255) NOT NULL, `trans_start` int(11) NOT NULL default '0', `trans_real` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; z_shop_history_item
CREATE TABLE `z_shop_history_item` ( `id` int(11) NOT NULL auto_increment, `to_name` varchar(255) NOT NULL default '0', `to_account` int(11) NOT NULL default '0', `from_nick` varchar(255) NOT NULL, `from_account` int(11) NOT NULL default '0', `price` int(11) NOT NULL default '0', `offer_id` varchar(255) NOT NULL default '', `trans_state` varchar(255) NOT NULL, `trans_start` int(11) NOT NULL default '0', `trans_real` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; Boa sorte.
-
grafit's post in (Resolvido)Erro quando carrega Scripts was marked as the answerBom dia, blindado!
Desculpe a demora. Tente baixar e instalar o Microsoft Visual C++ 2013 http://www.microsoft.com/en-us/download/details.aspx?id=40784
-
grafit's post in (Resolvido)adicionando stages was marked as the answerVá no seu stages.xml e altere para:
<?xml version="1.0" encoding="UTF-8"?> <stages> <config enabled="1"/> -- 0 desativa e 1 ativa <stage minlevel="1" maxlevel="8" multiplier="7"/> <stage minlevel="9" maxlevel="20" multiplier="6"/> <stage minlevel="21" maxlevel="50" multiplier="5"/> <stage minlevel="51" maxlevel="100" multiplier="4"/> <stage minlevel="101" multiplier="5"/> </stages> Boa sorte.
-
grafit's post in (Resolvido)Como criar um proxy tunneling para Otserv was marked as the answerTambém estou a procura disso... consegui poucas informações
eu já consegui achar um tutorial para criar um servidor mas é para as portas 8080
to tentando ver como fazer para acessar pelas portas 7171
http://www.netadm.com.br/?p=132
se conseguir algo eu te aviso