Jump to content

Quien me Hace una quest Porfavor


ChuchoGamer

Recommended Posts

hace 10 minutos, chucho777 dijo:

Buenas Tarde o Noches Quien me puede haces una Quest donde Maten mob  por ejemplo  mato 1 perro salvaje que me de cierta Experiencia para poder subir de nivel Espero que me Puedan Ayudar 

se supone que si matas a mobs ya subes de exp xd para que quieres esa quest? xD vaya tontería! 

 

Quote

quest Subir nivel begin
	state start begin
	 when login with pc.level => 1 begin
	  set_state (information)
		end
	end

state information begin
	 when letter begin
	  send_letter("Matando mobs subiras lv")
		end
		when info or button begin
			say("mata animales pa subir de lv")
			say_reward("Mata 50 de mobs para subir al nivel max. ")
			pc.setqf("state",50)
			q.set_counter("Mob",50)
		end
		when 101.kill or 102.kill or 103.kill begin
			local count = pc.getqf("state") - 1
   if count <= 2 then
		pc.setqf("state, count")
	 q.set_counter("Mob", count)
	  end
   if count == 0 then
	   say_title("Vaya que asco")
	   say("has terminado la mision ahora subiras de nivel")
	say("vas a recibir :")
	   say_reward("exp")
	pc.give_exp2(5000000000)
	clear_letter()
	set_state(__COMPLETE__)
   end
  end
end
state_complete_begin
end
end

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...