Jump to content

Search the Community

Showing results for tags '!bless'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • xTibia - Notícias e Suporte
    • Regras
    • Noticias
    • Soluções
    • Projetos Patrocinados
    • Tutoriais para Iniciantes
    • Imprensa
  • OTServ
    • Notícias e Debates
    • OTServlist
    • Downloads
    • Recursos
    • Suporte
    • Pedidos
    • Show-Off
    • Tutoriais
  • OFF-Topic
    • Barzinho do Éks
    • Design
    • Informática

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Sou

Found 2 results

  1. Galera, esse talkaction funciona da seguinte forma, se você não tiver dinheiro no inventario do personagem e tiver no banco, o talkaction remove o dinheiro do banco automaticamente e te dá as blessings. --[[ Desenvolvido por Farathor (Eduardo Rodrigues) ]] --local bless = {1, 2, 3, 4, 5} local cost = 100000 function onSay(cid, words, param) for i = 1, table.maxn(bless) do if(getPlayerBlessing(cid, bless[i])) then doPlayerSendCancel(cid, "Você já comprou todas as blessings possíveis.") return true end end if getPlayerMoney(cid) >= cost then doPlayerRemoveMoney(cid, cost) for i = 1, table.maxn(bless) do doPlayerAddBlessing(cid, bless[i]) [ end doCreatureSay(cid, "Blessed!" ,19) doSendMagicEffect(getPlayerPosition(cid), 49) elseif getPlayerBalance(cid) >= cost then doPlayerSetBalance(cid, getPlayerBalance(cid) - cost) for i = 1, table.maxn(bless) do doPlayerAddBlessing(cid, bless[i]) end doCreatureSay(cid, "Blessed!" ,19) doSendMagicEffect(getPlayerPosition(cid), 49) else doPlayerSendCancel(cid, "Você não possuí dinheiro suficiente para pagar a bless (100k).") end return true end
  2. Iae galera blz? nao vou enrolar vou logo começando.
×
×
  • Create New...