Ir para conteúdo

Qndo Player Morre De Bless Nao Perde Itens Mais Volta Para O Lv 1


Piabeta Kun

Posts Recomendados

explicando, um player compra a bless, dai qndo ele morre volta pro lvl 1, q eu faço??

 

ja usei 2 scripts e nada , aki vai o ultimo q usei:

 

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

if doPlayerRemoveMoney(cid, 120000) == TRUE then

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!')

else

doPlayerSendCancel(cid, "You need 120k to get blessed!")

end

end

return TRUE

end

 

 

se alguem puder me ajudar eu agradeço!

 

vlws

Link para o comentário
Compartilhar em outros sites

ou se não verifique se no config.lua está deste modo:

 

blessingsOnlyPremium = "yes"
blessingReductionBase = 30
blessingReductionDecreament = 5
eachBlessReduction = 8

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...