Jump to content

Quest para monturas


DryUz

Recommended Posts

quest item begin
		state start begin
				when 71053.use with pc.get_level() == 75  begin
						local s = select ( "Montar" , "Bajar" , "Cancelar" )
						if s == 1 then
										chat("Estás a punto de llamar al jabalí!")
										horse.ride()
										pc.mount(20223, 1800)
										affect.add_collect(apply.DEF_GRADE_BONUS,75,1800)
										affect.add_collect(apply.ATT_GRADE_BONUS,200,1800)
										- El pc.mount_bonus función es para darle bonus de ataque o defensas
						elseif s == 2 then
								pc.unmount(20223,0)
								horse.unride()
						end -- if
						return -- Aunque no es necesario ..
				end -- when
		end -- state
end -- quest

Link to comment
Share on other sites

  • 8 years 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...