Jump to content

Recommended Posts

Hi guys,

I found two "litle" problems on my server.  One is about "Costume Mount System" and next one about "motlist" i think.
1. When summon mount the name doesn't appear correct like "Mimoza - Mount" it's just "Mount" (the name from mob_proto)
P.S: I used this mount system: https://metin2.dev/board/index.php?/topic/18914-c-metin2-mount-system-renewal/&
2. Abot that i don t know how to start, explain :)). so .. :-? i think it's about motlist because i added some new mobs and metin stone, and when i hit the metin stone the mobs has spawned like "frozen" 1-2 seconds.

I made two videos about that problems.
1. https://youtu.be/RTTPtDuFMtk
2. https://youtu.be/vuZvi1PVFXQ

Thx in advance!

 

  • Love 1
Link to comment
https://metin2.dev/topic/21840-two-little-problems/
Share on other sites

  • Contributor
void CMountActor::SetName()
{
	std::string petName = m_pkOwner->GetName();

	if (true == IsSummoned())

In mountsystem.cpp just check New_PetSystem.cpp in : void CNewPetActor::SetName(const char* name) and make changes like it .

My only accounts are here and on M2D, Don't trust anyone else from other shitty sites.
266868740522639360.png

Link to comment
https://metin2.dev/topic/21840-two-little-problems/#findComment-118706
Share on other sites

On 8/26/2019 at 9:40 PM, MrQuin said:

void CMountActor::SetName()
{
	std::string petName = m_pkOwner->GetName();

	if (true == IsSummoned())

In mountsystem.cpp just check New_PetSystem.cpp in : void CNewPetActor::SetName(const char* name) and make changes like it .

I tried but doesn't work for me

Link to comment
https://metin2.dev/topic/21840-two-little-problems/#findComment-118745
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.