Ir para conteúdo

Natanael Beckman

Membro
  • Registro em

  • Última visita

Solutions

  1. Natanael Beckman's post in (Resolvido)Otserv da Shutdown automático was marked as the answer   
    Se no config.lua não resolveu.
    Verifique no globalevents se tem script configurado pra isso.
  2. Natanael Beckman's post in (Resolvido)Write access denied to config.php, please chmod 666 was marked as the answer   
    Mano quando você for abrir seu vertrigo com o botão direito do mouse seleciona a opção executar como administrador veja se resolve seu problema.
  3. Natanael Beckman's post in (Resolvido)[mysql]Comando para retirar os items das houses dos players deletados was marked as the answer   
    Mano é a tabela houses, todas as outras tabelas relacionadas a houses são limpas automaticamente quando você limpa a houses... Só faça isso n tenha medo e solved!
  4. Natanael Beckman's post in (Resolvido)Ajuda atributo Fast Regeneration nos Equipamentos was marked as the answer   
    Vai em items.xml procure por o item que você quer adiciona o sistema e adicionei a ele essas tags:
     
    <attribute key="healthGain" value="45" /> <attribute key="healthTicks" value="1000" /> <attribute key="manaGain" value="55" /> <attribute key="manaTicks" value="1000" /> Exemplo:
    <attribute key="healthGain" value="45" />      === quanto de life o player vai ganhar com aquele item.
    <attribute key="healthTicks" value="1000" /> === intervalo ai está de 1 em 1 segundo.
     
    em movements.xm adicione com o id do item:
    <movevent type="Equip" itemid="id_item" event="function" value="onEquipItem"/> <movevent type="DeEquip" itemid="id_item" level="8" event="function" value="onDeEquipItem"> <vocation id="4"/> <vocation id="8" showInDescription="0"/> </movevent> O vocation ali é caso você queira que funciona pra alguma vocação especifica, se quiser que todas usem apenas remove essa parte de vocations.
  5. Natanael Beckman's post in (Resolvido)Gesior VIP Time BUG was marked as the answer   
    Se não me engano postei o errado veja esse:
     
    http://pastebin.com/CHF0dbi8
  6. Natanael Beckman's post in (Resolvido)[RESOLVIDO] AOL Infinita was marked as the answer   
    /i 2173, 1 = 1 carga
     
    Quando você cria:
     
    /i 2173 = 100 cargas
  7. Natanael Beckman's post in (Resolvido)Bug Account Gesior was marked as the answer   
    Você já atualizou seu banco de dados?
    UPDATE accounts SET password=SHA1(password) WHERE id = 1
  8. Natanael Beckman's post in (Resolvido)ajuda colocar comandos de guild war was marked as the answer   
    --------------------------------------------------------------------------
    EXECUTA ESSAS QUERYS NO BANCO DE DADOS:
    --------------------------------------------------------------------------
    CREATE TABLE IF NOT EXISTS `guild_wars` (   `id` INT NOT NULL AUTO_INCREMENT,   `guild_id` INT NOT NULL,   `enemy_id` INT NOT NULL,   `begin` BIGINT NOT NULL DEFAULT '0',   `end` BIGINT NOT NULL DEFAULT '0',   `frags` INT UNSIGNED NOT NULL DEFAULT '0',   `payment` BIGINT UNSIGNED NOT NULL DEFAULT '0',   `guild_kills` INT UNSIGNED NOT NULL DEFAULT '0',   `enemy_kills` INT UNSIGNED NOT NULL DEFAULT '0',   `status` TINYINT(1) UNSIGNED NOT NULL DEFAULT '0',   PRIMARY KEY (`id`),   KEY `status` (`status`),   KEY `guild_id` (`guild_id`),   KEY `enemy_id` (`enemy_id`) ) ENGINE=InnoDB; ALTER TABLE `guild_wars`   ADD CONSTRAINT `guild_wars_ibfk_1` FOREIGN KEY (`guild_id`) REFERENCES `guilds` (`id`) ON DELETE CASCADE,   ADD CONSTRAINT `guild_wars_ibfk_2` FOREIGN KEY (`enemy_id`) REFERENCES `guilds` (`id`) ON DELETE CASCADE; ALTER TABLE `guilds` ADD `balance` BIGINT UNSIGNED NOT NULL AFTER `motd`; CREATE TABLE IF NOT EXISTS `guild_kills` (   `id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY,   `guild_id` INT NOT NULL,   `war_id` INT NOT NULL,   `death_id` INT NOT NULL ) ENGINE = InnoDB; ALTER TABLE `guild_kills`   ADD CONSTRAINT `guild_kills_ibfk_1` FOREIGN KEY (`war_id`) REFERENCES `guild_wars` (`id`) ON DELETE CASCADE,   ADD CONSTRAINT `guild_kills_ibfk_2` FOREIGN KEY (`death_id`) REFERENCES `player_deaths` (`id`) ON DELETE CASCADE,   ADD CONSTRAINT `guild_kills_ibfk_3` FOREIGN KEY (`guild_id`) REFERENCES `guilds` (`id`) ON DELETE CASCADE; ALTER TABLE `killers` ADD `war` INT NOT NULL DEFAULT 0; EM DATA/LIB/000-constant.lua, ADD LA:
    WAR_GUILD = 0 WAR_ENEMY = 1 EM DATA/TALKACTIONS/SCRIPTS ADD UM ARQUIVO CHAMADO WAR.LUA E DENTRO DELE BOTA ISSO:



    EM DATA/TALKACTIONS/TALKACTIONS.XML ADD ESSAS TAGS:
    <talkaction words="/war" channel="0" event="script" value="war.lua" desc="(Guild channel command) War management."/> <talkaction words="/balance" channel="0" event="script" value="balance.lua" desc="(Guild channel command) Balance management."/>
  9. Natanael Beckman's post in (Resolvido)ajuda gesior cria guilds mas não funciona was marked as the answer   
    Use o guilds.php que usava e verifique no config.lua essa opção:
    ingameGuildManagement = false Se tiver true bota false e teste!
  10. Natanael Beckman's post in (Resolvido)Trocando Windows para Linux Ubuntu 10.04 was marked as the answer   
    kkkkkkkkkk, não perde nada mano, primeiro exporte sua database pro seu pc.... e aki embaixo tem um link bom como montar sue server, na minha assinatura.
     
    Compilar Otserver Em Linux Ubuntu 10.04 O Melhor!
    proteção de ddos, http://webnana.net/
     
    Melhor um dedicado pra resolver seu problema.... e o que é bom é caro

Informação Importante

Confirmação de Termo