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 /npc/quests | |
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
Diffstat (limited to 'npc/quests')
-rw-r--r-- | npc/quests/The_Sign_Quest.txt | 5 |
1 files changed, 3 insertions, 2 deletions
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:
|