diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-12 18:57:02 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-12 18:57:02 +0000 |
commit | 7c0d97709c232044403d77c6c66d2e792365d5c4 (patch) | |
tree | 0552401b4a2e78745b453082a3041300caa5b19d /doc/quest_variables.txt | |
parent | bf469e529783e3716813b98f6436e94c02d43142 (diff) | |
download | hercules-7c0d97709c232044403d77c6c66d2e792365d5c4.tar.gz hercules-7c0d97709c232044403d77c6c66d2e792365d5c4.tar.bz2 hercules-7c0d97709c232044403d77c6c66d2e792365d5c4.tar.xz hercules-7c0d97709c232044403d77c6c66d2e792365d5c4.zip |
* 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
Diffstat (limited to 'doc/quest_variables.txt')
-rw-r--r-- | doc/quest_variables.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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){} |