Jump to content

one little question about heroic pets


Recommended Posts

so im sitting right now here and asking myself somenthing my nemere has the
evolution grade 3 its a big one pet because of the scale and its on "Heroic" but it
has not the purple color ? but why ? i didnt understand that right now should i read a
specific book to make it purple ?

purple color that it should have like this:
26740fbe7e9287dcbad74cd403a8aa4e.png

mines look like that "i will fix the texttail paci" ❤️
10fca47d08ac71afc0ea7f01199d5362.png

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

  • Contributor

Try in instanceBase.cpp to look for :

if (!SetRace(c_rkCreateData.m_dwRace))

And see if it is like this :

#ifdef NEW_PET_SYSTEM
	if (!SetRace(c_rkCreateData.m_dwRace))
		return false;

	if(c_rkCreateData.m_dwRace == 34041 || c_rkCreateData.m_dwRace == 34045 || c_rkCreateData.m_dwRace == 34049 || c_rkCreateData.m_dwRace == 34053 || c_rkCreateData.m_dwRace == 34036 || c_rkCreateData.m_dwRace == 34064 || c_rkCreateData.m_dwRace == 34073 || c_rkCreateData.m_dwRace == 34075 || c_rkCreateData.m_dwRace == 34080)
	{
		if(c_rkCreateData.m_dwLevel >= 81)
			SetRace(c_rkCreateData.m_dwRace+1);
	}
#else
	if (!SetRace(c_rkCreateData.m_dwRace))
		return false;
#endif

 

  • Love 1

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

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.