antiblock
Cyphriun
  • 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  
TheSubKIller aka Skinning

[QUEST] Anti-Exp

4 posts in this topic

Boas Cyber-Gamers

quest anti begin	state start begin		when 72501.use begin		if pc.getqf("Anti-Exp") == 0 then			pc.setqf("Anti-Exp", 1)			chat("Anti-Exp ON: a cada segundo ficaras a 0 de experiência")			local ep = pc.get_exp()			pc.give_exp2(-ep)			timer("Experiência", 1)		elseif pc.getqf("Anti-Exp") == 1 then			pc.setqf("Anti-Exp", 0)			chat("Anti-Exp OFF: espero que tenhas feito bons drops")			end		end  				  		when erfahrung.timer with pc.getqf("Anti-Exp") == 1 begin			local ep = pc.get_exp()			pc.give_exp2(-ep)			timer("erfahrung1", 1)			pc.setqf("antiexp", 1)		end  		  		when erfahrung1.timer with pc.getqf("antiexp") == 1 begin			local ep = pc.get_exp()			pc.give_exp2(-ep)			timer("Experiência", 1)			pc.setqf("Anti-Exp", 1)		  		end	  		when login with pc.getqf("Anti-Exp") == 1 begin			local ep = pc.get_exp()			pc.give_exp2(-ep)			timer("Experiência", 1)			pc.setqf("Anti-Exp", 1)  		end  	endend
Fonte: epvp

Share this post


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

Muito bom Continua.Quest pode ser muito util para quem esta pensar em criar um novo evento.Cumprimentos

Share this post


Link to post
Share on other sites

se essa quest estiver boa és um santo mermão.

Share this post


Link to post
Share on other sites

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