MVP and Mini Boss Card global removal

iZeal

New member
Messages
158
Points
0
Emulator
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

 
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)

 
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?
default_biggrin.png


Code:
43054144414741424132412841434054413741234047414641314148412141354318432441684276413443304263423641744302434243724352437443764399438644034407440844194425443044414145
 
are these all mvp boss and mini boss?

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.txt
give 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?
default_biggrin.png


Code:
43054144414741424132412841434054413741234047414641314148412141354318432441684276413443304263423641744302434243724352437443764399438644034407440844194425443044414145
 
Here i've searched it including the mini boss based on RMS.

Code:
430541444147414241324128414340544137412340474146413141484121413543184324416842764134433042634236417443024342437243524374437643994386440344074408441944254440443044414207439242544145435943974363436543574367436141984203424144284398442743954197442641834431429043004238423741634391442943934394440641694354438444234250 
 
Last edited by a moderator:
@ayennn Thank you vm

@AngelMelody I would try that also thanks
default_biggrin.png
 would that also include the mini bosses?

 
Last edited by a moderator:
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.

 
Back
Top