From 186bfb9ecff6cdb67387a051c88460351db1280b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 24 Jan 2019 18:05:46 -0200 Subject: Hercules update --- conf/atcommand.conf | 1 + conf/common/inter-server.conf | 1 + conf/map/battle/player.conf | 1 + 3 files changed, 3 insertions(+) (limited to 'conf') diff --git a/conf/atcommand.conf b/conf/atcommand.conf index cdae515a7..57356202e 100644 --- a/conf/atcommand.conf +++ b/conf/atcommand.conf @@ -58,6 +58,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 3ba660e49..9f61a74fa 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 95b2b3532..aa9af9cf3 100644 --- a/conf/map/battle/player.conf +++ b/conf/map/battle/player.conf @@ -212,6 +212,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 -- cgit v1.2.3-70-g09d2