Jump to content

Delete Level View Client


Recommended Posts

DIF

Spoiler

 

34083 Client ;




This difference file is created by Capsn

metin2client
002215F8: 4C 00
002215F9: 76 00
002215FA: 20 00
002215FB: 25 00

r28k Client ;




This difference file is created by Capsn

metin2client
00220E40: 4C 00
00220E41: 76 00
00220E42: 20 00
00220E43: 25 00

 

 

 

 

C++

Spoiler

Open char.cpp and replace this:


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

with this:


addPacket.dwLevel = 0;

 

 

Link to comment
Share on other sites

 

Will be more better if do it with source

sprintf(szText, "Lv %d", level); 

Search in InstanceBaseEffect.ccp

 

Best Regards,

Can BARAN...

 

 

There's one more way:

Open char.cpp and replace this:

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

with this:

addPacket.dwLevel = 0;

 

  • Love 2
Link to comment
Share on other sites

  • Developer

 

 

Will be more better if do it with source

sprintf(szText, "Lv %d", level); 

Search in InstanceBaseEffect.ccp

 

Best Regards,

Can BARAN...

 

Wauw! Developer CAN BARAN!

 

 

Well. At least he didn't post a binary saying that it was the sln.

 

  • Love 2

when you return 0 and server doesn't boot:

unknown.png

Link to comment
Share on other sites

Announcements



  • Similar Content

  • Similar Content

  • Similar Content

  • Tags

  • Activity

    1. 0

      Metin2 effect script files (MSE and MSA file) how can convert

    2. 10

      Multi Language System

    3. 0

      We are looking for a C++ and Python programmer

    4. 0

      [Quest Scheduler Request] Is there a way to make a quest run independet of player events? Lets say start quest automatically at server startup?

    5. 111

      Ulthar SF V2 (TMP4 Base)

    6. 0

      Quest function when 102.kill definition whereabouts help

    7. 5

      [M2 FILTER] Customized Client Filter

  • 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.