Ir para conteúdo

Pedido De Spell


FeeHooth

Posts Recomendados

Você vai precisar da spell e de uma creaturescript.

A spell:

function onCastSpell(cid, var)
local outfit, storage = {lookType = 49}, 10049
return setPlayerStorageValue(cid, storage, 1), doCreatureChangeOutfit(cid, outfit), true

E a creaturescript:

function onStatsChange(cid, attacker, type, combat, value)
if (getPlayerStorageValue(cid, 10049) == 1 and getPlayerOutfit(cid).lookType == 49 and combat == COMBAT_FIREDAMAGE) then
value = 0
end
return true
end

Link para o comentário
Compartilhar em outros sites

  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...