Ir para conteúdo

[PEDIDO] Colocar magic effect no exp ring (a cada 1 segundo)

Featured Replies

  • Respostas 27
  • Visualizações 1.3k
  • Created
  • Última resposta

Top Posters In This Topic

Most Popular Posts

  • Amigo, tentei de todos os jeitos que eu consegui pensar. Essa foi a forma final que consegui chegar, vê se dá certo: local efeito = 15 local storage = 27398 function onEquip(cid, item, slot, fromPo

Postado

Testa ae 

 

function onEquip(cid, item, slot)


local timeEffect = 300000
function effect()
if isPlayer(cid) then
local pos = getCreaturePosition(cid)
doSendMagicEffect(pos, 13)
end
end

local rate = {}


if getPlayerLevel(cid) <= 1000 then
rate = 2
elseif getPlayerLevel(cid) > 1001 and getPlayerLevel(cid) <= 2000 then
rate = 2
elseif getPlayerLevel(cid) > 2001 and getPlayerLevel(cid) <= 3000 then
rate = 2
elseif getPlayerLevel(cid) > 3001 and getPlayerLevel(cid) <= 4000 then
rate = 2
elseif getPlayerLevel(cid) > 4001 then
rate = 2
end
a = 1
while a ~= timeEffect do
addEvent(effect, a * 1000)
a = a + 1
end

doTransformItem(item.uid, 10309, 1)
doPlayerSendTextMessage(cid, 22, "Sua experiencia foi multiplicada (2x).")
doPlayerSetExperienceRate(cid, rate)

return TRUE
end


function onDeEquip(cid, item, slot)
doTransformItem(item.uid, 10310, 1)
doPlayerSendTextMessage(cid, 22, "Sua experiencia esta de volta ao normal.")
doPlayerSetExperienceRate(cid, 1.0)
a = 299999
while a ~= timeEffect do
addEvent(effect, a * 1000)
a = a + 1
end
return TRUE
end

Scripter: |||||||||| 10%

 

 

Te ajudei?? REP + e ficamos quites...  ;D

 

Atenciosamente,

                   Lucas.

Abraços!

Postado

Cara se tu der reload em movements ele para... msm para creature script -_- O script funcionou?

Scripter: |||||||||| 10%

 

 

Te ajudei?? REP + e ficamos quites...  ;D

 

Atenciosamente,

                   Lucas.

Abraços!

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Estatísticas dos Fóruns

  • Tópicos 96.9k
  • Posts 519.7k

Informação Importante

Confirmação de Termo