Ir para conteúdo

wougoplex

Membro
  • Registro em

  • Última visita

Tudo que wougoplex postou

  1. Queria saber como mudar o dano de uma passiva Base Poke Cyan
  2. Como Assim ?
  3. Ela iria teleporta o player para x localização so que quando o player tiver com battle ele n pode usar a alavanca
  4. Preciso de um Script Que o Player So Pode puxar a Alavanca Quando Tiver Sem Battle Rep + Pra quem ajuda Ou Tentar
  5. Queria Saber Como Adiconar a Mega Stone eu crio o stones certim do /i Mega Stone Arrumei la no configuration evolução com a Mega Stone Mais na hora de evoluir o poke eu do uso com a stone no poke e não vai Ajuda Plx Do Rep+
  6. Preciso de um ajuda quando eu adiciono um novo pokemon da tudo certo mais na hora que o player desloga o pokemon vira uma pokebola normal sem o icone Prints do erro Normal : http://prnt.sc/c0k3n2 Dps De Relogar http://prnt.sc/c0k3bb
  7. Ok REP+
  8. <item id="14294" article="a" name="Cp wall"/> Se eu Botar Assim vai funcionar ?
  9. Queria Sabe Como Adiciono novas parede.Eu Crio o Item no Item Editor Com Sprite Tudo Certinho Mais Na Hora de mecher nos item.xml eu n sei como faço pra botar a parede Queria que alguem me ajuda-se .!! Fast <item fromid="14294" toid="12735" article="a" name="Cp wall"/> Como eu botei n sei oq é esse toid Verde : N Sei oq é
  10. Queria Saber se tem Como Ajusta o cath de Todos Os Poke Sem ser 1 por 1 em Configuration.lua PLX FAST
  11. local shinys = { "Venusaur", "Blastoise", "Butterfree", "Beedrill", "Pidgeot", "Rattata", "Raticate", "Raichu", "Golbat", "Paras", "Parasect", "Magmar", "Typhlosion", "Xatu", "Growlithe", "Arcanine", "Tentacruel", "Farfetch'd", "Gengar", "Krabby", "Tauros", "Kingler", "Cubone", "Horsea", "Seadra", "Weezing", "Scyther", "Pinsir", "Crobat", "Zubat", "Tentacool", "Feraligatr", "Machamp", "Meganium", "Alakazam", "Tangela", "Ampharos", "Electabuzz", "Jynx", "Charizard", "Voltorb", "Electrode"} local raros = {"Dragonair", "Dratini", "Giant Magikarp", "Gyarados", "Magmortar", "Electivire", "Salamence", "Mantine"} local function ShinyName(cid) if isCreature(cid) then if string.find(tostring(getCreatureName(cid)), "Shiny") then local newName = tostring(getCreatureName(cid)):match("Shiny (.*)") doCreatureSetNick(cid, newName) if isMonster(cid) then doSetCreatureDropLoot(cid, false) end end 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 name = getCreatureName(cid) if not newpokedex[name] then return true end local rate = newpokedex[name].gender if rate == 0 then gender = 3 elseif rate == 500 then gender = 4 elseif rate == -1 then gender = 0 elseif math.random(1, 500) <= rate then gender = 4 else gender = 3 end doCreatureSetSkullType(cid, gender) end local function doShiny(cid) if isCreature(cid) then if isSummon(cid) then return true end if getPlayerStorageValue(cid, 74469) >= 1 then return true end if getPlayerStorageValue(cid, 22546) >= 1 then return true end if isNpcSummon(cid) then return true end if getPlayerStorageValue(cid, 637500) >= 1 then return true end --alterado v1.9 if isInArray(shinys, getCreatureName(cid)) then --alterado v1.9 \/ chance = 2.0 --1% chance elseif isInArray(raros, getCreatureName(cid)) then --n coloquem valores menores que 0.1 !! chance = 1 --1% chance else return true end if math.random(1, 500) <= 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 function onSpawn(cid) registerCreatureEvent(cid, "Experience") registerCreatureEvent(cid, "GeneralConfiguration") registerCreatureEvent(cid, "DirectionSystem") registerCreatureEvent(cid, "CastSystem") if isSummon(cid) then registerCreatureEvent(cid, "SummonDeath") return true end addEvent(doShiny, 10, cid) addEvent(ShinyName, 15, cid) addEvent(adjustWildPoke, 5, cid) return true end Quero Que Venha tipo medio a chance de vim ele
  12. Queria Sabe se tem como Aumentar a chance de vim shiny em algum spawn especifico
  13. Preciso de Um Script Que Quando o player falar !cp ele vai direto pra la
  14. No item editor marca oq la ?
  15. wougoplex postou uma resposta no tópico em Suporte Tibia OTServer
    N Consigo joga a Ball No Poke Morto Plx Ajuda PFV FAST
  16. Esse <action itemid="14515" script="Bike.lua" /> Bota no Action XML ?
  17. Preciso de Um Script pra bike Urgente
  18. Oi Galerinha Sou Otakinho MiL Grau e estou precisando de uma ajuda Queria Saber Como faço pra Adicionar Pokemon Des do portrait até configurar a ball do poke. Fast
  19. wougoplex postou uma resposta no tópico em Suporte Tibia OTServer
    Queria Um Site de Uma Vps boa Para meu Ot Pokemon

Informação Importante

Confirmação de Termo