Jump to content

Recommended Posts

  • Premium
quest horse_call begin
	state start begin
		when 50051.use with horse.get_grade()>=1 and horse.get_grade()<=10 begin
			if pc.is_riding() then
				horse.unride()
			elseif pc.is_polymorphed() then
				syschat("Transformed.")
			elseif horse.get_grade()==0 then
				syschat("No horse.")
			elseif horse.get_grade()>=2 then
				syschat("Incorrect item.")
			else
				horse.ride()
			end
		end
	end
end

 

This quest is working to normal horse, but, changing the quest to:

 

quest cavalo_chamar1 begin
	state start begin
		when 50052.use with horse.get_grade()>=11 and horse.get_grade()<=20 begin
			if pc.is_riding() then
				horse.unride()
			elseif pc.is_polymorphed() then
				syschat("Transformed.")
			elseif horse.get_grade()==0 then
				syschat("No horse.")
			elseif horse.get_grade()>=21 then
				syschat("Incorrect item.")
			else
				horse.ride()
			end
		end
	end
end

 

The second one don't work correctly... :( Why?

Link to comment
https://metin2.dev/topic/8991-quest-is-working-to-horse-lvl1/
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.