|
@@ -3990,6 +3990,8 @@ static const struct battle_data_short {
|
|
{ "ignore_items_gender", &battle_config.ignore_items_gender}, // [Lupus]
|
|
{ "ignore_items_gender", &battle_config.ignore_items_gender}, // [Lupus]
|
|
{ "copyskill_restrict", &battle_config.copyskill_restrict}, // [Aru]
|
|
{ "copyskill_restrict", &battle_config.copyskill_restrict}, // [Aru]
|
|
{ "berserk_cancels_buffs", &battle_config.berserk_cancels_buffs}, // [Aru]
|
|
{ "berserk_cancels_buffs", &battle_config.berserk_cancels_buffs}, // [Aru]
|
|
|
|
+
|
|
|
|
+ { "debuff_on_logout", &battle_config.debuff_on_logout},
|
|
{ "monster_ai", &battle_config.mob_ai},
|
|
{ "monster_ai", &battle_config.mob_ai},
|
|
{ "dynamic_mobs", &battle_config.dynamic_mobs},
|
|
{ "dynamic_mobs", &battle_config.dynamic_mobs},
|
|
{ "mob_remove_damaged", &battle_config.mob_remove_damaged},
|
|
{ "mob_remove_damaged", &battle_config.mob_remove_damaged},
|
|
@@ -4391,6 +4393,9 @@ void battle_set_defaults() {
|
|
battle_config.who_display_aid = 0;
|
|
battle_config.who_display_aid = 0;
|
|
battle_config.display_hallucination = 1;
|
|
battle_config.display_hallucination = 1;
|
|
battle_config.ignore_items_gender = 1;
|
|
battle_config.ignore_items_gender = 1;
|
|
|
|
+ battle_config.copyskill_restrict = 2;
|
|
|
|
+ battle_config.berserk_cancels_buffs = 1;
|
|
|
|
+ battle_config.debuff_on_logout = 1;
|
|
battle_config.use_statpoint_table = 1;
|
|
battle_config.use_statpoint_table = 1;
|
|
battle_config.mob_ai = 0;
|
|
battle_config.mob_ai = 0;
|
|
battle_config.dynamic_mobs = 1; // use Dynamic Mobs [Wizputer]
|
|
battle_config.dynamic_mobs = 1; // use Dynamic Mobs [Wizputer]
|