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