Quazy Posted April 17, 2020 Posted April 17, 2020 hello can i ask what is the db bonus script for increase drop rate? for example: Item: Poring Hat Bonus: int +1 and Increase drop rate by 5% can i know what is the db bonus script for drop rate? thank you in advance Quote
0 Emistry Posted April 18, 2020 Posted April 18, 2020 doc/item_bonus.txt#L424-L427 Monster drops ------------- bonus2 bDropAddRace,r,x; Adds x% to player's drop rate when killing a monster with race r. bonus2 bDropAddClass,c,x; Adds x% to player's drop rate when killing a monster with class c. Quote
0 Start_ Posted April 17, 2020 Posted April 17, 2020 You can look at doc > item_bonus. Find drop bonus. Quote
0 Shadow Rebom Posted January 16, 2021 Posted January 16, 2021 //EXP Rate bonus2 bExpAddRace,RC_All,1000000; //Drop Rate bonus2 bDropAddRace,RC_All,100000; Quote
Question
Quazy
hello can i ask what is the db bonus script for increase drop rate?
for example:
Item: Poring Hat
Bonus: int +1 and Increase drop rate by 5%
can i know what is the db bonus script for drop rate?
thank you in advance
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.