antiblock
https://arwen2.global/
  • Chatbox

    You don't have permission to chat.
    Load More
Sign in to follow this  
Unk3n0w7

Npc Que Dá Reset Nos Status E Skills

1 post in this topic

quest npc_reset_skill begin	state start begin		when 9006.chat."Resetar Skills Ou Status " begin			if pc.level < 5 then				say_title("Lady : ")				say("")				say("Você primeiro precisa aprender algo")				say("sobre as skills !")			return		end		if pc.level >75 then			say_title("Lady:")			say("")			say("Teu Lvl.: "..pc.level..", Eu não posso te ajudar.")			say("Com este LvL. não pode resetar os seus status nem")			say("Skills. Só a lvl 75 é que posso resetar")			say("os Status ou Skills.")			return		end		if  pc.get_skill_group()==0 then			say_title("Lady:")			say("")			say("Você não começou um estágio ainda.")			return		end		local cost = 50000 + pc.level * 15000		say_title("Lady:")		say("")		say("Você está no lugar certo, seus olhos")		say("mostra um monte de tristeza. Eu deixo as pessoas a")		say("esquecer o seu estatuto, para que eles possam")		say("começar de novo.")		say("Custos: "..cost.." Yang.")		say("")		say_reward("Você concorda?")		local s = select ("Sim", "Não")			if s == 2 then				return			end			if s == 1 then				say_title("Lady:")				say("")				say("Haha que é possível, você não está se sentindo")				say("bem? Sua cara me mostra que você precisa")				say("de ajuda. Você não está satisfeito com o seu")				say("status ou skills ?")				say("")				say_reward("Você tem certeza que quer começar")				say_reward("de novo ?")				local s1 = select ("Sim", "Não")				if s1 == 2 then					return				end				if s1 == 1 then					if pc.money < cost then						say_title("Lady:")						say("")						say("Eu realmente sinto muito, mas você não tem")						say("suficiente Yang.")						return					end					pc.changegold(-cost)					pc.clear_skill()					pc.set_skill_group(0)					set_quest_state("skill_group","run")				end			end		end	endend

[*]Quest by : EndoZ

Traduzida por : NewForce 

Testada por : NewForce

 

Share this post


Link to post
Share on other sites
antiblock
Cyphriun

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