diff options
author | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-31 15:30:36 +0000 |
---|---|---|
committer | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-31 15:30:36 +0000 |
commit | ddb543357cd798fea501491919af2f3db2d9d1eb (patch) | |
tree | 59e65643ace604b446eb5a19510cfd7573e80bd2 | |
parent | 7e339a2121968741563b6195c962ed87f961c9ef (diff) | |
download | hercules-ddb543357cd798fea501491919af2f3db2d9d1eb.tar.gz hercules-ddb543357cd798fea501491919af2f3db2d9d1eb.tar.bz2 hercules-ddb543357cd798fea501491919af2f3db2d9d1eb.tar.xz hercules-ddb543357cd798fea501491919af2f3db2d9d1eb.zip |
Some small sign quest changes.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8002 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/quests/The_Sign_Quest.txt | 5 | ||||
-rw-r--r-- | npc/scripts_athena.conf | 5 |
3 files changed, 8 insertions, 3 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index ce326eebe..853bb99df 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -40,6 +40,7 @@ Date Added ======
07/31
+ * Some small changes to the sign quest [MasterOfMuppets]
* Cleared 2006 Headgear quests a bit [Lupus]
- Made Gunslinger Job Quest use 1 variable instead of 2 [Lupus]
07/30
diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt index 57e809763..dbabd7045 100644 --- a/npc/quests/The_Sign_Quest.txt +++ b/npc/quests/The_Sign_Quest.txt @@ -3,7 +3,7 @@ //===== By: ==================================================
//= SinSloth(Most of the NPCs), MasterOfMuppets(Some of the NPCs + bug fixes) & Kargha(The quiz NPCs)
//===== Current Version: =====================================
-//= 1.0
+//= 1.1
//===== Compatible With: =====================================
//= eAthena SVN 3422+(Requires jA Script System)
//===== Description: =========================================
@@ -13,6 +13,7 @@ //= found in the language of your client.
//===== Additional Comments: =================================
//= 1.0 First version, beware of potential nasty bugs :x [MasterOfMuppets]
+//= 1.1 Finalized for stable, might still contain bugs though. [MasterOfMuppets]
//============================================================
//===== Configuration : ======================================
prontera.gat,1,1,1 script TheSignConfig -1,{
@@ -8519,7 +8520,7 @@ L_Path: mes "be too much for just";
mes "one adventurer alone...";
close2;
- warp "que_sign02.gat",135,313;
+ warp "que_sign02.gat",35,313;
end;
L_Success:
diff --git a/npc/scripts_athena.conf b/npc/scripts_athena.conf index f009702ff..bdf8521c8 100644 --- a/npc/scripts_athena.conf +++ b/npc/scripts_athena.conf @@ -93,7 +93,10 @@ npc: npc/quests/Lvl4_weapon_quest.txt npc: npc/quests/juperos.txt
npc: npc/quests/thana_quest.txt
npc: npc/quests/eye_of_hellion.txt
-npc: npc/quests/The_Sign_Quest.txt
+//The Sign Quest will be "enable only".
+//There are some things you might consider doing before implementing it,
+//For more info, read the comments in npc/quests/The_Sign_Quest.txt
+//npc: npc/quests/The_Sign_Quest.txt
npc: npc/quests/newgears/2004_headgears.txt
npc: npc/quests/newgears/new_hats_0625.txt
npc: npc/quests/novice_exchange.txt
|