antiblock
Elveron
  • Chatbox

    Did you check out our Discord? https://discord.gg/FFdvMjk9xA
    You don't have permission to chat.
    Load More
Sign in to follow this  
Canadas

Benção de Anjos

1 post in this topic

Olá, hoje trago uma quest que não foi criada por mim e não sei por quem foi.

Esta quest permite-vos "upar" até o desejado nível, basta clicarem algumas vezes no item.

Se esta quest estiver envolvida aqui na cyber peço que removam este tópico, obrigado.

Mega

Virustotal

Para quem quiser o código desta quest:

Espero que façam bom uso :)

quest bencao_anjos begin
    state start begin
        when 50002.use begin
            if pc.get_level() >=102 and pc.get_level() <=104 then
pc.give_exp2( 10000000000 )
local a = pc . countitem ( 27001 )
local b = pc . countitem ( 27002 )
local c = pc . countitem ( 27003 )
pc.remove_item(27001 , a)
pc.remove_item(27002 , b)
pc.remove_item(27003 , c)
return
end
if pc.get_level() >105 then
chat ("Já não podes utilizar mais isto!")
pc.remove_item(50002)
return
end
if pc.get_level() ==105 then
chat ("Nível máximo atingido!")
local a = pc . countitem ( 27001 )
local b = pc . countitem ( 27002 )
local c = pc . countitem ( 27003 )
pc.remove_item(27001 , a)
pc.remove_item(27002 , b)
pc.remove_item(27003 , c)
local ep = pc . get_exp ( ) 
pc . give_exp2 ( - ep ) 
pc.remove_item(50002)
return
end
pc.give_exp2( 1000000000 )
chat ("Usa este item até o mesmo desaparecer!")
local a = pc . countitem ( 27001 )
local b = pc . countitem ( 27002 )
local c = pc . countitem ( 27003 )
pc.remove_item(27001 , a)
pc.remove_item(27002 , b)
pc.remove_item(27003 , c)
        end
    end
end
Edited by Canadas (see edit history)

Share this post


Link to post
Share on other sites
antiblock
Rodnia | Alpha & Omega

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this