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 ++--- npc/034-1/gemini.txt | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'npc') 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"); } diff --git a/npc/034-1/gemini.txt b/npc/034-1/gemini.txt index 6831fd564..b4f337b5a 100644 --- a/npc/034-1/gemini.txt +++ b/npc/034-1/gemini.txt @@ -47,12 +47,12 @@ OnTouch: dispbottom l("There seems to be sort of lock preventing you from passing."); end; } - slide 118, 115; + slide 118, 55; end; } -034-1,169,64,0 script #GeminiExit2 NPC_HIDDEN,1,0,{ +034-1,169,24,0 script #GeminiExit2 NPC_HIDDEN,1,0,{ end; OnTouch: if (instance_id() < 0 || getcharid(1) < 1) end; -- cgit v1.2.3-60-g2f50