isaw4sal3 Posted May 1, 2012 Group: Members Topic Count: 23 Topics Per Day: 0.00 Content Count: 40 Reputation: 0 Joined: 12/10/11 Last Seen: January 20, 2015 Share Posted May 1, 2012 can anyone help me? i can't script my custom drop rate. and one more thing what script is "Attention Concentration" in healer? prontera,155,181,4 script healer 742,{ percentheal 100,100; sc_start SC_BLESSING,0,10; sc_start SC_INCREASEAGI,0,10; sc_start SC_CONCENTRATION,0,10; end; } Quote Link to comment Share on other sites More sharing options...
Flaid Posted May 1, 2012 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 398 Reputation: 140 Joined: 01/04/12 Last Seen: February 19, 2022 Share Posted May 1, 2012 (edited) What do you mean by custom drop rate? Drop rates that just belong to certain items while the normal drop rate is different? For your second case: prontera,155,181,4 script healer 742,{ percentheal 100,100; sc_start SC_BLESSING,0,10; sc_start SC_INCREASEAGI,0,10; sc_start SC_CONCENTRATION,0,10; sc_start AC_CONCENTRATION,300000,0; //This will last 5 minutes, edit to your needs end; } Edited May 1, 2012 by Flaid Quote Link to comment Share on other sites More sharing options...
Emistry Posted May 1, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted May 1, 2012 if overall drop rate... here https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/drops.conf // Item drop rates (Note 2) // The rate the common items are dropped (Items that are in the ETC tab, besides card) item_rate_common: 100 item_rate_common_boss: 100 item_drop_common_min: 1 item_drop_common_max: 10000 // The rate healing items are dropped (items that restore HP or SP) item_rate_heal: 100 item_rate_heal_boss: 100 item_drop_heal_min: 1 item_drop_heal_max: 10000 // The rate at which usable items (in the item tab) other then healing items are dropped. item_rate_use: 100 item_rate_use_boss: 100 item_drop_use_min: 1 item_drop_use_max: 10000 // The rate at which equipment is dropped. item_rate_equip: 100 item_rate_equip_boss: 100 item_drop_equip_min: 1 item_drop_equip_max: 10000 // The rate at which cards are dropped item_rate_card: 100 item_rate_card_boss: 100 item_drop_card_min: 1 item_drop_card_max: 10000 // The rate adjustment for the MVP items that the MVP gets directly in their inventory item_rate_mvp: 100 item_drop_mvp_min: 1 item_drop_mvp_max: 10000 // The rate adjustment for card-granted item drops. item_rate_adddrop: 100 item_drop_add_min: 1 item_drop_add_max: 10000 // Rate adjustment for Treasure Box drops (these override all other modifiers) item_rate_treasure: 100 item_drop_treasure_min: 1 item_drop_treasure_max: 10000 if just specific monster items... edit your monster database.. mob_db.txt Quote Link to comment Share on other sites More sharing options...
Question
isaw4sal3
can anyone help me? i can't script my custom drop rate.
and one more thing what script is "Attention Concentration" in healer?
Link to comment
Share on other sites
2 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.