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



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