diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-11-14 10:53:10 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-11-14 10:53:10 -0200 |
commit | ecdffdfafa45b976a04ae2535e71e57c48ecc7ef (patch) | |
tree | 14dde4582d930df0c5c2051e6f6639e5b7243a5c /conf | |
parent | 2bb6e132e1292d8954de94a08c9e6318fcd5856e (diff) | |
download | serverdata-ecdffdfafa45b976a04ae2535e71e57c48ecc7ef.tar.gz serverdata-ecdffdfafa45b976a04ae2535e71e57c48ecc7ef.tar.bz2 serverdata-ecdffdfafa45b976a04ae2535e71e57c48ecc7ef.tar.xz serverdata-ecdffdfafa45b976a04ae2535e71e57c48ecc7ef.zip |
This is a bunch of hercules update by 4144
Diffstat (limited to 'conf')
-rw-r--r-- | conf/map/battle/items.conf | 8 | ||||
-rw-r--r-- | conf/map/battle/skill.conf | 6 | ||||
-rw-r--r-- | conf/messages.conf | 3 |
3 files changed, 16 insertions, 1 deletions
diff --git a/conf/map/battle/items.conf b/conf/map/battle/items.conf index 2b298b819..a5c62645d 100644 --- a/conf/map/battle/items.conf +++ b/conf/map/battle/items.conf @@ -123,3 +123,11 @@ boarding_halter_speed: 25 // Allow to use items when the storage is open? // Official: false (Default) storage_use_item: false + +// Minimum item buy price at shop +// Default: 1 +min_item_buy_price: 1 + +// Minimum item sell price at shop +// Default: 0 +min_item_sell_price: 0 diff --git a/conf/map/battle/skill.conf b/conf/map/battle/skill.conf index 74263332f..06518c3ce 100644 --- a/conf/map/battle/skill.conf +++ b/conf/map/battle/skill.conf @@ -307,6 +307,12 @@ dancing_weaponswitch_fix: true // 1: Traps in GvG make player stop moving right when stepping over it. skill_trap_type: 0 +// Trap Reflect +// Whether the damage from traps must be reflected (for example by Reflect Shield or High Orc Card)? +// true: Aegis - traps are reflected +// false: Athena - traps are not reflected +trap_reflect: true + // Max Possible Level of Monster skills // Note: If your MVPs are too tough, reduce it to 10. mob_max_skilllvl: 100 diff --git a/conf/messages.conf b/conf/messages.conf index 54e8c0771..3803ba13f 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -447,7 +447,8 @@ // Return pet to egg message 451: You can't return your pet because your inventory is full. -//452-497 FREE +452: usage @camerainfo range rotation latitude +//453-497 FREE // Messages of others (not for GM commands) // ---------------------------------------- |