Jump to content

Recommended Posts

Hi guys 

 

I've a problem when i do unmount it takes the mount seal  2~3 seconds to go back to inventory 

p_1059x3jky1.png

 

I realize that the problem probably is from the ride quest , cuz when i delete the quest the mount seal work fine ..

 

this is the quest ..

https://pastebin.com/GGWPvYhw

 

hopefully someone can help me 

or even pm me if you want me to pay you for the fix

 

thx

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

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

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

  • 1 year later...
  • 3 years later...

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.