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:









Reply With Quote![[Tutorial] How change drop item with monster](http://ragezone.com/hyper728.png)



