[Tutorial] How change drop item with monster

Results 1 to 14 of 14
  1. #1
    Maybe demon? Kirito2105 is offline
    MemberRank
    Sep 2012 Join Date
    RussianLocation
    432Posts

    [Tutorial] How change drop item with monster

    Now I will show how to change the monster loot
    1)Open DataBase bdo.sqlite3
    2)Open Table - "Character_table" (I change now 20002 - Grass Beetle)
    Spoiler:



    3)Look Column - "DropID"
    Spoiler:



    4)Open Table - "ItemMainGroup_Table" and search 20002(DropID) in column ItemMainGroupKey
    Spoiler:



    5)Look column "ItemSubGroupKey0" and "ItemSubGroupKey1"
    This two ids
    --1) ItemSubGroupKey0 - (Is it id a list of dropout items) SelectRate0 - (This is a chance of dropping the item)
    --2) ItemSubGroupKey1 - (Is it id a list of dropout items 2) SelectRate1 - (This is a chance of dropping the item 2)
    Spoiler:




    6)Open ItemSubGroup_Table and search
    "ItemKey" - this item id
    "SelectRate" - this item drop rate
    "MinCount" and "MaxCount" - count drop
    Spoiler:





  2. #2
    Apprentice kawisin is offline
    MemberRank
    Mar 2019 Join Date
    11Posts

    Re: [Tutorial] How change drop item with monster

    thankyou

  3. #3
    Apprentice Luigi111 is offline
    MemberRank
    Mar 2020 Join Date
    7Posts

    Re: [Tutorial] How change drop item with monster

    Okay, I use the remastered version, and for example, the mirumok zone has no drop.
    I searched for the mirumok ID 21501, I added the drop as you indicated, I saved and after choosing the character, after loading it crashed.

  4. #4
    Maybe demon? Kirito2105 is offline
    MemberRank
    Sep 2012 Join Date
    RussianLocation
    432Posts

    Re: [Tutorial] How change drop item with monster

    Quote Originally Posted by Luigi111 View Post
    Okay, I use the remastered version, and for example, the mirumok zone has no drop.
    I searched for the mirumok ID 21501, I added the drop as you indicated, I saved and after choosing the character, after loading it crashed.
    give me log files yours client
    and screen how you add item

  5. #5
    Apprentice Luigi111 is offline
    MemberRank
    Mar 2020 Join Date
    7Posts

    Re: [Tutorial] How change drop item with monster

    dude i have to apologize, your guide is correct and it works; I don't understand why but after these changes I can no longer log in with the main character, in fact after several tests I created a new character and the game started, and the drop was changed.
    https://mega.nz/#!S7pnWZLa!O6hIDocXE...Tl69caxrLN_OAc
    https://mega.nz/#!Xzwl0JpZ!rwTMKLH4G...7ePrlmu8ihM1Xw

  6. #6
    Member mikaelas is offline
    MemberRank
    Oct 2013 Join Date
    65Posts

    Re: [Tutorial] How change drop item with monster

    Where to open "DataBase bdo.sqlite3" ??

    I don't have Program DataBase bdo.sqlite3

  7. #7
    Maybe demon? Kirito2105 is offline
    MemberRank
    Sep 2012 Join Date
    RussianLocation
    432Posts

    Re: [Tutorial] How change drop item with monster

    Quote Originally Posted by mikaelas View Post
    Where to open "DataBase bdo.sqlite3" ??

    I don't have Program DataBase bdo.sqlite3

    1)DB server/gameserver/data/sqlite3
    2)I using DB Browser (SQLite)

  8. #8
    Member mikaelas is offline
    MemberRank
    Oct 2013 Join Date
    65Posts

    Re: [Tutorial] How change drop item with monster

    Thank

    - - - Updated - - -

    Quote Originally Posted by Kirito2105 View Post

    1)DB server/gameserver/data/sqlite3
    2)I using DB Browser (SQLite)

    Thank Sir

  9. #9
    Enthusiast kamikaze00007 is offline
    MemberRank
    Dec 2019 Join Date
    28Posts

    Re: [Tutorial] How change drop item with monster

    Do you know of a fix for box items not opening ([Mystic] Banha Premium Set, [Mystic] Dhyana Premium Set, [Mystic] Gloomy Fox Outfit Set, Militia Weapon Box, etc.)? It's an issue with many box-type items in the game. I have little to no knowledge of programming/database so I don't know what to do. I can read/edit bdoOLD.sqlite3 with the DB Browser but I don't even know how to fix these issues and they are so many. I was just pointed here by somebody else.

    Note: I'm using ODO Re v1.0.1 Alpha Server and Client release from a few days ago.

    I think it would be easier to copy-paste an already working bdoOLD.sqlite3 from somebody else but I don't really know. If you can please help it would be really great.

  10. #10
    Apprentice TbBmAllDead is offline
    MemberRank
    Jun 2020 Join Date
    20Posts

    Re: [Tutorial] How change drop item with monster

    Quote Originally Posted by kamikaze00007 View Post
    Do you know of a fix for box items not opening ([Mystic] Banha Premium Set, [Mystic] Dhyana Premium Set, [Mystic] Gloomy Fox Outfit Set, Militia Weapon Box, etc.)? It's an issue with many box-type items in the game. I have little to no knowledge of programming/database so I don't know what to do. I can read/edit bdoOLD.sqlite3 with the DB Browser but I don't even know how to fix these issues and they are so many. I was just pointed here by somebody else.

    Note: I'm using ODO Re v1.0.1 Alpha Server and Client release from a few days ago.

    I think it would be easier to copy-paste an already working bdoOLD.sqlite3 from somebody else but I don't really know. If you can please help it would be really great.
    you need fix:world/boxes_13.xml

  11. #11
    Life is beautiful, after Ledie is offline
    MemberRank
    Aug 2019 Join Date
    /tp homeLocation
    569Posts

    Re: [Tutorial] How change drop item with monster

    Its not better change only subgroup ? Like directly..

  12. #12
    Maybe demon? Kirito2105 is offline
    MemberRank
    Sep 2012 Join Date
    RussianLocation
    432Posts

    Re: [Tutorial] How change drop item with monster

    Quote Originally Posted by Ledie View Post
    Its not better change only subgroup ? Like directly..
    with each new version they use new values and at one point it may happen that one subgroup per monster and for example per box
    although in your case it probably does not threaten

  13. #13
    Enthusiast ucaff is offline
    MemberRank
    Jun 2012 Join Date
    Paraná, ArgentLocation
    49Posts

    Re: [Tutorial] How change drop item with monster

    Could you put a tutorial on how to repair the boxes, because I see that Ladie and Kirito know it...

  14. #14
    Life is beautiful, after Ledie is offline
    MemberRank
    Aug 2019 Join Date
    /tp homeLocation
    569Posts

    Re: [Tutorial] How change drop item with monster

    Quote Originally Posted by ucaff View Post
    Could you put a tutorial on how to repair the boxes, because I see that Ladie and Kirito know it...
    I can prepare a tutorial for that..



Advertisement