Jump to content

iBeast

Banned
  • Posts

    83
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Posts posted by iBeast

  1. 2 minutes ago, Zeph said:

    When i try add 100 or 1000 points to guild, chat gives me this information.

     

    
    	case GUILD_SUBHEADER_CG_OFFER:
                {
                    DWORD offer = *reinterpret_cast<const DWORD*>(c_pData);
    	                if (pGuild->GetLevel() >= GUILD_MAX_LEVEL && LC_IsHongKong() == false)
                    {
                        ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("<±ćµĺ> ±ćµĺ°ˇ ŔĚąĚ ĂÖ°í ·ąş§ŔÔ´Ď´Ů."));
                    }
                    else
                    {
                        offer /= 100;
                        offer *= 100;
    	                    if (pGuild->OfferExp(ch, offer))
                        {
                            ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("<±ćµĺ> %uŔÇ °ćÇčġ¸¦ ĹőŔÚÇĎż´˝Ŕ´Ď´Ů."), offer);
                        }
                        else
                        {
                           THIS--------- ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("<±ćµĺ> °ćÇčġ ĹőŔÚżˇ ˝ÇĆĐÇĎż´˝Ŕ´Ď´Ů."));
                        }
                    }
                }
                return SubPacketLen;
    	

     

    Contact me on skype mt2.ibeast.

  2. On 10/11/2018 at 7:24 PM, tester12 said:

    hello, can anybody help with block this cheat:

    range attack : some skills  at warrior and ninja can be used without keeping a normal distance, victim can be at 100 m distance and attacker have damage against victim.

    i think need does in serverside check really distance on skills..

    Do you mean "Target range"?
    It is in skill_proto. (0 = does not matter, another value is limitation)

    Hope I helped.
    iBeast

  3. 2 minutes ago, Zeph said:

    Nothing, syssers they are clean.

    Try to add in constants.cpp after level 99 exp values and higher "u". (In all consts.)


    Like that way:

    [...]
    
    	743730000,	//	90
    	1041222000,
    	1145344200,
    	1259878620,
    	1385866482,
    	1524453130,
    	1676898443,
    	1844588288,
    	2029047116,
    	2050000000,	//	99레벨 일 때 필요경험치 (100레벨이 되기 위한)
    	2150000000u,	//	100
    	2210000000u,
    	2250000000u,
    	2280000000u,
    	2310000000u,
    	2330000000u,	//	105
    	2350000000u,
    	2370000000u,
    	2390000000u,
    	2400000000u,
    	2410000000u,	//	110
    
    [...]

    iBeast

  4. 1 minute ago, k7k755 said:

    I do not know explicitly I have filmed the files
     

     

    A picture of a paper Packet.h src game

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

     

    A picture of a paper Packet.h src Client

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

    Add those packet headers to statement with other headers.

  5. 14 minutes ago, amosth said:

    I do not want dragon soul, I already disabled it.

    keeps appearing in syserr

     

    SYSERR: Oct  9 11:54:43 :: ReadVnumMapper: dragon_soul_table.txt need VnumMapper.
    SYSERR: Oct  9 11:54:43 :: Boot: cannot load DragonSoulTable: locale/germany/dragon_soul_table.txt

    You can add that table into your server files (and then ignore it) or disable that "notice" from source.

    iBeast

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