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
Tudo que Carlos Lindo daniel postou
-
Sem PVP
Servidor : PDA 8.54 Meu Servidor Não Pega o Pvp, Pega So Por Horden 1x1 Alguem Poderia Me Ajudar Com isso o Servidor veio Sem Pvp C Algue Poder Obg
-
Como Colocar Hp Definido
SERVIDOR :> PDA 8.54 Como eu Coloco Hp Definido De cada Pokemon Meu No Meu Servidor Exemplo > Shiny Tropius Com +- 24k De Hp e Que Fique Sempre Assim Não Emporta o Lvl Do Player No Meu Servidor Conforme o Player Passa De Lvl o Pokemon Almenta o Hp Junto Achoq Isso Acontese Porcausa Da Pasta Configuration > Pokes = { ["Shiny Tropius"] = {offense = 15, defense = 15, specialattack = 13, vitality = 12, agility = 380, exp = 400, level = 1, wildLvl = 150, type = "grass", type2 = "flying"}, achoq seria o vitality mais n sei "modificar" BOM MAIS C ALGUEM PODER ME AJUDAR AGRADEÇO
-
Alguem Ajuda PvpSystem
Alguem Poderia Me Ajudar Queria Um Sistema De Pvp Igual o Do Ot Pokemon Se Alguem Poder Obrigado Procurei e Não Encontrei Meu Servidor e PDA 8.54
-
Erro Portrait PDA
Azhaurn Sim, isso não seria um erro em alguma pasta "foto" sla?.
-
Erro Portrait PDA
Meu Portrait Esta Bugado, e So Criar a Acc Depois de Alguns Minutos Ao Relogar As Imagens Dos Pokemons Somen, Veja a Imagen Do Erro Ajudem Vlw!. Pasta Portrait.lua data/movements/scripts/Portrait.lua Ajudem a Arumar OBG Pela Atenção!.
- [PEDIDO] NPC q venda Pokes POR DIAMONDS!
-
(Resolvido)Erros PDA
Wiisht Vlw Deu Certo. Resouvido!
-
(Resolvido)Erros PDA
Higor15 não adiantou não apareceu + erros
-
(Resolvido)Erros PDA
Esse Erro Faz Meu Servidor Todo Lagar de Mais, Alguem pode Ajudar So a Resouver Esse Erro?. Pasta Move1.lua OBG Pela Atenção!.
-
(luaDoTransformItem) Item not found
Alguem Me Ajuda a Arumar Esses Erros! Poktibia Servidor:> PDA 8.54 [17/04/2016 17:32:46] [Error - MoveEvents Interface] [17/04/2016 17:32:46] data/movements/scripts/portrait.lua:onEquip [17/04/2016 17:32:46] Description: [17/04/2016 17:32:47] (luaDoTransformItem) Item not found Pasta.lua :> data/movements/scripts/portrait.lua:onEquip --------------\/------------ function onEquip (cid, item, slot) if not cid then return true end if item.uid <= 0 then return true end if not getItemAttribute(item.uid, "poke") then return true end for i, x in pairs(fotos) do if string.lower(getItemAttribute(item.uid, "poke")) == string.lower(i) then doTransformItem(getPlayerSlotItem(cid, 7).uid, fotos) return true end end end function onDeEquip(cid, Item, slot) if not cid then return true end if item.uid <= 0 then return true end if not getItemAttribute(item.uid, "poke") then return true end ----------------------------- Outra \/ Outra ---------------------------------- A Outra e Esse Erro [18/04/2016 19:38:49] [Error - TalkAction Interface] [18/04/2016 19:38:49] In a timer event called from: [18/04/2016 19:38:49] data/talkactions/scripts/move1.lua:onSay [18/04/2016 19:38:49] Description: [18/04/2016 19:38:49] (luaGetThingFromPos) Tile not found Pasta .lua data/talkactions/scripts/move1.lua:onSay -------------------\/------------------- local msgs = {"use ", ""} function doAlertReady(cid, id, movename, n, cd) if not isCreature(cid) then return true end local myball = getPlayerSlotItem(cid, 8) if myball.itemid > 0 and getItemAttribute(myball.uid, cd) == "cd:"..id.."" then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, getPokeballName(myball.uid).." - "..movename.." (m"..n..") is ready!") return true end local p = getPokeballsInContainer(getPlayerSlotItem(cid, 3).uid) if not p or #p <= 0 then return true end for a = 1, #p do if getItemAttribute(p[a], cd) == "cd:"..id.."" then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, getPokeballName(p[a]).." - "..movename.." (m"..n..") is ready!") return true end end end function onSay(cid, words, param, channel) if param ~= "" then return true end if string.len(words) > 3 then return true end if #getCreatureSummons(cid) == 0 then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You need a pokemon to use moves.") return 0 end --alterado v1.5 local mypoke = getCreatureSummons(cid)[1] if getCreatureCondition(cid, CONDITION_EXHAUST) then return true end if getCreatureName(mypoke) == "Evolution" then return true end if getCreatureName(mypoke) == "Ditto" or getCreatureName(mypoke) == "Shiny Ditto" then name = getPlayerStorageValue(mypoke, 1010) --edited else name = getCreatureName(mypoke) end --local name = getCreatureName(mypoke) == "Ditto" and getPlayerStorageValue(mypoke, 1010) or getCreatureName(mypoke) local it = string.sub(words, 2, 3) local move = movestable[name].move1 if getPlayerStorageValue(mypoke, 212123) >= 1 then cdzin = "cm_move"..it.."" else cdzin = "move"..it.."" --alterado v1.5 end if it == "2" then move = movestable[name].move2 elseif it == "3" then move = movestable[name].move3 elseif it == "4" then move = movestable[name].move4 elseif it == "5" then move = movestable[name].move5 elseif it == "6" then move = movestable[name].move6 elseif it == "7" then move = movestable[name].move7 elseif it == "8" then move = movestable[name].move8 elseif it == "9" then move = movestable[name].move9 elseif it == "10" then move = movestable[name].move10 elseif it == "11" then move = movestable[name].move11 elseif it == "12" then move = movestable[name].move12 elseif it == "13" then move = movestable[name].move13 end if not move then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Your pokemon doesn't recognize this move.") return true end if getPlayerLevel(cid) < move.level then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You need be atleast level "..move.level.." to use this move.") return true end if getCD(getPlayerSlotItem(cid, 8).uid, cdzin) > 0 and getCD(getPlayerSlotItem(cid, 8).uid, cdzin) < (move.cd + 2) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You have to wait "..getCD(getPlayerSlotItem(cid, 8).uid, cdzin).." seconds to use "..move.name.." again.") return true end if getTileInfo(getThingPos(mypoke)).protection then doPlayerSendCancel(cid, "Your pokemon cannot use moves while in protection zone.") return true end if getPlayerStorageValue(mypoke, 3894) >= 1 then return doPlayerSendCancel(cid, "You can't attack because you is with fear") --alterado v1.3 end --alterado v1.6 if (move.name == "Team Slice" or move.name == "Team Claw") and #getCreatureSummons(cid) < 2 then doPlayerSendCancel(cid, "Your pokemon need be in a team for use this move!") return true end --alterado v1.7 \/\/\/ if isCreature(getCreatureTarget(cid)) and isInArray(specialabilities["evasion"], getCreatureName(getCreatureTarget(cid))) then local target = getCreatureTarget(cid) if math.random(1, 100) <= passivesChances["Evasion"][getCreatureName(target)] then if isCreature(getMasterTarget(target)) then --alterado v1.6 doSendMagicEffect(getThingPos(target), 211) doSendAnimatedText(getThingPos(target), "TOO BAD", 215) doTeleportThing(target, getClosestFreeTile(target, getThingPos(mypoke)), false) doSendMagicEffect(getThingPos(target), 211) doFaceCreature(target, getThingPos(mypoke)) return true --alterado v1.6 end end end if move.target == 1 then if not isCreature(getCreatureTarget(cid)) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You don\'t have any targets.") return 0 end if getCreatureCondition(getCreatureTarget(cid), CONDITION_INVISIBLE) then return 0 end if getCreatureHealth(getCreatureTarget(cid)) <= 0 then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Your have already defeated your target.") return 0 end if not isCreature(getCreatureSummons(cid)[1]) then return true end if getDistanceBetween(getThingPos(getCreatureSummons(cid)[1]), getThingPos(getCreatureTarget(cid))) > move.dist then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Get closer to the target to use this move.") return 0 end if not isSightClear(getThingPos(getCreatureSummons(cid)[1]), getThingPos(getCreatureTarget(cid)), false) then return 0 end end local newid = 0 if isSleeping(mypoke) or isSilence(mypoke) then --alterado v1.5 doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Sorry you can't do that right now.") return 0 else newid = setCD(getPlayerSlotItem(cid, 8).uid, cdzin, move.cd) end doCreatureSay(cid, ""..getPokeName(mypoke)..", "..msgs[math.random(#msgs)]..""..move.name.."!", TALKTYPE_SAY) local summons = getCreatureSummons(cid) --alterado v1.6 addEvent(doAlertReady, move.cd * 1000, cid, newid, move.name, it, cdzin) for i = 2, #summons do if isCreature(summons) and getPlayerStorageValue(cid, 637501) >= 1 then docastspell(summons, move.name) --alterado v1.6 end end docastspell(mypoke, move.name) doCreatureAddCondition(cid, playerexhaust) if useKpdoDlls then doUpdateCooldowns(cid) end return 0 end
-
Script Dando Erro Ajuda Ae
PDA :> 8.54 Alguem me Ajuda Porfavor o portrait ta dando esse erro [17/04/2016 17:32:46] [Error - MoveEvents Interface] [17/04/2016 17:32:46] data/movements/scripts/portrait.lua:onEquip [17/04/2016 17:32:46] Description: [17/04/2016 17:32:47] (luaDoTransformItem) Item not found [17/04/2016 17:33:50] [Error - MoveEvents Interface] [17/04/2016 17:33:50] data/movements/scripts/portrait.lua:onDeEquip [17/04/2016 17:33:50] Description: [17/04/2016 17:33:50] data/movements/scripts/portrait.lua:21: attempt to index global 'item' (a nil value) [17/04/2016 17:33:50] stack traceback: [17/04/2016 17:33:50] data/movements/scripts/portrait.lua:21: in function <data/movements/scripts/portrait.lua:18> Aqui esata a Pasta:> data/movements/scripts/portrait.lua function onEquip (cid, item, slot) if not cid then return true end if item.uid <= 0 then return true end if not getItemAttribute(item.uid, "poke") then return true end for i, x in pairs(fotos) do if string.lower(getItemAttribute(item.uid, "poke")) == string.lower(i) then doTransformItem(getPlayerSlotItem(cid, 7).uid, fotos) return true end end end function onDeEquip(cid, Item, slot) if not cid then return true end if item.uid <= 0 then return true end if not getItemAttribute(item.uid, "poke") then return true end doTransformItem(getPlayerSlotItem(cid, CONST_SLOT_LEGS).uid, 2395) end
-
Npc Que Vende Outfits
Agradeço, tem previsã pra quando voce termina?
-
Npc Que Vende Outfits
foda e que pra min e não entendo nada sobre montar scritings
-
Npc Que Vende Outfits
queria um npc que venda + 1 de uma outifit umas 4 +-
-
Npc Que Vende Outfits
Poktibia:> Pokemon Dash Advansed 8.54 Se não for pedir muito queria um Npc que vendese outifit por Diamonds ID:> 2145 EXP: serta outifit custaria 10 diamonds ao cofirmar compra e comprar a outifits os 10 diamonds serião removidor Se alguem poder me ajudar agradeço e claro dou meu REP++
-
Sistema de PVP
Bom, preciso De Um Scripting Que Abilita o Pvp No Poktibia, Tipo Quando eu Usar o RME Colocando Zona Pvp Esse Scripting faça Funcionar Igual Sistema De Pvp Do ot Pokemon.
-
Pvp Bugado PDA
Bom, Meu Server PDA Tem O Pvp Bugado Não Consigo Atk Ninguem, Ja Coloquei em Pvp-Enforced Mais Nao Adianto Nada, Vi Uns Post Por Ai Falaram Que Esse e Um Bug Do Servidor PDA msm Porem Não Sei Arumar Se Alguemm Poder Me Ajuda Ae Agradeço VLW.
-
Hp dos pokemons
Bom, alguem pode me ajudar, so quero saber como mudar o hp que almenta conforme o level do player, quero saber como deixa o pokemon com um HP definido so aquela vida sem almentar conforme o level do player. Se alguem poder me ajd agradeço, REP+.
-
[Link Quebrado]Base OtPokémon.com + Client
lgl vlw.