|
@@ -8318,18 +8318,18 @@ static const struct _battle_data {
|
|
|
{ "feature.auction", &battle_config.feature_auction, 0, 0, 2, },
|
|
|
{ "feature.banking", &battle_config.feature_banking, 1, 0, 1, },
|
|
|
#ifdef VIP_ENABLE
|
|
|
- { "vip_storage_increase", &battle_config.vip_storage_increase, 0, 0, MAX_STORAGE-MIN_STORAGE, },
|
|
|
+ { "vip_storage_increase", &battle_config.vip_storage_increase, 300, 0, MAX_STORAGE-MIN_STORAGE, },
|
|
|
#else
|
|
|
- { "vip_storage_increase", &battle_config.vip_storage_increase, 0, 0, MAX_STORAGE, },
|
|
|
+ { "vip_storage_increase", &battle_config.vip_storage_increase, 300, 0, MAX_STORAGE, },
|
|
|
#endif
|
|
|
- { "vip_base_exp_increase", &battle_config.vip_base_exp_increase, 0, 0, INT_MAX, },
|
|
|
- { "vip_job_exp_increase", &battle_config.vip_job_exp_increase, 0, 0, INT_MAX, },
|
|
|
- { "vip_exp_penalty_base", &battle_config.vip_exp_penalty_base, 0, 0, INT_MAX, },
|
|
|
- { "vip_exp_penalty_job", &battle_config.vip_exp_penalty_job, 0, 0, INT_MAX, },
|
|
|
+ { "vip_base_exp_increase", &battle_config.vip_base_exp_increase, 50, 0, INT_MAX, },
|
|
|
+ { "vip_job_exp_increase", &battle_config.vip_job_exp_increase, 50, 0, INT_MAX, },
|
|
|
+ { "vip_exp_penalty_base", &battle_config.vip_exp_penalty_base, 100, 0, INT_MAX, },
|
|
|
+ { "vip_exp_penalty_job", &battle_config.vip_exp_penalty_job, 100, 0, INT_MAX, },
|
|
|
{ "vip_zeny_penalty", &battle_config.vip_zeny_penalty, 0, 0, INT_MAX, },
|
|
|
- { "vip_bm_increase", &battle_config.vip_bm_increase, 0, 0, INT_MAX, },
|
|
|
- { "vip_drop_increase", &battle_config.vip_drop_increase, 0, 0, INT_MAX, },
|
|
|
- { "vip_gemstone", &battle_config.vip_gemstone, 0, 0, 2, },
|
|
|
+ { "vip_bm_increase", &battle_config.vip_bm_increase, 2, 0, INT_MAX, },
|
|
|
+ { "vip_drop_increase", &battle_config.vip_drop_increase, 50, 0, INT_MAX, },
|
|
|
+ { "vip_gemstone", &battle_config.vip_gemstone, 2, 0, 2, },
|
|
|
{ "vip_disp_rate", &battle_config.vip_disp_rate, 1, 0, 1, },
|
|
|
{ "mon_trans_disable_in_gvg", &battle_config.mon_trans_disable_in_gvg, 0, 0, 1, },
|
|
|
{ "homunculus_S_growth_level", &battle_config.hom_S_growth_level, 99, 0, MAX_LEVEL, },
|