diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-20 02:06:41 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-20 02:06:41 +0000 |
commit | 0836d92ab347ad3e8c5b35a360a20367e1ef9f36 (patch) | |
tree | 5fa5190eb4f5307c570bc15e15afe4c40901bcee /npc/quests | |
parent | 1cf8506c4b51235a0e48cd7d55559062b782315f (diff) | |
download | hercules-0836d92ab347ad3e8c5b35a360a20367e1ef9f36.tar.gz hercules-0836d92ab347ad3e8c5b35a360a20367e1ef9f36.tar.bz2 hercules-0836d92ab347ad3e8c5b35a360a20367e1ef9f36.tar.xz hercules-0836d92ab347ad3e8c5b35a360a20367e1ef9f36.zip |
* Optimized "Guild Battle NPC" (other\guildpvp.txt)
* Cleanup of "Gonryun Power Arena" script (other\powernpc.txt)
* Condensed "Seal Status" script a little bit (other\sealstatus.txt)
* Other general cleaning... :3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16323 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests')
-rw-r--r-- | npc/quests/Dandelion_Request.txt | 18 | ||||
-rw-r--r-- | npc/quests/obb_quest.txt | 2 | ||||
-rw-r--r-- | npc/quests/quests_morocc.txt | 4 |
3 files changed, 18 insertions, 6 deletions
diff --git a/npc/quests/Dandelion_Request.txt b/npc/quests/Dandelion_Request.txt index cb2add4f9..60af8ace2 100644 --- a/npc/quests/Dandelion_Request.txt +++ b/npc/quests/Dandelion_Request.txt @@ -1,6 +1,18 @@ -//==================================================================================// -// Dandelion's Request / Morocc Invasion quest -//==================================================================================// +//===== rAthena Script ======================================= +//= Dandelion's Request / Morocc Invasion quest +//===== By: ================================================== +//= SinSloth +//===== Current Version: ===================================== +//= 1.2 +//===== Compatible With: ===================================== +//= rAthena SVN +//===== Description: ========================================= +//= A Morroc quest that is no longer used. +//===== Additional Comments: ================================= +//= 1.1 Fixed a small bug in Dandelion's Request. [SinSloth] +//= 1.2 Moved Dandelion's Request to its own file. +//============================================================ + izlude,103,106,3 script Guildsman#1 48,3,3,{ if(checkweight(7416,1) != 1) diff --git a/npc/quests/obb_quest.txt b/npc/quests/obb_quest.txt index fcc76b832..097d7f78b 100644 --- a/npc/quests/obb_quest.txt +++ b/npc/quests/obb_quest.txt @@ -7,7 +7,7 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -// [Aegis COnversion] +// [Aegis Conversion] //= Old Blue Box quest (?) //= Officially this quest gave an OBB in exhange for a the //= required items unlimitedly, however this was changed by diff --git a/npc/quests/quests_morocc.txt b/npc/quests/quests_morocc.txt index 8628ff426..89c565c32 100644 --- a/npc/quests/quests_morocc.txt +++ b/npc/quests/quests_morocc.txt @@ -1,4 +1,4 @@ -//===== rAthena Script ======================================= +//===== rAthena Script ======================================= //= Quest NPCs related to Morroc //===== By: ================================================== //= kobra_k88 @@ -32,7 +32,7 @@ //= 2.2 Updated Binocular and Stop Post quests. [L0ne_W0lf] //= 2.3 Replaced effect numerics with constants. [Samuray22] //= 2.4 Implemented Ep. 12.1 Continental Guard Quest. [L0ne_W0lf] -//= Moved Dandelion's Request to a it's own file. +//= Moved Dandelion's Request to its own file. //= Added support NPCs required to finish Gaebolg quest. //= 2.5 Fixed Group of Evil never re-enabling. [L0ne_W0lf] //= 2.6 Added quest log commands for Resurrection of Satan Morroc. [L0ne_W0lf] |