Angelmelody
(\ /) ( . .)
Is there a possilbe to add an additonal flag field which determine the value in next field is fixed drop
rate or ratio drop rate ?
Structure looks like this
ItemID,Flag, fixed/ratio drop rate{,MonsterID}
For example, If flag was set to 0 ,We can specify ratio drop rate of certain item to a mob or all mob
or if flag was set to 1 , We can specify fixed drop rate to mob....
909,0,100,1002 // Jellopies from Porings will drop with 1x ratio drop rate.
909,1,100,1002 // Jellopies from Porings will drop with 0.1 fixed drop rate. (100/1000=0.1)
rate or ratio drop rate ?
Structure looks like this
ItemID,Flag, fixed/ratio drop rate{,MonsterID}
For example, If flag was set to 0 ,We can specify ratio drop rate of certain item to a mob or all mob
or if flag was set to 1 , We can specify fixed drop rate to mob....
909,0,100,1002 // Jellopies from Porings will drop with 1x ratio drop rate.
909,1,100,1002 // Jellopies from Porings will drop with 0.1 fixed drop rate. (100/1000=0.1)
Last edited by a moderator: