From 0016ab2db19f5aabceab37dd99ce39f5345172ef Mon Sep 17 00:00:00 2001 From: jesusalva Date: Thu, 8 Feb 2018 17:41:13 -0200 Subject: Add a missing file, report a KNOWN BUG on Zegas quest - because DEVELOPER FAULT. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I'm not fixing this one, so everyone working at scripts may know about it. Quoting the manual: NPC variables (.) “exist in the NPC and disappear when the server restarts or the NPC is reloaded.” They are not unique-by-character, nor unique-by-char-and-npc. They are unique-by-NPC. Meaning, a change to a "." variable affects EVERYONE in the server. --- db/quest_db.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'db') diff --git a/db/quest_db.conf b/db/quest_db.conf index 1bd0a2d63..f80fe4eee 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -185,6 +185,10 @@ quest_db: ( Id: 39 Name: "CandorQuest_Apana" }, +{ + Id: 40 + Name: "CandorQuest_Barrel" +}, { Id: 1000 Name: "Test_testing1" -- cgit v1.2.3-60-g2f50