Jump to content

metin2 bug spiritual stone trade taskbar


Recommended Posts

  • Forum Moderator

78b6b6f33109305b07a6aacdeb256c14.png
Check if passed 10 seconds after the action for:

  • Safebox, exchange, shop, refine

Check if the window is open:

  • Exchange, shop, private shop, safebox, cube

How-To-Use: (already a lot of metin2 quests using this)

Spoiler

when 50513.use begin
	if not pc.can_warp() then
		syschat("Wait 10 seconds, you can't make this right now.")
		return
	end
	-----
end

 

Edited by Metin2 Dev
Core X - External 2 Internal
  • Love 1
Link to comment
Share on other sites

18 godzin temu, VegaS™ napisał:

78b6b6f33109305b07a6aacdeb256c14.png
Check if passed 10 seconds after the action for:

  • Safebox, exchange, shop, refine

Check if the window is open:

  • Exchange, shop, private shop, safebox, cube

How-To-Use: (already a lot of metin2 quests using this)

   Ukryj treść


when 50513.use begin
	if not pc.can_warp() then
		syschat("Wait 10 seconds, you can't make this right now.")
		return
	end
	-----
end

 

one server did it without a cooldown just don't copy an items with trade.

I'm more looking for this solution but thanks for this

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Forum Moderator

I didn't tested the bug, but you can try something like this:

  • Srcs/Server/game/src/questmanager.cpp

This is the hidden content, please

  • Metin2 Dev 1
  • Love 2
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.