Ir para conteúdo
  • Cadastre-se

.HuRRiKaNe

Membro
  • Total de itens

    701
  • Registro em

  • Última visita

  • Dias Ganhos

    31

Tudo que .HuRRiKaNe postou

  1. Esse ultimo erro acontece porque você está tentando alterar algum player ou conta com o distro ligado, quando for editar alguma coisa deixa sempre o distro desligado que não da esse erro!
  2. Executa esse comando: DROP TABLE IF EXISTS market_offers; CREATE TABLE market_offers ( id INTEGER PRIMARY KEY NOT NULL, player_id INTEGER NOT NULL, sale BOOLEAN NOT NULL DEFAULT '0', itemtype UNSIGNED INTEGER NOT NULL, amount UNSIGNED INTEGER NOT NULL, created UNSIGNED INTEGER NOT NULL, anonymous BOOLEAN NOT NULL DEFAULT '0', price UNSIGNED INTEGER NOT NULL DEFAULT '0', world_
  3. Gostei, achei simples porém harmônico, parabéns.
  4. Sem problemas Bruno, sim Summ o autor das edições fez um ótimo trabalho nesse evolutions.
  5. Informações: Tfs 0.4 Upgrade System War System Custom Evo Map Trainers Teleports Firestorm event E mais! Imagens: Download: https://mega.co.nz/#!xINSBa4B!LKb0Kh_Z5DmH45nSHjascUr2r6A4pmCplm6lRjbuOMg Scan: https://www.virustotal.com/pl/file/5998c17c197ecc08a325a79516510c2c8e33e40a88df1b472530818b9658e514/analysis/1428551947/ Créditos: Evolutions Team Simon
  6. http://www.tibiaking.com/forum/topic/46435-854-pokemon-adventures-editado-by-el-aska/
  7. Executa esses três comandos na sua database pelo sqlite editor: DROP TABLE IF EXISTS player_killers; CREATE TABLE player_killers ( kill_id INTEGER NOT NULL, player_id INTEGER NOT NULL, FOREIGN KEY ( kill_id ) REFERENCES killers ( id ), FOREIGN KEY ( player_id ) REFERENCES players ( id ) ); DROP TABLE IF EXISTS killers; CREATE TABLE killers ( id INTEGER PRIMARY KEY, death_id INTEGER NOT NULL, final_hit BOOLEAN NOT NULL DEFAULT 'FALSE', unjustified BOOLEAN NOT NULL DEFAULT 'FALSE', war
  8. Executa esse comando na sua database: ALTER TABLE "guild_wars" ADD "end" BIGINT NOT NULL DEFAULT '0';
  9. Play High/Low = true/false Play Odd/Even = true/false Play First/Middle/Last = true/false Play Blackjack = true/false Play Lucky Number = true/false Payout Ratios = custom Name of instrument to use if player Win = custom Name of instrument to use if player Lose = custom Use North Depot Position = true/false Turn to Player = true/false Use Advertising = true/false Use Yell = true/false Advertising Message = custom Trade Channel Message = custom Greetings Message = custom Use item under dice (aesthetics use only) = true/false Use HUD = true/false Use Party Hat = true/false Use Reconnect = true/f
  10. http://www.tibiaking.com/forum/topic/54935-ibot-e-ibot-dice-gambling-multiple-games-v241/
  11. Alguém teria um comando !stamina que por um certo valor em gold recuperasse totalmente a stamina do jogador ao falar !stamina, eu uso tfs 0.4!
  12. Se não me engano no config-and-functions tem a opção de ShowVipStatus, deixa 'yes', faz tempo que não mexo com gesior então não sei dizer qual o arquivo correto, mas lembro que é em config!
  13. Ali ta errado, vamos supor que a primeira id da vocação do Hyuuga é 10, tem que ficar [0] [10] = "Hyuuga Sample"; olha como estava no meu: Execute esses comandos em sua database e crie os samples novamente configurando o config.php corretamente igual a imagem, comandos: DROP TABLE IF EXISTS `players`; CREATE TABLE `players` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `world_id` tinyint(4) unsigned NOT NULL DEFAULT '0', `group_id` int(11) NOT NULL DEFAULT '1', `account_id` int(11) NOT NULL DEFAULT '0', `level` int(11) NOT NULL DEFAULT '10', `vocat
  14. No config.php configura as vocações, não esquece de criar o Naruto Sample, Sasuke Sample, etc, e em views/create é só para alterar as vocações que já tem o Sample! Eu estava usando o modern acc no meu nto, só que como a máquina que tenho no momento é fraca eu optei pelo account manager!
  15. Consegui achar um shop que funciona para o meu distro mas eu preciso retirar essa linha sem que fique faltando algum end no script: result:free() alguém pode me ajudar a retirar ela sem bugar? eu já tirei uma vez e funcionou só não me recordo como! Shop.lua: function onThink(interval, lastExecution, thinkInterval) local result = db.getResult("SELECT * FROM shop_history WHERE `processed` = 0;") if(result:getID() ~= -1) then while(true) do cid = getCreatureByName(getPlayerNameByGUID(tonumber(result:getDataInt("player")))) product = tonumber(r
  16. Tava funcionando normal, alguém me da uma luz ai não quero ficar sem shop kkk
  17. function onThink(interval, lastExecution, thinkInterval) local result = db.getResult("SELECT * FROM shop_history WHERE `processed` = 0;") if(result:getID() ~= -1) then while(true) do cid = getCreatureByName(tostring(result:getDataString("player"))) product = tonumber(result:getDataInt("product")) itemr = db.getResult("SELECT * FROM shop_offer WHERE `id` = "..product..";") if isPlayer(cid) then local id = tonumber(itemr:getDataInt("item")) local tid = tonumber(result:getDataInt("id")) local count = tonumber(itemr:getDataInt("count")) local tipe
  18. Boa tarde, o shop do meu servidor funcionava normalmente até hoje, enviava os itens normalmente, só que começou a dar um erro na distro e não está mais enviando os itens, eu uso o tfs 0.4, o erro é nessa linha do shop.lua: product = tonumber(result:getDataInt("product")) E o erro na distro é esse:
  19. Boa noite, alguém conseguiria fazer um comando /mute, nick do personagem, tempo para o tfs 0.4, eu gostaria de adicionar esse comando para os tutores em meu servidor!
  20. Kenny eu uso sqlite, tentei colocar o tfs 0.4 por mysql e não deu certo só consegui por sqlite, e parou de funcionar o /addpoints..
  21. Boa tarde, eu passei meu servidor de narutibia para 8.60 com o tfs 0.4 e a talkaction /addpoints não está mais funcionando, alguém poderia me ajudar: local function doPlayerAddDepotItems(pid, item, count) local result = db.getResult("SELECT sid FROM player_depotitems WHERE player_id = "..pid.." ORDER BY sid DESC LIMIT 1") if (result:getID() ~= -1) then local ls = tonumber(result:getDataInt("sid")) return db.executeQuery("INSERT INTO player_depotitems (player_id, sid, pid, itemtype, count, attributes) VALUES ("..pid..", "..(ls+1)..", 101, "..item..", "..count..", '')")
  22. Boa noite, quando eu tento criar guild pelo comando !createguild no meu servidor aparece esse seguinte erro e a guild não é criada: E se eu tentar criar pelo site aparece esse erro: Por favor alguém pode me ajudar, fiquei o dia inteiro hoje, só passei meu servidor para 8.60 por causa do war system, e só falta eu ajeitar isso para funcionar completamente.
  23. Boa noite, eu passei o dia todo hoje migrando meu servidor de 8.54 para 8.60, apareceram vários erros, consegui arrumar tudo, arrumei meu site, só que quando vou criar um personagem, mesmo já tendo o sample está dando esse erro, alguma alma pode me ajudar?
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo