Jump to content

B0ne

Inactive Member
  • Posts

    41
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by B0ne

  1. char.cpp search: static DWORD c_adwMetin[METIN_STONE_NUM] = 

     

    Look like this:

    void CHARACTER::DetermineDropMetinStone()
    {
        const int METIN_STONE_NUM = 14;
        static DWORD c_adwMetin[METIN_STONE_NUM] = 
        {
      8030,
      28031,
      28032,
      28033,
      28034,
      28035,
      28036,
      28037,
      28038,
      28039,
      28040,
      28041,
      28042,
      28043,
        };

     

    edit like this:

     

    void CHARACTER::DetermineDropMetinStone()
    {
        const int METIN_STONE_NUM = 14;
        static DWORD c_adwMetin[METIN_STONE_NUM] = 
        {
    //        28030,
    //        28031,
    //        28032,
    //        28033,
    //        28034,
    //        28035,
    //        28036,
    //        28037,
    //        28038,
    //        28039,
    //        28040,
    //        28041,
    //        28042,
    //        28043,
        };

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