Jump to content

Mount CTRL+G TIME


Go to solution Solved by ridetpro,

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

  • Solution
// Intro pc_mount function from questlua_pc.cpp
// Under LPCHARACTER ch = CQuestManager::instance().GetCurrentCharacterPtr();
// Add

		int CalcLastMoveSec = (get_dword_time() - ch->GetLastMountTime()) / 1000 + 0.5;

		if (CalcLastMoveSec < 1) // Replace 1 with seconds number.
		{
			return 0;
		}

8d79641cfda2bf7a40fbf62f568689e3.png

 

Do same for unmount function intro questlua_pc

 

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/19038-mount-ctrlg-time/#findComment-103625
Share on other sites

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.