diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-28 11:42:46 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-28 11:42:46 +0000 |
commit | cd0f08fb90955fc34546b321d7d8894defcbc7cc (patch) | |
tree | abe976e4fbc2cd3801b85df2112936953b584092 | |
parent | 0e18aab4b8d2dc4bdac05e18a76c8d170fbcc64d (diff) | |
download | hercules-cd0f08fb90955fc34546b321d7d8894defcbc7cc.tar.gz hercules-cd0f08fb90955fc34546b321d7d8894defcbc7cc.tar.bz2 hercules-cd0f08fb90955fc34546b321d7d8894defcbc7cc.tar.xz hercules-cd0f08fb90955fc34546b321d7d8894defcbc7cc.zip |
The Sign: Fixed possible exploit
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9933 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/quests/The_Sign_Quest.txt | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index ab1e19108..248e57b60 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -26,6 +26,8 @@ KarLaeda Date Added ====== +2007/03/01 + * The Sign: Fixed possible exploit, thanks to happylight [Lupus] 2007/02/28 * Fixes to Merchant/Smith skill quests according to ragnainfo wiki [DracoRPG] - Added missing 1 Banana Juice requirement to Cart Revolution quest diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt index c2d1e96c6..7687163a7 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.7a +//= 1.7b //===== Compatible With: ===================================== //= eAthena SVN 3422+(Requires jA Script System) //===== Description: ========================================= @@ -26,6 +26,7 @@ //= as suggested Tantarian, to let people Reborn [Lupus] //= 1.6 Minor fix, thanks to theultramage for pointing it out. [MasterOfMuppets] //= 1.7 Fixed exploit [KarLaeda] 1.7a, fixed wrong dialogue [Lupus] +//= 1.7b Fixed possible exploit [Lupus] //============================================================ //===== Configuration : ====================================== prontera.gat,1,1,1 script TheSignConfig -1,{ @@ -6463,7 +6464,7 @@ himinn.gat,48,86,5 script Valkyrie#2 811,{ mes "travel there and ferret"; mes "out true darkness from"; mes "one of the hearts there..."; - set signquest,33; + if(signquest==32)set signquest,33; close2; warp "geffen.gat",120,100; end; |