Jump to content

capsn

Inactive Member
  • Posts

    2
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by capsn

  1. 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;
    

     

     

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