summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-08-20 18:50:38 +0300
committerAndrei Karas <akaras@inbox.ru>2016-08-20 18:50:38 +0300
commit7f3ac11e400874fe996dd285f07c59c83b08d91f (patch)
treec5b7bce6eddb56bf74495d7471826ae7c55531f0
parentddf5a3b944b23d0a138f108b8db328ddeaa6df7c (diff)
downloadserverdata-7f3ac11e400874fe996dd285f07c59c83b08d91f.tar.gz
serverdata-7f3ac11e400874fe996dd285f07c59c83b08d91f.tar.bz2
serverdata-7f3ac11e400874fe996dd285f07c59c83b08d91f.tar.xz
serverdata-7f3ac11e400874fe996dd285f07c59c83b08d91f.zip
Restore own settings into configuration.
-rw-r--r--conf/char/char-server.conf38
-rw-r--r--conf/common/inter-server.conf3
-rw-r--r--conf/global/console.conf2
-rw-r--r--conf/login/login-server.conf2
-rw-r--r--conf/map/battle/client.conf4
-rw-r--r--conf/map/battle/misc.conf6
-rw-r--r--conf/map/battle/monster.conf4
-rw-r--r--conf/map/battle/party.conf2
-rw-r--r--conf/map/battle/pet.conf2
-rw-r--r--conf/map/battle/player.conf4
10 files changed, 33 insertions, 34 deletions
diff --git a/conf/char/char-server.conf b/conf/char/char-server.conf
index 4c6ef034..f4ea2a77 100644
--- a/conf/char/char-server.conf
+++ b/conf/char/char-server.conf
@@ -105,15 +105,9 @@ char_configuration: {
new: {
// Start point (Renewal)
start_point_re: {
- map: "iz_int"
- x: 97
- y: 90
- }
- // Start point (Pre-Renewal)
- start_point_pre: {
- map: "new_1-1"
- x: 53
- y: 111
+ map: "000-0"
+ x: 22
+ y: 24
}
// Starting items for new characters
@@ -124,18 +118,18 @@ char_configuration: {
// stackable: Is stackable? (not stackable item types: weapon, armor, egg, pet armor)
//},
start_items: (
- {
- id: 1201 // Knife
- amount: 1
- loc: 2
- stackable: false
- },
- {
- id: 2301 // Cotton_Shirt
- amount: 1
- loc: 16
- stackable: false
- },
+// {
+// id: 1201 // Knife
+// amount: 1
+// loc: 2
+// stackable: false
+// },
+// {
+// id: 2301 // Cotton_Shirt
+// amount: 1
+// loc: 16
+// stackable: false
+// },
)
// Starting zeny
@@ -210,7 +204,7 @@ char_configuration: {
// NOTE: Requires client 2011-03-09aragexeRE or newer.
// 0: disabled
// 1: enabled
- enabled: true
+ enabled: false
// Request Pincode only on login or on everytime char select is accessed?
// 0: only on login (default)
diff --git a/conf/common/inter-server.conf b/conf/common/inter-server.conf
index 888d4ad8..cf3cb694 100644
--- a/conf/common/inter-server.conf
+++ b/conf/common/inter-server.conf
@@ -117,6 +117,9 @@ inter_configuration: {
autotrade_data_db: "autotrade_data"
npc_market_data_db: "npc_market_data"
}
+
+ // Show warning in console if some string translation missing for selected language
+ warn_missing_translation: no
}
import: "conf/import/inter-server.conf"
diff --git a/conf/global/console.conf b/conf/global/console.conf
index 21ee46bd..f98c56dc 100644
--- a/conf/global/console.conf
+++ b/conf/global/console.conf
@@ -63,5 +63,5 @@ console: {
//4: Log Debug Messages
//Example: "console_msg_log: 7" logs all 3 kinds
//Messages logged by this overrides console_silent setting
- console_msg_log: 0
+ console_msg_log: 7
}
diff --git a/conf/login/login-server.conf b/conf/login/login-server.conf
index 71928e3d..a9a3ff94 100644
--- a/conf/login/login-server.conf
+++ b/conf/login/login-server.conf
@@ -182,6 +182,8 @@ login_configuration: {
)
} // login_configuration.DNS_blacklist
} // login_configuration.permission
+
+ update_server: "http://download.evolonline.org/evol/"
}
import: "conf/import/login-server.conf"
diff --git a/conf/map/battle/client.conf b/conf/map/battle/client.conf
index 818db314..9da5ea2b 100644
--- a/conf/map/battle/client.conf
+++ b/conf/map/battle/client.conf
@@ -36,7 +36,7 @@
// 0: disabled
// 1: optional (not recommended) -- identifies whether it is required
// 2: enabled (recommended)
-packet_obfuscation: 1
+packet_obfuscation: 0
// Minimum delay between whisper/global/party/guild messages (in ms)
// Messages that break this threshold are silently omitted.
@@ -46,7 +46,7 @@ min_chat_delay: 0
min_hair_style: 0
max_hair_style: 29
min_hair_color: 0
-max_hair_color: 8
+max_hair_color: 20
min_cloth_color: 0
max_cloth_color: 4
min_body_style: 0
diff --git a/conf/map/battle/misc.conf b/conf/map/battle/misc.conf
index bc97b716..2f88dbe0 100644
--- a/conf/map/battle/misc.conf
+++ b/conf/map/battle/misc.conf
@@ -102,7 +102,7 @@ duel_allow_teleport: false
duel_autoleave_when_die: true
// Delay between using @duel in minutes
-duel_time_interval: 60
+duel_time_interval: 1
// Restrict duel usage to same map
duel_only_on_same_map: false
@@ -114,12 +114,12 @@ duel_only_on_same_map: false
// Custom - This variation will make every full cell to be considered a wall.
// NOTE: For this setting to take effect you have to use a server compiled
// with Cell Stack Limit support (see src/map/map.h)
-official_cell_stack_limit: 1
+official_cell_stack_limit: 0
custom_cell_stack_limit: 1
// If false while walking not check occupied cells
// If true while walking check occupied cells
-check_occupied_cells: true
+check_occupied_cells: false
// Allow autotrade only in map with autotrade flag?
// Set this to "false" will allow autotrade where no "autotrade" mapflag is set
diff --git a/conf/map/battle/monster.conf b/conf/map/battle/monster.conf
index 48e47616..09faec68 100644
--- a/conf/map/battle/monster.conf
+++ b/conf/map/battle/monster.conf
@@ -71,7 +71,7 @@ monster_max_aspd: 199
// 0x400: Set this to make mobs have a range of 9 for all skills. Otherwise, they
// will obey the normal skill range rules.
// Example: 0x140 -> Chase players through warps + use skills in random order.
-monster_ai: 0
+monster_ai: 0x001
// How often should a monster rethink its chase?
// 0: Every 100ms (MIN_MOBTHINKTIME)
@@ -82,7 +82,7 @@ monster_ai: 0
// Regardless of this setting, a monster will always rethink its chase if it has
// reached its target. Increase this value if you want to make monsters continue
// moving after they lost their target (hide, no line of sight, etc.).
-monster_chase_refresh: 3
+monster_chase_refresh: 2
// Should mobs be able to be warped (add as needed)?
// 0: Disable.
diff --git a/conf/map/battle/party.conf b/conf/map/battle/party.conf
index 07a0bdae..392a031e 100644
--- a/conf/map/battle/party.conf
+++ b/conf/map/battle/party.conf
@@ -73,4 +73,4 @@ party_even_share_bonus: 0
// Display party name regardless if player is in a guild.
// Official servers do not display party name unless the user is in a guild. (Note 1)
-display_party_name: false
+display_party_name: true
diff --git a/conf/map/battle/pet.conf b/conf/map/battle/pet.conf
index 6dfe5076..a07963b9 100644
--- a/conf/map/battle/pet.conf
+++ b/conf/map/battle/pet.conf
@@ -36,7 +36,7 @@
pet_catch_rate: 100
// Can you name a pet more then once? (Note 1)
-pet_rename: false
+pet_rename: true
// The rate a pet will get friendly by feeding it. (Note 2)
pet_friendly_rate: 100
diff --git a/conf/map/battle/player.conf b/conf/map/battle/player.conf
index e478a92a..04c40898 100644
--- a/conf/map/battle/player.conf
+++ b/conf/map/battle/player.conf
@@ -75,7 +75,7 @@ basic_skill_check: true
player_invincible_time: 5000
// When set to true, it prevent portal abuse for avoid hits. Official value is false.
-fix_warp_hit_delay_abuse: false
+fix_warp_hit_delay_abuse: true
// The time interval for HP to restore naturally. (in milliseconds)
natural_healhp_interval: 6000
@@ -146,7 +146,7 @@ show_hp_sp_gain: true
// Show the critical bonus for katar class weapon in player status window? On
// official server, the critical bonus from katar class weapon isn't display.
// (Default: false)
-show_katar_crit_bonus: false
+show_katar_crit_bonus: true
// If set, when A accepts B as a friend, B will also be added to A's friend
// list, otherwise, only A appears in B's friend list.