Quazy Posted April 17, 2020 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 44 Reputation: 0 Joined: 11/21/13 Last Seen: April 10, 2021 Share 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 Link to comment Share on other sites More sharing options...
0 Emistry Posted April 18, 2020 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: Wednesday at 12:29 PM Share 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 Link to comment Share on other sites More sharing options...
0 Start_ Posted April 17, 2020 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 13 minutes ago Share Posted April 17, 2020 You can look at doc > item_bonus. Find drop bonus. Quote Link to comment Share on other sites More sharing options...
0 Shadow Rebom Posted January 16, 2021 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 50 Reputation: 1 Joined: 02/13/13 Last Seen: September 14, 2021 Share Posted January 16, 2021 //EXP Rate bonus2 bExpAddRace,RC_All,1000000; //Drop Rate bonus2 bDropAddRace,RC_All,100000; Quote Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.