Jump to content

MichaelKross

Inactive Member
  • Posts

    3
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by MichaelKross

  1. I need a function like this:

    Group    Metin_lv_5
    {
    Type    between
    mob    8004
    level_limit_min 1
    level_limit_max 20
    1    50300    1    100
    }

    Where:

    level_limit_min --> the minimum level to have drop at that monster/boss/stone
    level_limit_max --> the maximum level to have drop at that monster/boss/stone

    like this:
    if (level_limit_min >= my_level && my_level <= level_limit_max)
    {
        i_have_drop
    }
    else
    {
        i_dont_have_drop
    }

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