Ir para conteúdo
Faça parte da equipe! (2024) ×
Conheça nossa Beta Zone! Novas áreas a caminho! ×
  • Quem está por aqui   0 membros estão online

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

[Action] Exp Ring


קя๏†เ¢๏~*
 Compartilhar

Posts Recomendados

vá em data/actions/actions/xml e adicione o seguinte arquivo.

local cfg = {

exhausted = 100, -- Time you are exhausted in seconds.

storage = 5858, -- Storage used for "exhaust."

exp = 2.0 -- this means 2x more experence then default

}

 

function onUse(cid, item)

if(getPlayerStorageValue(cid, cfg.storage) > os.time() and getPlayerStorageValue(cid, cfg.storage) < 100+os.time()) then

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, "You must wait another " .. getPlayerStorageValue(cid, cfg.storage) - os.time() .. ' second' .. ((getPlayerStorageValue(cid, cfg.storage) - os.time()) == 1 and "" or "s") .. " to use another ring.")

else

doRemoveItem(item.uid,1)

setPlayerStorageValue(cid, cfg.storage, os.time() + cfg.exhausted)

doPlayerSetExperienceRate(cid, cfg.exp)

doPlayerSendTextMessage(cid,22,"You have extra experience for 100 seconds")

end

return true

end

Adicione Isso ne data/action/action.xml

<action itemid="7762" event="script" value="istrinti.lua"/>

Agora Vá Em creaturescript/creaturescripts.xml Adicione essa Tag

<event type="think" name="istrinti2" event="script" value="istrinti2.lua"/>

Depois Copie e Cole Qualquer arquivo.lua em data/creaturescript/script e renomei pra instrinti2.lua

local cfg = {

storage = 5858, -- Storage used for "exhaust."

exp = 2.0 -- this means 2x more experence then default

}

 

function onThink(cid)

if(getPlayerStorageValue(cid, cfg.storage) > os.time() and getPlayerStorageValue(cid, cfg.storage) < 100+os.time()) then

doPlayerSetExperienceRate(cid, cfg.exp)

else

doPlayerSetExperienceRate(cid, 1.0)

end

return true

end

Depois va em data/lib/login.lua e adicione a seguinte evento

registerCreatureEvent(cid, "istrinti2") -- add it near the other registers

Creditos Do Topico:

קя๏†เ¢๏~*

Creditos Do Script:

Erikas Kontenis

Beeki

Link para o comentário
Compartilhar em outros sites

Este tópico está impedido de receber novos posts.
 Compartilhar

×
×
  • Criar Novo...

Informação Importante

Nós fazemos uso de cookies no seu dispositivo para ajudar a tornar este site melhor. Você pode ajustar suas configurações de cookies , caso contrário, vamos supor que você está bem para continuar.