simplexjay2 2 Posted December 12, 2020 In Rathena in item bonus you can use this bonuses but when i check here in herc i dont see drop bonuses for the item 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. example: Script: <" bonus2 bExpAddRace, RC_All, 15; bonus2 bDropAddRace,RC_All,15;"> Gettings error Uknown pc_bonus2 that's why im looking for the right one 15%exp and 15% droprate Quote Share this post Link to post Share on other sites
0 Daraen 7 Posted December 12, 2020 The solution is surely in github Take a look Quote Share this post Link to post Share on other sites
0 simplexjay2 2 Posted December 13, 2020 ALready try to look at that still no luck Quote Share this post Link to post Share on other sites
0 simplexjay2 2 Posted December 16, 2020 Still no Help Bonus drop rate in item actually been remove? Quote Share this post Link to post Share on other sites
0 simplexjay2 2 Posted December 17, 2020 bump Quote Share this post Link to post Share on other sites
0 simplexjay2 2 Posted December 28, 2020 bumb Quote Share this post Link to post Share on other sites
0 nastyboy34 0 Posted May 2, 2021 (edited) For Exp, JExp, Drop Script: <" bonus2 bExpAddRace,RC_All,100; // Increase Exp Rate 1x bonus2 bJExpAddRace,RC_All,100; // Increase Exp Rate 1x "> OnEquipScript: <" sc_start SC_CASH_RECEIVEITEM,-1,100; "> // Start drop rate "-1 Infinite" 1x OnUnequipScript: <" sc_end SC_CASH_RECEIVEITEM; "> //Stop drop rate So as for your needs Script: <" bonus2 bExpAddRace,RC_All,15; // Increase Exp Rate 15% "> OnEquipScript: <" sc_start SC_CASH_RECEIVEITEM,-1,15; "> // Start drop rate "-1 Infinite" 15% OnUnequipScript: <" sc_end SC_CASH_RECEIVEITEM; "> //Stop drop rate Edited May 2, 2021 by nastyboy34 update Quote Share this post Link to post Share on other sites
0 simplexjay2 2 Posted May 19, 2021 On 5/2/2021 at 8:27 AM, nastyboy34 said: For Exp, JExp, Drop Script: <" bonus2 bExpAddRace,RC_All,100; // Increase Exp Rate 1x bonus2 bJExpAddRace,RC_All,100; // Increase Exp Rate 1x "> OnEquipScript: <" sc_start SC_CASH_RECEIVEITEM,-1,100; "> // Start drop rate "-1 Infinite" 1x OnUnequipScript: <" sc_end SC_CASH_RECEIVEITEM; "> //Stop drop rate So as for your needs Script: <" bonus2 bExpAddRace,RC_All,15; // Increase Exp Rate 15% "> OnEquipScript: <" sc_start SC_CASH_RECEIVEITEM,-1,15; "> // Start drop rate "-1 Infinite" 15% OnUnequipScript: <" sc_end SC_CASH_RECEIVEITEM; "> //Stop drop rate Thank you for the idea but i already got the dropdate source kindalate but it's 100% working 1 nastyboy34 reacted to this Quote Share this post Link to post Share on other sites
In Rathena in item bonus you can use this bonuses but when i check here in herc i dont see drop bonuses for the item
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.
example:
Script: <" bonus2 bExpAddRace, RC_All, 15; bonus2 bDropAddRace,RC_All,15;">
Gettings error Uknown pc_bonus2 that's why im looking for the right one
15%exp and 15% droprate
Share this post
Link to post
Share on other sites