Jump to content

quest para el caballo


Croqueta

Recommended Posts

esta quest te entrena el caballo automatico de 1 -21 nivel ademas te da loslibros que nesesita para llamar el caballo

el presio sube como el caballo su nivel

lvl 1-10 = 50000 yang

lvl 11- 20= 100000 yang

lvl 21 = 200000 yang

los niveles estan en la tabla ni escritos.

pienso que les gusten.

un saludo a todos, Noa

quest test begin
state start begin
  when 20349.chat."Entrenar el Caballo" begin
   local bild= {50051,50052,50053,50050,50000}
   local ni={ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 }
   local lvl = horse.get_level()
   for p = 1,table.getn(ni) do
	while lvl <= p do
	 if lvl == 1 then
	  pc.give_item2(bild[1])
	 elseif lvl == 11 then
	  bild[5]=bild[5]+bild[5]
	  pc.give_item2(bild[2])
	 elseif lvl == 21 then
	  bild[5]=bild[5]+bild[5]
	  pc.give_item2(bild[3])
	  break
	 end
	 if pc.get_money()<= bild[5] and pc.count_item(bild[4]) < 1 then say("no tienes sufisiente cosas para entrenar el caballo") return end
	 lvl=lvl+1
	 horse.set_level(lvl)
	 pc.change_money(-bild[5])
	 pc.remove_item(bild[4])
	 chat(horse.get_level())
	 setskin(NOWINDOW)
	end
   end
  end
end
end

Debes iniciar sesión para ver el contenido del enlace en esta publicación.

Link to comment
Share on other sites

  • 3 weeks later...

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...