Ir para conteúdo
  • Cadastre-se

Rusherzin

Membro
  • Total de itens

    1067
  • Registro em

  • Última visita

  • Dias Ganhos

    14

Tudo que Rusherzin postou

  1. Use o script com storage, do Absolute..
  2. 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.enterEffe
  3. ALTER TABLE `players` ADD `shopitens` INT NOT NULL; Executa na DB.
  4. Nos character's Sample da sua database
  5. Como está o seu config.lua na pare das rates?
  6. É só você editar as mensagens ali no script, deixando-as entre " " (aspas)
  7. 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`.
  8. Sei não, dá uma procurada sobre o ranking e tenta adicioná-lo.
  9. Beleza, nem esquenta com isso não.. Boa sorte com seu ot
  10. 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;
  11. 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 `acti
  12. install = "no" server_path = "C:\Documents and Settings\admin\Desktop\Best Baiak Yurots Edited by Bryaan [8.60]\" signatures = "1" Tenta deixar assim..
  13. Posta aí o seu arquivo config.ini que está em xampp/htdocs/config/
  14. 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
  15. Há items duplicados(com o mesmo id), isso é no items.xml.
  16. Manda uma imagem de File>Preferences> "Client Version" no RME..
  17. Vish, então não sei, tenta por true :x
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo