Jump to content

mount system like official : error


Recommended Posts

How i can remove this problem? 

https://metin2.download/picture/ie89ITu4U9DIJ034tir393ex7S4W4eRU/.gif

 

And i want to use a time on seal. Only when i use a seal, time must to go

 

Hello,guys.

I have add new system of mount, but i have next 2 problems:

 

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

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

9 hours ago, Qwertyu said:

How i can remove this problem? 

https://metin2.download/picture/ie89ITu4U9DIJ034tir393ex7S4W4eRU/.gif

 

And i want to use a time on seal. Only when i use a seal, time must to go

 

Hello,guys.

I have add new system of mount, but i have next 2 problems:

 

change socket 2 of seal.u can use in quest :

item.set_socket(2,28800)

or in game/src/item.cpp:

Spoiler

search in this function : void CItem::StartUniqueExpireEvent()

if (GetType() == ITEM_UNIQUE)
    {
        return;
    }

edit like:

    if (GetType() == ITEM_UNIQUE || (GetType() == ITEM_COSTUME && GetSubType() == COSTUME_MOUNT))
    {
        return;
    }

 

 

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.