Ir para conteúdo

Rusherzin

Membro
  • Registro em

  • Última visita

Tudo que Rusherzin postou

  1. Rusherzin postou uma resposta no tópico em Suporte Tibia OTServer
    Use o script com storage, do Absolute..
  2. Rusherzin postou uma resposta no tópico em Suporte Tibia OTServer
    Tenta: function onStepIn(cid, item, position, fromPosition) local tileConfig = { kickPos = fromPosition, kickEffect = CONST_ME_POFF, kickMsg = "Desculpe, Você não é VIP. Acesse nosso site.", enterMsg = "Bem vindo a area VIP!", enterEffect = CONST_ME_MAGIC_RED, } if isPlayer(cid) == true then if isVip(cid) == FALSE then doTeleportThing(cid, tileConfig.kickPos) doSendMagicEffect(tileConfig.kickPos, tileConfig.kickEffect) doPlayerSendCancel(cid, tileConfig.kickMsg) return end doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, tileConfig.enterMsg) doSendMagicEffect(position, tileConfig.enterEffect) return true end end
  3. Rusherzin postou uma resposta no tópico em Suporte Tibia OTServer
    Posta o script..
  4. Rusherzin postou uma resposta no tópico em Suporte Tibia OTServer
    ALTER TABLE `players` ADD `shopitens` INT NOT NULL; Executa na DB.
  5. Rusherzin postou uma resposta no tópico em Suporte Tibia OTServer
    Nos character's Sample da sua database
  6. Rusherzin postou uma resposta no tópico em Suporte Tibia OTServer
    Como está o seu config.lua na pare das rates?
  7. É mais fácil você copiar os erros..
  8. Account manager ou site?
  9. Posta o script aí..
  10. Rusherzin postou uma resposta no tópico em Suporte Tibia OTServer
    O no teu login.lua o que tens sobre o shop?
  11. É só você editar as mensagens ali no script, deixando-as entre " " (aspas)
  12. Tenta usar esse.. function onUse(cid, item, frompos, item2, topos) local skull = getCreatureSkullType(cid) local bad_skulls = {SKULL_RED,SKULL_BLACK} if getTileInfo(getThingPos(cid)).protection == false then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE,"You can't remove your skull in this area.") return false elseif isInArray(bad_skulls, skull) == true then doPlayerSetSkullEnd(cid, 0, skull) doRemoveItem(item.uid, 1) db.executeQuery('UPDATE `killers`, `player_killers` SET `killers`.`unjustified` = 0 WHERE `killers`.`unjustified` = 1 AND `player_killers`.`player_id` = ' .. getPlayerGUID(cid) .. ' AND `killers`.`id` = `player_killers`.`kill_id`') doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Your skull has been removed!") else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You do not have red/black skull!") end return true end
  13. Sei não, dá uma procurada sobre o ranking e tenta adicioná-lo.
  14. Beleza, nem esquenta com isso não.. Boa sorte com seu ot
  15. Tenta usar outra database então :x
  16. CREATE TABLE `server.z_news_tickers` ( `date` int(11) NOT NULL default '1', `author` int(11) NOT NULL, `image_id` int(3) NOT NULL default '0', `text` text NOT NULL, `hide_ticker` tinyint(1) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  17. Tenta executar isso no phpmyadim CREATE TABLE `server.announcements` ( `id` INT UNSIGNED NOT NULL auto_increment, `type` TINYINT(1) NOT NULL COMMENT '1 - ip banishment, 2 - namelock, 3 - account banishment, 4 - notation, 5 - deletion', `value` INT UNSIGNED NOT NULL COMMENT 'ip address (integer), player guid or account number', `param` INT UNSIGNED NOT NULL DEFAULT 4294967295 COMMENT 'used only for ip banishment mask (integer)', `active` TINYINT(1) NOT NULL DEFAULT TRUE, PRIMARY KEY (`id`), KEY `type` (`type`, `value`), KEY `active` (`active`) ) ENGINE = InnoDB;
  18. install = "no" server_path = "C:\Documents and Settings\admin\Desktop\Best Baiak Yurots Edited by Bryaan [8.60]\" signatures = "1" Tenta deixar assim..
  19. Posta aí o seu arquivo config.ini que está em xampp/htdocs/config/
  20. O diretório do seu ot está correto?
  21. Aqui apareceu a mesma imagem, mas se a opção "check file signatures" (não tenho certeza se é assim) estiver marcada desmarque e reabra o RME
  22. Há items duplicados(com o mesmo id), isso é no items.xml.
  23. Manda uma imagem de File>Preferences> "Client Version" no RME..
  24. Rusherzin postou uma resposta no tópico em Suporte Tibia OTServer
    Vish, então não sei, tenta por true :x

Informação Importante

Confirmação de Termo