Ir para conteúdo

Scripts

Seção destinada para pedidos relacionados a Scripts.


Explore Perguntas

Não há nenhuma pergunta popular de mostrar agora

9806 questões neste fórum

  1. [erro] poketibia

    0 votos
    4 respostas
  2. 0 votos
    9 respostas
  3. [DUVIDA] Nessa spell

    0 votos
    5 respostas
  4. Aaaah no Default [Pedido]

    0 votos
    5 respostas
  5. Alterar uma GlobalEvents

    0 votos
    2 respostas
  6. Ajuda com esse script.

    0 votos
    14 respostas
  7. [Ajuda] Script

    0 votos
    3 respostas
  8. Como adicionar delay nesse código? REP+

    0 votos
    8 respostas
  9. Erro na minha DemonHelmetQuest

    0 votos
    14 respostas
  10. 0 votos
    16 respostas
  11. Script de evento battle of gods

    0 votos
    3 respostas
  12. Private Hunting - Sistema

    0 votos
    32 respostas
  13. 0 votos
    3 respostas
  14. [pedido] Kill no default

    0 votos
    5 respostas
  15. [PEDIDO] Spell Dragon Flight (PDA)

    0 votos
    3 respostas
  16. 0 votos
    43 respostas
  17. Erro script quest

    0 votos
    11 respostas
  18. Uma pequena ajuda.

    0 votos
    3 respostas
  19. Ajuda passive dos pokemons

    0 votos
    2 respostas
  20. Dano da Spell ?

    0 votos
    5 respostas
  21. [PEDIDO] AJUSTE SISTEMA REP

    0 votos
    9 respostas
  22. POKE NASCE ALEATORIAMENTE.

    0 votos
    7 respostas
  23. 0 votos
    33 respostas
  24. Skill Por stage

    0 votos
    4 respostas
  25. ERROR DESCONHECIDO

    0 votos
    7 respostas
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
  • Mais Reputados

  • Tópicos

  • Últimos Posts

    • local colorMsg = "orange" local tableBoss = { ["[EXP] Statue"] = {seconds = 3600, newBoss = "[EXP] Statue"} } local function timer(position, duration, color) for i = 0, (duration - 1) do addEvent(function() doSendAnimatedText(position, tostring(duration - i), color) end, i * 1000) end end local lastTarget = nil function onKill(cid, target, damage, flags) if lastTarget and lastTarget == target then return true end lastTarget = target if isPlayer(target) then return true end local boss = tableBoss[getCreatureName(target)] if not boss then return true end local position = getThingPos(target) doPlayerSendTextMessage(cid, MESSAGE_TYPES[colorMsg], "The boss will be born in " .. boss.seconds .. " seconds.") timer(position, boss.seconds, COLOR_WHITE) addEvent(doCreateMonster, boss.seconds * 1000, boss.newBoss, position) return true end   <?xml version="1.0" encoding="UTF-8"?> <monster name="[EXP] Statue" nameDescription="[EXP] Statue" race="blood" experience="100000000000000" speed="0" manacost="0"> <health now="1000000000" max="1000000000"/> <look typeex="9791" corpse="6364"/> <targetchange interval="60000" chance="0"/> <strategy attack="100" defense="0"/> <flags> <flag summonable="0"/> <flag attackable="1"/> <flag hostile="0"/> <flag illusionable="0"/> <flag convinceable="0"/> <flag pushable="0"/> <flag canpushitems="0"/> <flag staticattack="100"/> <flag lightlevel="0"/> <flag lightcolor="0"/> <flag targetdistance="0"/> <flag runonhealth="0"/> <flag skull="5"/> </flags> <attacks> <attack name="melee" interval="" min="" max=""/> </attacks> <defenses armor="1000000000" defense="1000000000"> <defense name="healing" interval="" chance="1000000000" min="1000000000" max="1000000000"> <attribute key="areaEffect" value="blueshimmer"/> </defense> </defenses> <immunities> <immunity physical="0"/> <immunity energy="0"/> <immunity fire="0"/> <immunity poison="0"/> <immunity lifedrain="0"/> <immunity paralyze="0"/> <immunity outfit="0"/> <immunity drunk="0"/> <immunity invisible="0"/> </immunities> <voices interval="5000" chance="2000"> <voice sentence="Bonús-EXP!"/> </voices> <loot> </loot> </monster>  
    • local config = { itemIds = {2445, 2550, 2436, 6101, 2408, 7435, 7429, 5803}, position = {x = 156, y = 58, z = 7} } local currentIndex = 1 function onThink(cid, interval) local tile = getThingfromPos(config.position) local item = nil for _, id in ipairs(config.itemIds) do item = getTileItemById(config.position, id) if item.uid ~= 0 then doTransformItem(item.uid, config.itemIds[currentIndex]) doSendMagicEffect(config.position, CONST_ME_MAGIC_GREEN) currentIndex = (currentIndex % #config.itemIds) + 1 break end end return true end   EU QUERIA QUE FICASSE ASSIM
    • por favor, alguem tem o link pra download? :~~
    • Aun tienes este servidor de naruto ?
    • Embrace the freedom of casual encounters on the best dating app in town! Night games. One night, no worries Verified Damsels [URL=https://datesnow.life]Unsurpassed casual Dating[/URL]
×
×
  • Criar Novo...