From 0459ea8e5165e749d82fb3a92ffc849c4e939649 Mon Sep 17 00:00:00 2001 From: MasterOfMuppets Date: Wed, 6 Dec 2006 12:58:46 +0000 Subject: Minor fix to the sign quest, thanks to theultramage for pointing it out. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9419 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 2 ++ npc/quests/The_Sign_Quest.txt | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 8962421b9..494b3399a 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -33,6 +33,8 @@ KarLaeda Date Added ====== +12/06 + * Minor fix to the sign quest, thanks to theultramage for pointing it out [MasterOfMuppets] 12/01 * Fixed event's label for many quest-spawned monsters [KarLaeda] * Small fix to The Sign Quest [KarLaeda] diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt index 91f17ee83..e22304830 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.5 +//= 1.6 //===== Compatible With: ===================================== //= eAthena SVN 3422+(Requires jA Script System) //===== Description: ========================================= @@ -24,6 +24,7 @@ //= Also moved the Alberta sign since another NPC was on top of it. [Llyr] //= 1.5 Fixed exploits and bugs. Plus add a removal of exttra sobbing pieces //= as suggested Tantarian, to let people Reborn [Lupus] +//= 1.6 Minor fix, thanks to theultramage for pointing it out. [MasterOfMuppets] //============================================================ //===== Configuration : ====================================== prontera.gat,1,1,1 script TheSignConfig -1,{ @@ -2454,6 +2455,7 @@ else } OnMonsterDead: set $signmazemonster,$signmazemonster - 1; + end; } -- cgit v1.2.3-60-g2f50