From 7c0d97709c232044403d77c6c66d2e792365d5c4 Mon Sep 17 00:00:00 2001 From: euphyy Date: Thu, 12 Jul 2012 18:57:02 +0000 Subject: * Added Expanded Super Novice support to custom Job Master, and Kagerou/Oboro as well in comments (npc\custom\jobmaster.txt) * Clarified rare_drop_announce description, since a lot of people have had trouble with it for whatever reason (conf\battle\drops.conf) * Fixed a minor "viewpoint" argument error, bugreport:6221 (npc\jobs\3-2\royal_guard.txt) * Deleted custom Kiel Dungeon warper (npc\custom\quests\kiel_quest.txt) * Deleted custom Bongun Sword quest (npc\custom\quests\bongunsword.txt) * Deleted custom Book of the Devil quest (npc\custom\quests\bookofthedevil.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16418 54d463be-8e91-2dee-dedb-b68131a5f0ec --- doc/quest_variables.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/quest_variables.txt') diff --git a/doc/quest_variables.txt b/doc/quest_variables.txt index ee1339d71..8deb4d92a 100644 --- a/doc/quest_variables.txt +++ b/doc/quest_variables.txt @@ -64,8 +64,8 @@ Info: Not really a quest, but to How to set: set MISC_QUEST,MISC_QUEST|128; How to check: if(MISC_QUEST&128){} -Quest: Book of Devil -Info: The Lost Girl in Niflheim. +Quest: - +Info: - How to set: set MISC_QUEST,MISC_QUEST | 256; How to check: if(MISC_QUEST & 256){} -- cgit v1.2.3-60-g2f50