-
Poul Lennon alterou sua foto pessoal
-
-
-
-
-
-
-
-
-
-
- Pokemon Dash v10.1 (Revolution)
- Pokemon Dash v10.1 (Revolution)
- Pokemon Dash v10.1 (Revolution)
- Pokemon Dash v10.1 (Revolution)
- Pokemon Dash v10.1 (Revolution)
-
Pokemon Dash v10.1 (Revolution)
Bom galera, primeiramente o server não é meu! Este server já tem aqui no TK, porém com os links quebrados, como podem ver no seguinte link: Eu resouvi upá-los novamente, com algumas pequenas edições que fiz, são elas: -Troca de sprites das natures -Troca de sprites das citys -Pequenas mudanças no mapa -Corrigido um bug que dava no spawn.lua -Uma nova quest para iniciantes entre Saffron e Cerulean Sistemas: Prints: Download Servidor + Client: http://www.mediafire.com/download/pf0zw8636dd819j/Poke_DASH_Revolution_V10.1.rar Scan: https://www.virustotal.com/pt/file/12c95481f072a14849fc1040ebfcb82164c23e69ce3cb694ec042ec1a5ee1b92/analysis/1463791416/ Créditos Mario (Aberos) Valakinhas Muniz Felipe Sukitorick Eu (por ter re-upado o server e pelas pequenas mudanças citadas no inicio) Bom galera, este é o meu primeiro tópico aqui no TK sobre um otserver. Me desculpem qualquer coisa e é nós!
-
Procuro Mapper's
Fiz o mapa desta print
-
[Ajuda]Erro na distrito de pokemon
local shinys = { "Oddish"} local raros = {"Dragonite"} function isNpcSummon(cid) return isNpc(getCreatureMaster(cid)) end local function doShiny(cid) if isCreature(cid) then if isSummon(cid) then return true end if isNpcSummon(cid) then return true end if isInArray(shinys, getCreatureName(cid)) then chance = 100 --1% chance elseif isInArray(raros, getCreatureName(cid)) then chance = 1 --1% chance else return true end if math.random(1, 1000) <= chance*10 then doSendMagicEffect(getThingPos(cid), 18) local name, pos = "Shiny ".. getCreatureName(cid), getThingPos(cid) doRemoveCreature(cid) local shi = doCreateMonster(name, pos, false) setPlayerStorageValue(shi, 74469, 1) else setPlayerStorageValue(cid, 74469, 1) end --/\ else return true end end local function doSetRandomGender(cid) if not isCreature(cid) then return true end if isSummon(cid) then return true end local gender = 0 local rate = 70 if getCreatureName(cid) == "Nidoran Male" then gender = 4 elseif getCreatureName(cid) == "Nidoran Female" then gender = 3 elseif getCreatureName(cid) == "Dragonite" then gender = 0 elseif getCreatureName(cid) == "Magneton" then gender = 0 else if rate == 0 then gender = 3 elseif rate == 100 then gender = 4 elseif rate == -1 then gender = 0 elseif math.random(1, 100) <= rate then gender = 4 else gender = 3 end end doCreatureSetSkullType(cid, gender) end local function ShinyName(cid) if isCreature(cid) then if string.find(tostring(getCreatureName(cid)), "Shiny") then local newName = tostring(getCreatureName(cid)):match("Shiny (.*)") doUpdateNick(cid, newName) end end end function setPokemonWildStatus(cid) if isMonster(cid) and pokes[getCreatureName(cid)] then local plvl = 0 local b = getCreatureOutfit(cid).lookBody local lvl = pokes[getCreatureName(cid)].level local maxh = (pokes[getCreatureName(cid)].cons * lvl) setCreatureMaxHealth(cid, (maxh +pokes[getCreatureName(cid)].vida)) doCreatureAddHealth(cid, getCreatureMaxHealth(cid)) end return true end function onSpawn(cid) registerCreatureEvent(cid, "Exp") if isSummon(cid) then registerCreatureEvent(cid, "DiePoke") if not getItemAttribute(getPlayerSlotItem(getCreatureMaster(cid), CONST_SLOT_FEET).uid, "ExpLevel") then doItemSetAttribute(getPlayerSlotItem(getCreatureMaster(cid), CONST_SLOT_FEET).uid, "ExpLevel", 1) end return true end if not isPlayer(cid) and not isSummon(cid) then registerCreatureEvent(cid, "Aloot") if pokes[getCreatureName(cid)] then setPlayerStorageValue(cid, 993615, pokes[getCreatureName(cid)].level) end --addEvent(setPokemonWildStatus, 5, cid) end addEvent(doSetRandomGender, 5, cid) addEvent(doShiny, 10, cid) addEvent(ShinyName, 15, cid) return true end
-
[Ajuda]Erro na distrito de pokemon
Queria saber como resolver este bug que está na distro, e tá largando demais o servidor... Por favor, ajudem. Serei muito grato a quem puder [15/05/2016 04:13:56] [Error - CreatureScript Interface] [15/05/2016 04:13:56] In a timer event called from: [15/05/2016 04:13:56] data/creaturescripts/scripts/spawn.lua:onSpawn [15/05/2016 04:13:56] Description: [15/05/2016 04:13:56] (luaDoCreatureSetStorage) Creature not found
-
Ao exportar minimap = error
Quando vou exportar um minimap de um mapa muito grande, aprece que o rme não suporta e para de funcionar. Porém quando eu exporta o minimap de um mapa menor, ele exporta tarnquilo... queria saber como resolver isso, por favor ajude! Agradeço desde já.
-
Como colocar barra de trocar pokemon no client? (pokebar)
a pokebar do kpdo é sem bug '-' Mas alguém poderia me explicar como ejetar a dll? Ou qualquer coisa que me ajude? Mesmo que tenha bug...
-
Como colocar barra de trocar pokemon no client? (pokebar)
Como essa aqui por exemplo. Agradeço desde, já
-
Adicionando portrait e corpo
mas por que então só da erro quando vou add a portrait e corpo? Eu até consegui colocar o corpo, porém ele buga o mapa ficando um quadrado preto...
-
Adicionando portrait e corpo
Estou com esse erro ao add portrait e corpo no item editor, ajudem por favor!
-
Como adicionar pokemon no PDA Cyan editado pelu vudi
Estou com o mesmo problema, alguém ai ajuda!