Jump to content

Vanillacore + 40k dev Client Mount problem


Recommended Posts

Hey i use the vanilla core and the 40k dev client.

I have the problem that i can´t mount when i use the white lion siegel no mount came.


the founction / mount 20114 also does work


748f954658.jpg



with the function /m 20114 came a white lion.



Quest:
 

quest white_lion begin
	state start begin
		when 71124.use with pc.is_mount() begin
			chat("Du hast dein Reittier eingefangen!")
			pc.mount(0)
			affect.remove_collect()
		end
		when 71124.use begin
			chat("Du hast dein Reittier gerufen! ")
			pc.mount(20114,999999)
			affect.add_collect(apply.DEF_GRADE_BONUS,200,999999)
			affect.add_collect(apply.ATT_GRADE_BONUS,300,999999)
		end
	end
end
Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Use this query.

INSERT INTO `item_proto` VALUES ('71124', 0xB9E9BBE7C0DAC0CCBFEBB1C7, 0x4C65756C20416C62, '16', '2', '0', '1', '32768', '9216', '128', '', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '2400', '0', '0', '0', '0', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '0', '0');

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



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