From c1a0b1b0743502127adb24dd98e9d4fdc77fb7b1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 28 Apr 2022 16:31:55 -0300 Subject: More bugfixes; but Forest Stage should work now --- npc/014-2-2/valia.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'npc/014-2-2/valia.txt') diff --git a/npc/014-2-2/valia.txt b/npc/014-2-2/valia.txt index 622240dad..77704003d 100644 --- a/npc/014-2-2/valia.txt +++ b/npc/014-2-2/valia.txt @@ -25,13 +25,11 @@ function script GeminiCheck { function script GeminiKill { if (!compare(getmap(), "val")) end; .@p=getcharid(1); - debugmes "Gemini Kill! ID: %d", killedrid; switch ($@VALIA_STATUS[.@p]) { case 1: // Quest initiated break; case 2: // Looking for a runestone if (killedrid == GreenSlime) { - debugmes "It was a Green Slime!"; if (!rand2(40)) { getexp 8132, 657; dispbottom l("You found the Runestone! You gave it to the party leader."); @@ -43,8 +41,9 @@ function script GeminiKill { break; case 4: // Desert unlocked, but no clue on what to do case 5: // Desert unlocked, cutscene over + debugmes "Killedrid = %d = Cave Snake = %d", killedrid, CaveSnake; if (killedrid == CaveSnake) { - if (!rand2(5) && countitem(SealedSoul) < 10) { + if (!rand2(4) && countitem(SealedSoul) < 10) { getitem SealedSoul, 1; areamonster(getmap(), 100, 20, 170, 60, strmobinfo(1, MagicGoblin), MagicGoblin, 1, "Valia::OnMGoblin"); } -- cgit v1.2.3-70-g09d2