vBrenth 39 Posted May 8, 2014 (edited) I wonder why Ghostring and other mini-boss card are not boss(mini) on fluxCP ? Ghostring http://playragnarok.ws/?module=monster&action=view&id=1120 Eddga http://playragnarok.ws/?module=monster&action=view&id=1115 the ghostring card drop rate in panel should be 0.05% too ? Edited May 8, 2014 by Juvia Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted May 14, 2014 I wonder why Ghostring and other mini-boss card are not boss(mini) on fluxCP ? Ghostring http://playragnarok.ws/?module=monster&action=view&id=1120 Eddga http://playragnarok.ws/?module=monster&action=view&id=1115 the ghostring card drop rate in panel should be 0.05% too ? About MvP and mini-boss, we don't have any settings in mob_db to set mini-boss, its also an MvP (correct if I am wrong.) and about Drop Rate: it checks the drop rate from sql directly, and it is affected by the following settings on config/servers.php 'DropRates' => array( // The rate the common items (in the ETC tab, besides card) are dropped 'Common' => 100, 'CommonBoss' => 100, // The rate healing items (that restore HP or SP) are dropped 'Heal' => 100, 'HealBoss' => 100, // The rate usable items (in the item tab other then healing items) are dropped 'Useable' => 100, 'UseableBoss' => 100, // The rate at which equipment is dropped 'Equip' => 100, 'EquipBoss' => 100, // The rate at which cards are dropped 'Card' => 100, 'CardBoss' => 100, // The rate adjustment for the MVP items that the MVP gets directly in their inventory 'MvpItem' => 100 ), Quote Share this post Link to post Share on other sites
0 vBrenth 39 Posted May 14, 2014 Yes the problem is the miniboss belongs to normal monster "drop rate" on fluxCP. Quote Share this post Link to post Share on other sites
0 jaBote 438 Posted May 14, 2014 AFAIK, the game considers MvPs as these monsters which have mvp_exp on their mob_db entry. And don't know how is a mob considered miniboss, but I've believed to date it has to do with the "boss" mode on the mob DB: db/mob_db_mode_list.txt At least in src/map/battle.h, line 31... #define is_boss(bl) (status_get_mode(bl)&MD_BOSS) // Can refine later [Aru] Hope it helped, even if being off-topic. Quote Share this post Link to post Share on other sites
0 vBrenth 39 Posted May 16, 2014 Ugh, im talking about flux. Quote Share this post Link to post Share on other sites
0 Jguy 215 Posted May 16, 2014 And so are they (to an extent). The point being: There's no real way for FluxCP to get the information form the database if a mob is mini-boss or not, because the information physically isn't there (at least not in mob_db). Quote Share this post Link to post Share on other sites
I wonder why Ghostring and other mini-boss card are not boss(mini) on fluxCP ?
Ghostring
http://playragnarok.ws/?module=monster&action=view&id=1120
Eddga
http://playragnarok.ws/?module=monster&action=view&id=1115
the ghostring card drop rate in panel should be 0.05% too ?
Edited by JuviaShare this post
Link to post
Share on other sites