Ir para conteúdo
  • Cadastre-se

Posts Recomendados

Este script faz com que quando dar use no Item você ganhe todas as Bless.

Em actions.xml adicione:


<action itemid="8977" event="script" value="blessbookuse.lua"/>

blessbookuse.lua

local cfg = {

bless = { 1, 2, 3, 4, 5 },

level = 8

}

function onUse(cid, item, fromPosition, itemEx, toPosition)

    for i = 1, table.maxn(cfg.bless) do

	    if(getPlayerBlessing(cid, cfg.bless[i])) then

		    doSendMagicEffect(getCreaturePosition(cid), CONST_ME_POFF)

		    doCreatureSay(cid, "You have already been blessed.", TALKTYPE_ORANGE_1)

		    return true

	    end

    end

if getPlayerLevel(cid) >= cfg.level then

	    for i = 1, table.maxn(cfg.bless) do

		    doPlayerAddBlessing(cid, cfg.bless[i])

	    end

	    doSendMagicEffect(getCreaturePosition(cid), CONST_ME_HOLYAREA)

	    doSendAnimatedText(getCreaturePosition(cid), "BLESSED!", TEXTCOLOR_RED)

	    doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "You have been blessed by the gods.")

    end

    return true

end

Créditos: DataPack GlobalWar

Link para o post
Compartilhar em outros sites
Visitante
Este tópico está impedido de receber novos posts.
  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo