viewing paste Unknown #6900 | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10
            // change drops depending on monsters size [Valaris]
            if (battle_config.mob_size_influence) {
                if (md->special_state.size == SZ_MEDIUM && drop_rate >= 2)
                    drop_rate /= 2;
                else if( md->special_state.size == SZ_BIG)
                    drop_rate *= 2;
//          if (pc_get_group_level(sd)>=1) drop_rate += 30;     
            if (sd && pc_get_group_level(sd)>0) 
                drop_rate+=drop_rate*3/10;
            }
Viewed 1265 times, submitted by Guest.