Tudo que .HuRRiKaNe postou
-
[8.60] Simon Evolutions
Sem problemas Bruno, sim Summ o autor das edições fez um ótimo trabalho nesse evolutions.
-
[8.60] Simon Evolutions
Obrigado, só faltou a reputação rs.
-
[8.60] Simon Evolutions
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
-
[PEDIDO] Base boa
http://www.tibiaking.com/forum/topic/46435-854-pokemon-adventures-editado-by-el-aska/
-
Error no tfs
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 BIGINT NOT NULL DEFAULT '0', FOREIGN KEY ( death_id ) REFERENCES player_deaths ( id ) ); ALTER TABLE "players" ADD "cast" TINYINT( 4 ) NOT NULL DEFAULT '0'; Caso não saiba aonde executar basta seguir o tutorial em imagens:
-
(Resolvido)Alguem poderia me ajudar a resolver ?
Executa esse comando na sua database: ALTER TABLE "guild_wars" ADD "end" BIGINT NOT NULL DEFAULT '0';
-
[iBot e iBot+] Dice Gambling Multiple Games v2.4.1
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/false DGMGbYaM v2.4.1.xml DGMGbYaM+ v2.4.1.xml Dice Gambling Multiple Games Troubleshooter.txt SIRMATE.lua
- [ Pedido ] Script de Dice [ Pedido ]
-
(Resolvido)Comando !stamina
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!
-
[Duvida] VipAccount
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!
-
Modern ACC, ERRO
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', `vocation` int(11) NOT NULL DEFAULT '0', `health` int(11) NOT NULL DEFAULT '150', `healthmax` int(11) NOT NULL DEFAULT '150', `experience` bigint(20) unsigned NOT NULL DEFAULT '0', `lookbody` int(11) NOT NULL DEFAULT '0', `lookfeet` int(11) NOT NULL DEFAULT '0', `lookhead` int(11) NOT NULL DEFAULT '0', `looklegs` int(11) NOT NULL DEFAULT '0', `looktype` int(11) NOT NULL DEFAULT '136', `lookaddons` int(11) NOT NULL DEFAULT '0', `lookmount` int(11) NOT NULL DEFAULT '0', `maglevel` int(11) NOT NULL DEFAULT '0', `mana` int(11) NOT NULL DEFAULT '0', `manamax` int(11) NOT NULL DEFAULT '0', `manaspent` bigint(20) unsigned NOT NULL DEFAULT '0', `soul` int(10) unsigned NOT NULL DEFAULT '0', `town_id` int(11) NOT NULL DEFAULT '2', `posx` int(11) NOT NULL DEFAULT '32369', `posy` int(11) NOT NULL DEFAULT '32241', `posz` int(11) NOT NULL DEFAULT '7', `conditions` blob NOT NULL, `cap` int(11) NOT NULL DEFAULT '0', `sex` int(11) NOT NULL DEFAULT '0', `lastlogin` bigint(20) unsigned NOT NULL DEFAULT '0', `lastip` int(10) unsigned NOT NULL DEFAULT '0', `save` tinyint(1) NOT NULL DEFAULT '1', `skull` tinyint(1) unsigned NOT NULL DEFAULT '0', `skulltime` int(11) NOT NULL DEFAULT '0', `rank_id` int(11) NOT NULL DEFAULT '0', `guildnick` varchar(255) NOT NULL DEFAULT '', `lastlogout` bigint(20) unsigned NOT NULL DEFAULT '0', `blessings` tinyint(2) NOT NULL DEFAULT '0', `pvp_blessing` tinyint(1) NOT NULL DEFAULT '0', `balance` bigint(20) unsigned NOT NULL DEFAULT '0', `stamina` bigint(20) unsigned NOT NULL DEFAULT '151200000' COMMENT 'stored in miliseconds', `direction` int(11) NOT NULL DEFAULT '2', `loss_experience` int(11) NOT NULL DEFAULT '100', `loss_mana` int(11) NOT NULL DEFAULT '100', `loss_skills` int(11) NOT NULL DEFAULT '100', `loss_containers` int(11) NOT NULL DEFAULT '100', `loss_items` int(11) NOT NULL DEFAULT '100', `premend` int(11) NOT NULL DEFAULT '0' COMMENT 'NOT IN USE BY THE SERVER', `online` tinyint(1) NOT NULL DEFAULT '0', `marriage` int(10) unsigned NOT NULL DEFAULT '0', `promotion` int(11) NOT NULL DEFAULT '0', `deleted` int(11) NOT NULL DEFAULT '0', `description` varchar(255) NOT NULL DEFAULT '', `comment` text NOT NULL, `create_ip` int(11) NOT NULL DEFAULT '0', `create_date` int(11) NOT NULL DEFAULT '0', `hide_char` int(11) NOT NULL DEFAULT '0', `signature` text NOT NULL, `offlinetraining_time` smallint(5) unsigned NOT NULL DEFAULT '43200', `offlinetraining_skill` int(11) NOT NULL DEFAULT '-1', `cast` tinyint(4) NOT NULL DEFAULT '0', `castViewers` int(11) NOT NULL DEFAULT '0', `castDescription` varchar(255) NOT NULL, `created` int(11) NOT NULL DEFAULT '0', `nick_verify` int(11) NOT NULL DEFAULT '0', `old_name` varchar(255) NOT NULL DEFAULT '', `worldtransfer` int(11) NOT NULL DEFAULT '0', `show_outfit` tinyint(4) NOT NULL DEFAULT '1', `show_eq` tinyint(4) NOT NULL DEFAULT '1', `show_bars` tinyint(4) NOT NULL DEFAULT '1', `show_skills` tinyint(4) NOT NULL DEFAULT '1', `show_quests` tinyint(4) NOT NULL DEFAULT '1', `stars` int(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`,`deleted`), KEY `account_id` (`account_id`), KEY `group_id` (`group_id`), KEY `online` (`online`), KEY `deleted` (`deleted`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=21 ; INSERT INTO `players` VALUES (1, 'Account Manager', 0, 1, 1, 8, 0, 180, 180, 4200, 0, 0, 0, 0, 110, 0, 0, 0, 35, 35, 0, 0, 2, 32369, 32241, 7, '', 400, 0, 1400804121, 202641162, 0, 0, 0, 0, '', 0, 0, 0, 0, 201660000, 0, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, '', '', 0, 0, 0, '', 43200, -1, 0, 0, '', 0, 0, '', 0, 1, 1, 1, 1, 1, 0);
-
Modern ACC, ERRO
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!
-
Novo Erro Shop.lua
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(result:getDataInt("product")) itemr = db.getResult("SELECT * FROM shop_offer WHERE `id` = "..product..";") if isPlayer(cid) then local um_um = {1,2,3,4,5,6,7,8,9,0} um = um_um[math.random(1, #um_um)] local dois_dois = {1,2,3,4,5,6,7,8,9,0} dois = dois_dois[math.random(1, #dois_dois)] local tres_tres = {1,2,3,4,5,6,7,8,9,0} tres = tres_tres[math.random(1, #tres_tres)] local quatro_quatro = {1,2,3,4,5,6,7,8,9,0} quatro = quatro_quatro[math.random(1, #quatro_quatro)] local id = tonumber(itemr:getDataInt("item")) local tid = tonumber(result:getDataInt("id")) local count = tonumber(itemr:getDataInt("count")) local tipe = tonumber(itemr:getDataInt("type")) local productn = tostring(itemr:getDataString("name")) if isInArray({5,8},tipe) then if getPlayerFreeCap(cid) >= getItemWeightById(id, count) then if isContainer(getPlayerSlotItem(cid, 3).uid) then received = doPlayerAddItem(cid, id, count, false) if received then doItemSetAttribute(received, "description", ''.. productn ..' by ' .. getCreatureName(cid) .. ' [ID:' .. um .. '' .. dois .. '' .. tres .. '' .. quatro .. '].') doPlayerSendTextMessage(cid,19, "You have received >> "..productn.." << from our shop system") db.query("UPDATE `shop_history` SET `processed`='1' WHERE id = " .. tid .. ";") f = io.open("data/logs/Shop.txt", "a+") f:write("Player : '".. productn .." by ".. getCreatureName(cid) .." [ID: ".. um .."".. dois .."".. tres .."".. quatro .."] Item : "..productn.." - "..getCreatureName(cid).."- " .. os.date("%d %B %Y - %X.", os.time()) .."\n----------------------------------------------------------\n") f:close() else doPlayerSendTextMessage(cid,19, "Sorry, you don't have enough space on container to receive >> "..productn.." <<") end else doPlayerSendTextMessage(cid,19, "Sorry, you don't have a container to receive >> "..productn.." <<") end else doPlayerSendTextMessage(cid,19, "Sorry, you don't have enough capacity to receive >> "..productn.." << (You need: "..getItemWeightById(id, count).." Capacity)") end elseif isInArray({6,7},tipe) then if tipe == 6 then bcap = 8 bid = 1987 elseif tipe == 7 then bcap = 20 bid = 1988 end if isItemRune(id) then count = 1 end if getPlayerFreeCap(cid) >= (getItemWeightById(1987, 1) + getItemWeightById(id,count * bcap)) then local bag = doCreateItemEx(bid, 1) for i = 1,bcap do doAddContainerItem(bag, id, count) end received = doPlayerAddItemEx(getPlayerSlotItem(cid, 3).uid, bag) if received == RETURNVALUE_NOERROR then doPlayerSendTextMessage(cid,19, "You have received >> "..productn.." << from our shop system") db.query("UPDATE `shop_history` SET `processed`='1' WHERE id = " .. tid .. ";") else doPlayerSendTextMessage(cid,19, "Sorry, you don't have enough space to receive >> "..productn.." <<") end else doPlayerSendTextMessage(cid,19, "Sorry, you don't have enough capacity to receive >> "..productn.." << (You need: "..getItemWeightById(id, count).." Capacity)") end end end itemr:free() if not(result:next()) then break end end result:free() end return true end
-
Erro shop Lua
Tava funcionando normal, alguém me da uma luz ai não quero ficar sem shop kkk
-
Erro 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(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 = tonumber(itemr:getDataInt("type")) local productn = tostring(itemr:getDataString("name")) if isInArray({5,8},tipe) then if getPlayerFreeCap(cid) >= getItemWeightById(id, count) then if isContainer(getPlayerSlotItem(cid, 3).uid) then received = doAddContainerItem(getPlayerSlotItem(cid, 3).uid, id,count) if received then doPlayerSendTextMessage(cid,19, "Voce recebeu na sua backpack >> "..productn.." << do nosso shop") db.query("UPDATE `shop_history` SET `processed`='1' WHERE id = " .. tid .. ";") else doPlayerSendTextMessage(cid,19, "Sorry, you don't have enough space on container to receive >> "..productn.." <<") end else doPlayerSendTextMessage(cid,19, "Sorry, you don't have a container to receive >> "..productn.." <<") end else doPlayerSendTextMessage(cid,19, "Sorry, you don't have enough capacity to receive >> "..productn.." << (You need: "..getItemWeightById(id, count).." Capacity)") end elseif isInArray({6,7},tipe) then if tipe == 6 then bcap = 8 bid = 1987 elseif tipe == 7 then bcap = 20 bid = 1988 end if isItemRune(id) then count = 1 end if getPlayerFreeCap(cid) >= (getItemWeightById(1987, 1) + getItemWeightById(id,count * bcap)) then local bag = doCreateItemEx(bid, 1) for i = 1,bcap do doAddContainerItem(bag, id, count) end received = doPlayerAddItemEx(getPlayerSlotItem(cid, 3).uid, bag) if received then doPlayerSendTextMessage(cid,19, "You have received >> "..productn.." << from our shop system") db.query("UPDATE `shop_history` SET `processed`='1' WHERE id = " .. tid .. ";") else doPlayerSendTextMessage(cid,19, "Sorry, you don't have enough space to receive >> "..productn.." <<") end else doPlayerSendTextMessage(cid,19, "Sorry, you don't have enough capacity to receive >> "..productn.." << (You need: "..getItemWeightById(id, count).." Capacity)") end end end itemr:free() if not(result:next()) then break end end result:free() end return true end
-
Erro shop Lua
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:
-
Pedido comando /mute, nome, tempo - tfs 0.4
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!
-
(Resolvido)Script addpoints tfs 0.4
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..
-
(Resolvido)Script addpoints tfs 0.4
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..", '')") end end local points = 9970 -- ID dos points local present = 1990 -- ID do container que ira vir function onSay(cid, words, param) local t = string.explode(param:lower(),",") local player = getPlayerByNameWildcard(t[1]) if not t[1] then return doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE,"Digite o nome do jogador.") elseif not player and not getPlayerGUIDByName(t[1]) then return doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE,"Este nome nao existe.") elseif not player and getPlayerGUIDByName(t[1]) and tonumber(t[2]) and tonumber(t[2]) > 100 then return doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE,"O jogador esta offline, apenas 100 points por vez.") elseif not tonumber(t[2]) or tonumber(t[2]) < 1 or t[2] == "" then return doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE,"Digite a quantidade.") end local present = doCreateItemEx(present-1) doAddContainerItem(present, points, t[2]) if player then doPlayerSendMailByName(getPlayerNameByGUID(getPlayerGUIDByName(t[1])), present, 1) else doPlayerAddDepotItems(getPlayerGUIDByName(t[1]), points, t[2]) end return doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE,"voce adicionou "..t[2].." "..getItemNameById(points)..""..(tonumber(t[2]) > 1 and "s" or "").." ao jogador "..getPlayerNameByGUID(getPlayerGUIDByName(t[1]))) end
-
Erro ao criar guild
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.
-
[ModernAcc] Erro ao criar personagem
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?
-
[8.60] Noobwar
Informações: War server Trainers Quests Hunting area Vip System Donator items E mais! Imagens: Download: http://www.mediafire.com/download/rt4q1mcdmsaa5f3/Noobwar+data+git.rar Scan: https://www.virustotal.com/pt/file/a4449b69db35cfc0f3bb8c91a6fafc301899369aecbc48f2fbcde058476da81e/analysis/1427461827/ Créditos: Noobwar team danipopeye
-
[8.60] Retro Tibia Server
Informações: Sem bless, apenas AOL Old Spells Sem Trainers Apenas Carli, Edron, Darashia e Ankrahmun Addon System Old Sets Sem Loot Message E mais! Imagens: Download: http://www.mediafire.com/download/ly18fyl1elfyuw9/RetroServer.rar Scan: https://www.virustotal.com/pt/url/1498c5194b4662fe6dd9542746a11a3b794c2156520a19b15a2268a7adb4f0f4/analysis/1427935954/ Créditos: Aleex
-
[8.60] Cantebia
Informações: https://www.youtube.com/watch?t=218&v=QI1EX43Wmk8 Download: http://www71.zippyshare.com/v/hKqDtDay/file.html Scan: https://www.virustotal.com/pt/file/edc8ac0829f0cf39eac29fe8b1c704b8e4a1e66e835d896694a003b7c035db25/analysis/1427935285/ Créditos: Cantebia Team
-
[8.60] Baiak Infernium
Informações: Vip System Teleports Novas Outfits Novas Quests Vocações Balanceadas Quest Vip Wand E mais! Imagens: Download: http://www.mediafire.com/download/nge19ejece1llbm/Baiak_Infernium_8.60.rar Scan: https://www.virustotal.com/pt/file/466fd2b3d56446457ed7f16afb5dd6af6b931f479d8178afd43d716f003eef87/analysis/1427934667/ Créditos: GOD Willz feeeniix