Ir para conteúdo
US
Blazera 8.60
blazera.net
SOBRE O BLAZERA
Um fresh start em um servidor 8.6 clássico, com real map, focado na experiência raiz do Tibia. | Classic Real Map • Fresh Start • Client 8.6 • Old School Gameplay • Active Community
Inicia em: --
Participar

Tricoder

Héroi
  • Registro em

  • Última visita

Tudo que Tricoder postou

  1. Tricoder postou uma resposta no tópico em Playground (Off-topic)
    QUE NOJO
  2. Tricoder postou uma resposta no tópico em Remere's Map Editor
    Parabéns, seu tópico de conteúdo foi aprovado! Muito obrigado pela sua contribuição, nós do Tibia King agradecemos. Seu conteúdo com certeza ajudará à muitos outros, você recebeu +1 REP. @Andre Felipe de Azev, obrigada por trazer conteúdo ao fórum, espero ver mas tópicos seus por aqui. Dicas: Usa separador de tópico pra dividir sua postagem em parte 1, 2, etc... Não é necessário adicionar [TUTORIAL] porque o próprio subforum se chama "Tutoriais de Mapping" Quando adicionar uma imagem e for escrever algo seja em cima ou em baixo dela, pule sempre uma linha, porque facilita a leitura. Adiciona créditos ao final do tópico com seu nome, porque tem muito espertinho por ai que copia tudo e não coloca o nome do autor. Eu editei e acrescentei por você tudo isso pra você dar uma olhadinha. Beijoss!!!!
  3. Entre em system/load.init e depois de session_start(); coloque isso na linha abaixo: date_default_timezone_set("America/Sao_Paulo");
  4. Parabéns, seu tópico de conteúdo foi aprovado! Muito obrigado pela sua contribuição, nós do Tibia King agradecemos. Seu conteúdo com certeza ajudará à muitos outros, você recebeu +1 REP.
  5. Subwat Frost 8.60 Informações Comando /makesay adicionado (Para GODs). 6 Novos Monstros: Ice Demon, Ancient Lord, Coins Demon, Lord of Souls, Mutated Flamingo e Santa Claus. 2 Novas Spells: Explosion Kill e Lightning Storm. Novo Set: Santa Set. Novas Quests: Santa Set Quest. 5 hunts novas. Novo visual no templo. 12 novas casas. Nomes de alguns monstros ajustados para melhor visualização. Muitos bugs no mapa corrigidos. Houses com bug arrumadas. Alguns monstros ajustados. Corrigidos erros na escrita de alguns sistemas. Comandos com bugs corrigidos. Items no templo retirados e adicionada uma sala própria para eles. 100% dos erros do console corrigidos. Sistema VIP. Download http://www.mediafire.com/?pgcg00vl8lltu5h Scan https://www.virustotal.com/file/c37efd422bbd4315628f50f878ca00e9e4f26afd874e2206e40b3a445b2b1101/analysis/1344465311/ Créditos totais à ADM Kamikaze, Subwat, Delaks, s0me0ne.
  6. Tente primeiro pelo config.lua e coloque: allowClones = true Se não der certo, abra o player.cpp, na função canWalkthrough deixe; bool Player::canWalkthrough(const Creature* creature) const { if(creature == this || hasCustomFlag(PlayerCustomFlag_CanWalkthrough) || creature->isWalkable() || (creature->getMaster() && creature->getMaster() != this && canWalkthrough(creature->getMaster()))) return true; const Player* player = creature->getPlayer(); if(!player) return false; if((((g_game.getWorldType() == WORLDTYPE_OPTIONAL && !player->isEnemy(this, true) && player->getVocation()->isAttackable()) || player->getTile()->hasFlag(TILESTATE_PROTECTIONZONE) || (player->getVocation()->isAttackable() && player->getLevel() < (uint32_t)g_config.getNumber(ConfigManager::PROTECTION_LEVEL))) && player->getTile()->ground && Item::items[player->getTile()->ground->getID()].walkStack) && (!player->hasCustomFlag(PlayerCustomFlag_GamemasterPrivileges) || player->getAccess() <= getAccess())) return true; return (player->isGhost() && getGhostAccess() < player->getGhostAccess()) || (isGhost() && getGhostAccess() > player->getGhostAccess()); }
  7. Illusion Baiak 8.60 Informações Eventos exclusivos WoE Coliseum Castelo do rei Cidade Baiak completamente reformulada Áreas VIP 1, VIP2, Master VIP e Gold VIP. Novos teleports e quests Novos NPCs War System (Funcionando 100% + Tabela database). Sistema VIP Sistemas exclusivos Trainers Todas quests do Global funcionando 100% Novo Castle Novos itens VIPs E muito mais! Download http://www.4shared.com/zip/PH0pBbKM/illusion.html? Scan https://www.virustotal.com/en/file/0bf9af7adb72074a4ed0296256bd62818b5f248f2cdcf8b9f41701d5472c5e6d/analysis/1357977813/ Créditos totais à MrKirito.
  8. Tiko Evolution 8.60 - OTXServer Informações Servidor 100% estável Items 8.60 editados War System Upgrade System Cassino Sistema de Kills/Deaths Diversas Quests Diversos Eventos Futebol Automático Sistema de Loteria Zombie Event Addon Seller Teleports Sistema VIP 5 cidades Diversas zonas PVP Novas runas Novos monstros Download https://mega.co.nz/#!k4YAkKbL!LxkKjlLsWb7C-Etqn7Nz4kmPKUF2GdOPsPqh-bCbc7o Scan https://www.virustotal.com/en/file/89471749f78d5c56fea01ca188920c0fb492414d0e618411526227751713ca8e/analysis/1365118268/ Créditos totais à OTX Team, GOD NECRO, God Suimty, JCKatou, SmoOkeR e Animal Pak.
  9. @rhato01, se eu achar, eu posto no fórum e te marco! @pedroantonio2011, tu que sabe mas quase todos que utilizam deixam exp inicial 1000, 3000 ou 5000.
  10. Se seu computador for 64 bits, tente usar o TFS 32bits. E assim vice-versa. Veja se resolve, uma vez aconteceu comigo e eu fiz isso...
  11. Troca seu war.lua por esse: function onSay(cid, words, param, channel) local guild = getPlayerGuildId(cid) if(not guild or getPlayerGuildLevel(cid) < GUILDLEVEL_LEADER) then doPlayerSendChannelMessage(cid, "", "You cannot execute this talkaction.", TALKTYPE_CHANNEL_W, 0) return true end local t = string.explode(param, ",") if(not t[2]) then doPlayerSendChannelMessage(cid, "", "Not enough param(s).", TALKTYPE_CHANNEL_W, 0) return true end local enemy = getGuildId(t[2]) if(not enemy) then doPlayerSendChannelMessage(cid, "", "Guild \"" .. t[2] .. "\" does not exists.", TALKTYPE_CHANNEL_W, 0) return true end if(enemy == guild) then doPlayerSendChannelMessage(cid, "", "You cannot perform war action on your own guild.", TALKTYPE_CHANNEL_W, 0) return true end local enemyName, tmp = "", db.getResult("SELECT `name` FROM `guilds` WHERE `id` = " .. enemy) if(tmp:getID() ~= -1) then enemyName = tmp:getDataString("name") tmp:free() end if(isInArray({"accept", "reject", "cancel"}, t[1])) then local query = "`guild_id` = " .. enemy .. " AND `enemy_id` = " .. guild if(t[1] == "cancel") then query = "`guild_id` = " .. guild .. " AND `enemy_id` = " .. enemy end tmp = db.getResult("SELECT `id`, `begin`, `end`, `payment` FROM `guild_wars` WHERE " .. query .. " AND `status` = 0") if(tmp:getID() == -1) then doPlayerSendChannelMessage(cid, "", "Currently there's no pending invitation for a war with " .. enemyName .. ".", TALKTYPE_CHANNEL_W, 0) return true end if(t[1] == "accept") then local _tmp = db.getResult("SELECT `balance` FROM `guilds` WHERE `id` = " .. guild) local state = _tmp:getID() < 0 or _tmp:getDataInt("balance") < tmp:getDataInt("payment") _tmp:free() if(state) then doPlayerSendChannelMessage(cid, "", "Your guild balance is too low to accept this invitation.", TALKTYPE_CHANNEL_W, 0) return true end db.query("UPDATE `guilds` SET `balance` = `balance` - " .. tmp:getDataInt("payment") .. " WHERE `id` = " .. guild) end query = "UPDATE `guild_wars` SET " local msg = "accepted " .. enemyName .. " invitation to war." if(t[1] == "reject") then query = query .. "`end` = " .. os.time() .. ", `status` = 2" msg = "rejected " .. enemyName .. " invitation to war." elseif(t[1] == "cancel") then query = query .. "`end` = " .. os.time() .. ", `status` = 3" msg = "canceled invitation to a war with " .. enemyName .. "." else query = query .. "`begin` = " .. os.time() .. ", `end` = " .. (tmp:getDataInt("end") > 0 and (os.time() + ((tmp:getDataInt("begin") - tmp:getDataInt("end")) / 86400)) or 0) .. ", `status` = 1" end query = query .. " WHERE `id` = " .. tmp:getDataInt("id") if(t[1] == "accept") then doGuildAddEnemy(guild, enemy, tmp:getDataInt("id"), WAR_GUILD) doGuildAddEnemy(enemy, guild, tmp:getDataInt("id"), WAR_ENEMY) end tmp:free() db.query(query) doBroadcastMessage(getPlayerGuildName(cid) .. " has " .. msg, MESSAGE_EVENT_ADVANCE) return true end if(t[1] == "invite") then local str = "" tmp = db.getResult("SELECT `guild_id`, `status` FROM `guild_wars` WHERE `guild_id` IN (" .. guild .. "," .. enemy .. ") AND `enemy_id` IN (" .. enemy .. "," .. guild .. ") AND `status` IN (0, 1)") if(tmp:getID() ~= -1) then if(tmp:getDataInt("status") == 0) then if(tmp:getDataInt("guild_id") == guild) then str = "You have already invited " .. enemyName .. " to war." else str = enemyName .. " have already invited you to war." end else str = "You are already on a war with " .. enemyName .. "." end tmp:free() end if(str ~= "") then doPlayerSendChannelMessage(cid, "", str, TALKTYPE_CHANNEL_W, 0) return true end local frags = tonumber(t[3]) if(frags ~= nil) then frags = math.max(10, math.min(1000, frags)) else frags = 100 end local payment = tonumber(t[4]) if(payment ~= nil) then payment = math.max(100000, math.min(1000000000, payment)) tmp = db.getResult("SELECT `balance` FROM `guilds` WHERE `id` = " .. guild) local state = tmp:getID() < 0 or tmp:getDataInt("balance") < payment tmp:free() if(state) then doPlayerSendChannelMessage(cid, "", "Your guild balance is too low for such payment.", TALKTYPE_CHANNEL_W, 0) return true end db.query("UPDATE `guilds` SET `balance` = `balance` - " .. payment .. " WHERE `id` = " .. guild) else payment = 0 end local begining, ending = os.time(), tonumber(t[5]) if(ending ~= nil and ending ~= 0) then ending = begining + (ending * 86400) else ending = 0 end db.query("INSERT INTO `guild_wars` (`guild_id`, `enemy_id`, `begin`, `end`, `frags`, `payment`) VALUES (" .. guild .. ", " .. enemy .. ", " .. begining .. ", " .. ending .. ", " .. frags .. ", " .. payment .. ");") doBroadcastMessage(getPlayerGuildName(cid) .. " has invited " .. enemyName .. " to war till " .. frags .. " frags.", MESSAGE_EVENT_ADVANCE) return true end if(not isInArray({"end", "finish"}, t[1])) then return false end local status = (t[1] == "end" and 1 or 4) tmp = db.getResult("SELECT `id` FROM `guild_wars` WHERE `guild_id` = " .. guild .. " AND `enemy_id` = " .. enemy .. " AND `status` = " .. status) if(tmp:getID() ~= -1) then local query = "UPDATE `guild_wars` SET `end` = " .. os.time() .. ", `status` = 5 WHERE `id` = " .. tmp:getDataInt("id") tmp:free() doGuildRemoveEnemy(guild, enemy) doGuildRemoveEnemy(enemy, guild) db.query(query) doBroadcastMessage(getPlayerGuildName(cid) .. " has " .. (status == 4 and "mend fences" or "ended up a war") .. " with " .. enemyName .. ".", MESSAGE_EVENT_ADVANCE) return true end if(status == 4) then doPlayerSendChannelMessage(cid, "", "Currently there's no pending war truce from " .. enemyName .. ".", TALKTYPE_CHANNEL_W, 0) return true end tmp = db.getResult("SELECT `id`, `end` FROM `guild_wars` WHERE `guild_id` = " .. enemy .. " AND `enemy_id` = " .. guild .. " AND `status` = 1") if(tmp:getID() ~= -1) then if(tmp:getDataInt("end") > 0) then tmp:free() doPlayerSendChannelMessage(cid, "", "You cannot request ending for war with " .. enemyName .. ".", TALKTYPE_CHANNEL_W, 0) return true end local query = "UPDATE `guild_wars` SET `status` = 4, `end` = " .. os.time() .. " WHERE `id` = " .. tmp:getDataInt("id") tmp:free() db.query(query) doBroadcastMessage(getPlayerGuildName(cid) .. " has signed an armstice declaration on a war with " .. enemyName .. ".", MESSAGE_EVENT_ADVANCE) return true end doPlayerSendChannelMessage(cid, "", "Currently there's no active war with " .. enemyName .. ".", TALKTYPE_CHANNEL_W, 0) return true end Depois poste se resolveu, por favor.
  12. Refugia Jack 8.60 Informações Templo foi modificado. Foram adicionados novos teleports. Novos treiners. Área de teleports completamente modificada. Download http://www.4shared.com/rar/4RNEg-6W/Refugia_86.html Scan https://www.virustotal.com/file/5a6ac95f69e215e51a263ca35eb629e60ac69eaf0b656fc115fa18e27758de26/analysis/1358487516/ Créditos totais à jacksonsns.
  13. Segue esse tutorial: https://www.youtube.com/watch?v=z2CrWHVtMXY
  14. Hard Baiak 8.60 Informações Novo templo bem RPG Visual novo dos teleports War system Servidor estável VIP donate Vários eventos automáticos Vocações balanceadas Armas pouco editadas para melhor pvp. Max 90 de atk Quest novas Download http://www.4shared.com/rar/X1gMs04m/Hard_Baiak_ADM_Junior.html Scan https://www.virustotal.com/en/file/e803863734f1bed866afa12b43b271aba32beb109d2fbfcaa0a05e48fc4a7c42/analysis/1373895035/ Créditos totais à [ADM] Junior.
  15. Baiak VIPs 8.60 Informações Novo templo com mais um andar Nova área em frente ao templo Depot super modificado Teleports modificados Citys VIPs arrumadas Retirados alguns bugs Ao alcançar a VIP 4 na frente do nome do char, fica escrito [VIP] Se o server cair, salva sozinho Download http://www.mediafire.com/download/ji1hvgsh2ylfcfk/Baiak-Vips.rar Scan https://www.virustotal.com/en/file/41181c1a7f6d6c22f485dcc806f70a57e21790f70c630801dc99a44bd6c797f7/analysis/1448409442/ Créditos totais à tomax.
  16. Parabéns, seu tópico de conteúdo foi aprovado! Muito obrigado pela sua contribuição, nós do Tibia King agradecemos. Seu conteúdo com certeza ajudará à muitos outros, você recebeu +1 REP.
  17. Tricoder postou uma resposta no tópico em Remere's Map Editor
    Cemitério Créditos à Victor Amaral Video Aula
  18. Tricoder postou uma resposta no tópico em Remere's Map Editor
    Shop Créditos à Victor Amaral Video Aula
  19. Restaurante/Barzinho Créditos à Victor Amaral Video Aula
  20. Base de Montanha Créditos à AnyurCT Video Aula
  21. Paradise Evolution 8.60 Informações Mapa evolutions editado Cada vocação tem suas próprias magias editadas Novos monstros Itens donate Novas quests Novas outfits Teleports Novas runas Npc Addoner Npc Priest *Realiza Casamentos* Evento Tetris Evento Snake Evento Zombie Evento Race PvpE Room E muito mais! Download http://www.mediafire.com/download/pzr8smmlc32kote/methemia+exp+alta+8.60.rar Scan https://www.virustotal.com/en/file/f53f9969638665f369fe3983ca93129010f049d51f201f6e786405badeb81f60/analysis/1448332074/ Créditos totais à Amiroslo, Brilux, BT, SmoOkeR e Animal Pak.
  22. http://www.tibiaking.com/forum/topic/21118-gesior-pagseguro-autom%C3%A1tico-100-funcional
  23. @ADM WAR, amo seus mapas! Você deveria disponibilizar mais conteúdos e você mesmo postar aqui, poxa. Eu apoio a causa, haha.
  24. Fuzion Global 8.60 Informações Mapa Global 100%. Rashid está de cidade em cidade em cada dia da semana. Todas as quests 100%. Spells 100%. Monstros 100%. Teleports; Teleports para as quests 100%. Offline Trainer 100%. Servidor 100% estável. Teleports para as cidades 100%. E muito mais! Quests The Annihilator Quest Demon Helmet Quest The Elemental Spheres Quest Firewalker Boots Quest The Inquisition Quest Killing in the Name of... Quest The Pits of Inferno Quest Shadows of Yalahar Quest Children of the Revolution Quest The New Frontier Quest The Demon Oak Quest Tomes of Knowledge Quest In Service of Yalahar Quest Cidades Carlin Thais Ab'Dendriel Venore Liberty Bay Outlaw Camp Ankrahmun Zao + Razachai! Edron Kazordoon Port Hope Svargrund Yalahar Darashia E muitas outras... Download http://www.4shared.com/rar/PLed471h/westelation-fusion.html Scan https://www.virustotal.com/en/file/e6fe9b5b05b8bcbd1928891a0159c02dce783a08661c2096bf9aaf7d3bc13027/analysis/1375810285/ Créditos totais à Lordfireot.

Informação Importante

Confirmação de Termo