From 045d2af299e7a61baaa5cc3f74a465d1608d6678 Mon Sep 17 00:00:00 2001 From: MasterOfMuppets Date: Wed, 9 Aug 2006 13:08:36 +0000 Subject: A small sign quest fix according to a recent patch. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8203 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 2 ++ npc/quests/The_Sign_Quest.txt | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 48cde1e49..ba7dce2eb 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -34,6 +34,8 @@ Playtester Date Added ====== +08/09 + * A small sign quest fix according to a recent patch. [MasterOfMuppets] 08/06 * Added official spawn locations for all Yuno Fields [Playtester] - note: only works with Skotlex's spawn area fix diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt index dbabd7045..2b7a2911d 100644 --- a/npc/quests/The_Sign_Quest.txt +++ b/npc/quests/The_Sign_Quest.txt @@ -9664,7 +9664,7 @@ que_sign01.gat,178,19,0 script #serinwarp2 45,1,1,{ geffen.gat,119,55,1 script GeffeniaWarper 45,2,2,{ - switch(rand(1,4)) + switch($GeffeniaWarp) { case 1: @@ -9730,9 +9730,9 @@ L_Lament: L_Throw: misceffect 247; + set $GeffeniaWarp,rand(1,4); enablenpc "GeffeniaWarper"; donpcevent "GeffeniaWarper::OnWarping"; - set $GeffeniaWarp,1; mes "^3355FFOnce the Lucifer's Lament"; mes "splashes into the water, the"; mes "light reveals a peculiar warp"; -- cgit v1.2.3-70-g09d2