
Tudo que Rusherzin postou
-
Erro VIP (Movements)
Use o script com storage, do Absolute..
-
Erro VIP (Movements)
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
-
Erro VIP (Movements)
Posta o script..
-
Erro Mysql (Query)
ALTER TABLE `players` ADD `shopitens` INT NOT NULL; Executa na DB.
-
Erro lvl
Nos character's Sample da sua database
-
Sem Loot e sem xp
Como está o seu config.lua na pare das rates?
-
Salvar logs de erro do distro
É mais fácil você copiar os erros..
-
char começa com 0 de mana
Account manager ou site?
-
Bug que aparece no distro
Posta o script aí..
- GESIOR SHOP SYSTEM
-
(Resolvido)Bug pot de remover skulls e frags
É só você editar as mensagens ali no script, deixando-as entre " " (aspas)
-
(Resolvido)Bug pot de remover skulls e frags
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
-
(Resolvido)[AJUDA] instalação Gesior
Sei não, dá uma procurada sobre o ranking e tenta adicioná-lo.
-
(Resolvido)[AJUDA] instalação Gesior
Beleza, nem esquenta com isso não.. Boa sorte com seu ot
-
(Resolvido)[AJUDA] instalação Gesior
Tenta usar outra database então :x
-
(Resolvido)[AJUDA] instalação Gesior
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;
-
(Resolvido)[AJUDA] instalação Gesior
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;
-
(Resolvido)[AJUDA] instalação Gesior
install = "no" server_path = "C:\Documents and Settings\admin\Desktop\Best Baiak Yurots Edited by Bryaan [8.60]\" signatures = "1" Tenta deixar assim..
-
(Resolvido)[AJUDA] instalação Gesior
Posta aí o seu arquivo config.ini que está em xampp/htdocs/config/
-
(Resolvido)[AJUDA] instalação Gesior
O diretório do seu ot está correto?
- erro tibia.dat rme narutibia
-
Erro Na Account mananger da account
Retirado.
-
erros ao carregar o server
Há items duplicados(com o mesmo id), isso é no items.xml.
- erro tibia.dat rme narutibia
-
Stages não funcionam
Vish, então não sei, tenta por true :x