|
@@ -8557,8 +8557,10 @@ static const struct _battle_data {
|
|
{ "feature.equipswitch", &battle_config.feature_equipswitch, 1, 0, 1, },
|
|
{ "feature.equipswitch", &battle_config.feature_equipswitch, 1, 0, 1, },
|
|
{ "pet_walk_speed", &battle_config.pet_walk_speed, 1, 1, 3, },
|
|
{ "pet_walk_speed", &battle_config.pet_walk_speed, 1, 1, 3, },
|
|
{ "blacksmith_fame_refine_threshold", &battle_config.blacksmith_fame_refine_threshold,10, 1, MAX_REFINE, },
|
|
{ "blacksmith_fame_refine_threshold", &battle_config.blacksmith_fame_refine_threshold,10, 1, MAX_REFINE, },
|
|
- { "mob_nopc_idleskill_rate", &battle_config.mob_nopc_idleskill_rate, 100, 0, 100, },
|
|
|
|
- { "mob_nopc_move_rate", &battle_config.mob_nopc_move_rate, 100, 0, 100, },
|
|
|
|
|
|
+ { "mob_nopc_idleskill_rate", &battle_config.mob_nopc_idleskill_rate, 100, 0, 100, },
|
|
|
|
+ { "mob_nopc_move_rate", &battle_config.mob_nopc_move_rate, 100, 0, 100, },
|
|
|
|
+ { "boss_nopc_idleskill_rate", &battle_config.boss_nopc_idleskill_rate, 100, 0, 100, },
|
|
|
|
+ { "boss_nopc_move_rate", &battle_config.boss_nopc_move_rate, 100, 0, 100, },
|
|
|
|
|
|
#include "../custom/battle_config_init.inc"
|
|
#include "../custom/battle_config_init.inc"
|
|
};
|
|
};
|