[Help] Droprate

Results 1 to 7 of 7
  1. #1
    Member muwizzard is offline
    MemberRank
    Nov 2018 Join Date
    vietnamLocation
    81Posts

    [Help] Droprate

    hello how to edit drop rate for example dragon armor Full options+15+ancient



  2. #2
    Banned HyoKenji is offline
    BannedRank
    Sep 2019 Join Date
    126Posts

    re: [Help] Droprate

    Index is used as such formula
    Index = (Catergory * 512)+ Item ID

    Then Find Line "Drop Rate" and adjust value Amount
    Max is 100,000

  3. #3
    Member muwizzard is offline
    MemberRank
    Nov 2018 Join Date
    vietnamLocation
    81Posts

    re: [Help] Droprate

    Give me examlple please

  4. #4
    Banned HyoKenji is offline
    BannedRank
    Sep 2019 Join Date
    126Posts

    re: [Help] Droprate

    Quote Originally Posted by muwizzard View Post
    Give me examlple please
    Index= (Catergory * 512)+ Item ID
    example you make leather boots
    Catergory = 11
    Item ID= 5
    Take 11 * 512 = 5632
    5632
    + 5 = 5637 (This is your Index for leather boots)

    - - - Updated - - -

    Sorry, if im not wrong you can just add items like
    Leather Boots = 11,5

    like how you use in Game Master drop Command. I just put a ,

  5. #5
    Member muwizzard is offline
    MemberRank
    Nov 2018 Join Date
    vietnamLocation
    81Posts

    re: [Help] Droprate

    Quote Originally Posted by HyoKenji View Post
    Index= (Catergory * 512)+ Item ID
    example you make leather boots
    Catergory = 11
    Item ID= 5
    Take 11 * 512 = 5632
    5632
    + 5 = 5637 (This is your Index for leather boots)

    - - - Updated - - -

    Sorry, if im not wrong you can just add items like
    Leather Boots = 11,5

    like how you use in Game Master drop Command. I just put a ,
    i got it :) ..

    btw what is the exact code to options=0 to 6

    for example leather boots +15+full options+ancient options , thank you


  6. #6
    Banned HyoKenji is offline
    BannedRank
    Sep 2019 Join Date
    126Posts

    Re: [Help] Droprate

    Level = Level of Items
    Grade = Durability or some items like Apple is use for quantity
    Option 0 ~ 6 = You need check Itemoptionrate and see Which index you want to set it as dude.

    - - - Updated - - -

    This is what its like on my side if i add Leather Boots FO
    //Index Level Grade Option0 Option1 Option2 Option3 Option4 Option5 Option6 Duration MapNumber MonsterClass MonsterLevelMin MonsterLevelMax DropRate Comment
    5632 15 0 * * 12 18 17 1 * 0 * * * 1500 400 //Leather Boots Full Options+15+28+Luck

  7. #7
    Member muwizzard is offline
    MemberRank
    Nov 2018 Join Date
    vietnamLocation
    81Posts

    Re: [Help] Droprate

    Thank you so much @HyoKenji problem solved



Advertisement