Jump to content

standart drop metin


Recommended Posts

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

up

 

i do in constans.cpp so:

//  mob        pct    {+0    +1    +2    +3    +4}
    {8005,    60,    {0,    0,    0,    0,    1}    },
    {8006,    60,    {0,    0,    0,    0,    1}    },
    {8007,    60,    {0,    0,    0,    0,    2}    },
    {8008,    60,    {0,    0,    0,    0,    2}    },
    {8009,    60,    {0,    0,    0,    0,    2}    },
    {8010,    60,    {0,    0,    0,    0,    2}    },
    {8011,    60,    {0,    0,    0,    0,    3}    },
    {8012,    60,    {0,    0,    0,    0,    3}    },
    {8013,    60,    {0,    0,    0,    0,    3}    },
    {8014,    60,    {0,    0,    0,    0,    3}    },

 

but again dropped stein +0-3 from metins..

Link to comment
Share on other sites

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,
    };

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

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.