Ir para conteúdo
  • 0

Script Diferença de level ( Vodkart )


Gandour

Pergunta

1ª duvida; tipo esse script do vodkart, gostaria de sabe se tem como muda ele tipo ao invés de não poder atk, por para não ganha exp quando mata

 

2ª duvida; essa diferença de level é a mais ou a menos ( ou os 2 ).

 

function onCombat(cid, target)

local MaxDifLevel = 50

if isPlayer(cid) and isPlayer(target) and math.abs(getPlayerLevel(cid) - getPlayerLevel(target)) > MaxDifLevel then

doPlayerSendCancel(cid, "You may not attack your team mates.")

return false

end

return true

end

Editado por Gandour
Link para o comentário
Compartilhar em outros sites

4 respostass a esta questão

Posts Recomendados

  • 0

1ª duvida; tipo esse script do vodkart, gostaria de sabe se tem como muda ele tipo ao invés de não poder atk por para não ganha exp quando mata

 

2ª duvida; essa diferença de level é a mais ou a menos ( ou os 2 ).

 

function onCombat(cid, target)

local MaxDifLevel = 50

if isPlayer(cid) and isPlayer(target) and math.abs(getPlayerLevel(cid) - getPlayerLevel(target)) > MaxDifLevel then

doPlayerSendCancel(cid, "You may not attack your team mates.")

return false

end

return true

end

 

2° duvida

local MaxDifLevel = 50

é diferença maxima entre os players , por exemplo eu sou lvl 300 e mato um lek lvl 250 eu upo , mas se eu for lvl 300 e matar um cara lvl 200 eu não upo :)

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...