Ir para conteúdo
  • 0

Comando !bless Sem Perder Item


Pergunta

3 respostass a esta questão

Posts Recomendados

  • 0
function onSay(cid, words, param)
if getPlayerBlessing(cid, 1) or getPlayerBlessing(cid, 2) or getPlayerBlessing(cid, 3) or getPlayerBlessing(cid, 4) or getPlayerBlessing(cid, 5) then
doPlayerSendCancel(cid,'You have already got one or more blessings!')
else
doPlayerAddBlessing(cid, 1)
doPlayerAddBlessing(cid, 2)
doPlayerAddBlessing(cid, 3)
doPlayerAddBlessing(cid, 4)
doPlayerAddBlessing(cid, 5)
doSendMagicEffect(getPlayerPosition(cid), 28)
doPlayerSendTextMessage(cid,MESSAGE_EVENT_ADVANCE, 'You have been blessed by the gods!')
end
return TRUE
end

Link para o comentário
https://xtibia.com/forum/topic/195578-comando-bless-sem-perder-item/#findComment-1354185
Compartilhar em outros sites

×
×
  • Criar Novo...