diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-01-23 21:28:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-01-23 21:28:33 +0300 |
commit | a822cbcef119fd572e2ce6da18eb512cc33f322b (patch) | |
tree | 95a0c43faf84714eb95a26530953e9f09b55ef72 /conf | |
parent | 725383133754e1aff97949047bbc113d9490602a (diff) | |
download | serverdata-a822cbcef119fd572e2ce6da18eb512cc33f322b.tar.gz serverdata-a822cbcef119fd572e2ce6da18eb512cc33f322b.tar.bz2 serverdata-a822cbcef119fd572e2ce6da18eb512cc33f322b.tar.xz serverdata-a822cbcef119fd572e2ce6da18eb512cc33f322b.zip |
Update from hercules
Diffstat (limited to 'conf')
-rw-r--r-- | conf/atcommand.conf | 1 | ||||
-rw-r--r-- | conf/common/inter-server.conf | 1 | ||||
-rw-r--r-- | conf/map/battle/player.conf | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/conf/atcommand.conf b/conf/atcommand.conf index 78befea8..91485f3b 100644 --- a/conf/atcommand.conf +++ b/conf/atcommand.conf @@ -57,6 +57,7 @@ aliases: { itemreset: ["clearinventory"] channel: ["main"] autoloottype: ["aloottype"] + camerainfo: ["setcamera", "viewpointvalue"] } /* List of commands that should not be logged at all */ diff --git a/conf/common/inter-server.conf b/conf/common/inter-server.conf index c3db6fc1..a4122b85 100644 --- a/conf/common/inter-server.conf +++ b/conf/common/inter-server.conf @@ -116,6 +116,7 @@ inter_configuration: { autotrade_merchants_db: "autotrade_merchants" autotrade_data_db: "autotrade_data" npc_market_data_db: "npc_market_data" + npc_barter_data_db: "npc_barter_data" } // Show warning in console if some string translation missing for selected language diff --git a/conf/map/battle/player.conf b/conf/map/battle/player.conf index 7295824f..913f3ec6 100644 --- a/conf/map/battle/player.conf +++ b/conf/map/battle/player.conf @@ -211,6 +211,7 @@ snovice_call_type: 0 // 0x080 - Emotion Request // 0x100 - DropItem Request // 0x200 - @/#Command Request +// 0x400 - NPC Script Interaction // Please note that at least 1 option has to be enabled. // Be mindful that the more options used, the easier it becomes to cheat features that rely on idletime (e.g. checkidle()). // Default: walk ( 0x1 ) + useskilltoid ( 0x2 ) + useskilltopos ( 0x4 ) + useitem ( 0x8 ) + attack ( 0x10 ) = 0x1F |