iZeal 5 Posted June 11, 2014 I'm planning to make an old school feature test server with no boss cards is there a way to remove it globally like they will not drop and you can't find it on @whodrops and @mi Thanks and God Bless you Quote Share this post Link to post Share on other sites
0 Ragnar Lothbrok 21 Posted June 11, 2014 I already ask like this but no one respond maybe the best way is to comment it on item_db Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted June 11, 2014 I'm planning to make an old school feature test server with no boss cards is there a way to remove it globally like they will not drop and you can't find it on @whodrops and @mi Thanks and God Bless you remove it from mob_db.txtgive me list of all mini boss id and I can do it for you.(since mini boss dont have any special field to check if they are mini boss) 1 iZeal reacted to this Quote Share this post Link to post Share on other sites
0 iZeal 5 Posted June 11, 2014 Ill try that when i get home. Thanks all.. Quote Share this post Link to post Share on other sites
0 Luffy 14 Posted June 12, 2014 I'm planning to make an old school feature test server with no boss cards is there a way to remove it globally like they will not drop and you can't find it on @whodrops and @mi Thanks and God Bless you remove it from mob_db.txtgive me list of all mini boss id and I can do it for you.(since mini boss dont have any special field to check if they are mini boss) Here Check this if this list are okay? 43054144414741424132412841434054413741234047414641314148412141354318432441684276413443304263423641744302434243724352437443764399438644034407440844194425443044414145 Quote Share this post Link to post Share on other sites
0 iZeal 5 Posted June 12, 2014 are these all mvp boss and mini boss? I'm planning to make an old school feature test server with no boss cardsis there a way to remove it globally like they will not drop and you can't find it on @whodrops and @mi Thanks and God Bless youremove it from mob_db.txtgive me list of all mini boss id and I can do it for you.(since mini boss dont have any special field to check if they are mini boss) Here Check this if this list are okay? 43054144414741424132412841434054413741234047414641314148412141354318432441684276413443304263423641744302434243724352437443764399438644034407440844194425443044414145 Quote Share this post Link to post Share on other sites
0 Luffy 14 Posted June 12, 2014 dont know, that's why i said to check it. Quote Share this post Link to post Share on other sites
0 Luffy 14 Posted June 14, 2014 (edited) Here i've searched it including the mini boss based on RMS. 430541444147414241324128414340544137412340474146413141484121413543184324416842764134433042634236417443024342437243524374437643994386440344074408441944254440443044414207439242544145435943974363436543574367436141984203424144284398442743954197442641834431429043004238423741634391442943934394440641694354438444234250 Edited June 14, 2014 by ayennnnnnn 1 2 tokisboy, iZeal and Angelmelody reacted to this Quote Share this post Link to post Share on other sites
0 Angelmelody 221 Posted June 14, 2014 you can try src modification https://github.com/HerculesWS/Hercules/blob/master/src/map/mob.c#L2373 to add this line if ( it->type == IT_CARD && ( md->status.mode & MD_BOSS ) ) continue; 1 1 iZeal and Coookie reacted to this Quote Share this post Link to post Share on other sites
0 iZeal 5 Posted June 14, 2014 (edited) @ayennn Thank you vm @AngelMelody I would try that also thanks would that also include the mini bosses? Edited June 14, 2014 by iZeal Quote Share this post Link to post Share on other sites
0 Angelmelody 221 Posted June 14, 2014 @ayennn Thank you vm @AngelMelody I would try that also thanks would that also include the mini bosses? Hum, mini boss + mvp Quote Share this post Link to post Share on other sites
0 Chilly 1 Posted June 24, 2014 in drops.conf: // The rate at which cards are droppeditem_rate_card: 100item_rate_card_boss: 0item_drop_card_min: 0item_drop_card_max: 10000 wouldn't this be the easiest way? it should set the rate to 0% chance for all boss cards to drop, you probably need this too: // Can the monster's drop rate become 0? (Note 1)// Default: no (as in official servers).drop_rate0item: yes haven't tested this though. Quote Share this post Link to post Share on other sites
I'm planning to make an old school feature test server with no boss cards
is there a way to remove it globally like they will not drop and you can't find it on @whodrops and @mi
Thanks and God Bless you
Share this post
Link to post
Share on other sites