Jump to content

How To Make Pet Name Like Official with Level


Recommended Posts

25 minutes ago, BackPlayer said:

You forgot this part:

 

Spoiler

 

Server-Source, char.cpp

Search for:


if (IsPC() == true && (LC_IsEurope() == true || LC_IsCanada() == true || LC_IsSingapore() == true))

Replace the complete if-statement with: 


		if ((IsPC() || IsMonster() || IsPet()) == true)
		{
			addPacket.dwLevel = GetLevel();
		}
		else
		{
			addPacket.dwLevel = 0;
		}


 

 

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

1 minute ago, Frozen said:

You forgot this part:

 

  Hide contents

 

Server-Source, char.cpp

Search for:



if (IsPC() == true && (LC_IsEurope() == true || LC_IsCanada() == true || LC_IsSingapore() == true))

Replace the complete if-statement with: 



		if ((IsPC() || IsMonster() || IsPet()) == true)
		{
			addPacket.dwLevel = GetLevel();
		}
		else
		{
			addPacket.dwLevel = 0;
		}

 

 

 

 

 

Already 

https://metin2.download/picture/fI1uPSfJZ3J92K6wbHDUgayC2M7X4TPd/.png

 

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

17 minutes ago, BackPlayer said:

yeah may you forgot* add some parts? i will check it again if i do it right. i use quest pet from denis.

Should i create a table or something like this?

You just need to replace your pet.summon function in dennis quest with this one pet.summon(mobnum, petname, level)

Link to comment
Share on other sites

6 minutes ago, Frozen said:

You just need to replace your pet.summon function in dennis quest with this one pet.summon(mobnum, petname, level)

already nothing

https://metin2.download/picture/yeAL4u3Zr5fKcD5KIjGI97uSO5A4q6cP/.png 

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

3 minutes ago, Frozen said:

You did not defined petLevel, add this after local petName = ...:

 


local petLevel = 1

and erase bFromFar.

again nothing

this is meaning something important? https://metin2.download/picture/v1Y5Wfk2hX9uO0017M9IYbA7sg2lkDMu/.png

i could upload edit files for your system.

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

  • 5 months later...
  • 2 months later...

Announcements



  • Similar Content

  • Similar Content

  • Similar Content

  • Tags

  • Activity

    1. 113

      Ulthar SF V2 (TMP4 Base)

    2. 2

      Feeding game source to LLM

    3. 0

      Target Information System

    4. 2

      Feeding game source to LLM

    5. 2

      anti exp explanation pls

    6. 2

      Feeding game source to LLM

    7. 2

      anti exp explanation pls

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • 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.