From 5b728b1a3371c45e7682dcfb136791eef13ab140 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 3 May 2022 18:44:08 -0300 Subject: It is working, just don't rush or timers won't pick it up and you'll die. Also, you can't escape from the trap... Yet. --- npc/034-4/exit.txt | 2 +- npc/034-4/lobby.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/034-4') diff --git a/npc/034-4/exit.txt b/npc/034-4/exit.txt index 1487f4898..1f9730908 100644 --- a/npc/034-4/exit.txt +++ b/npc/034-4/exit.txt @@ -210,7 +210,7 @@ OnSick: inventoryplace Iten, 1; @mystatus = 99; // Non party leaders receive "less" - if (strcharinfo(0) != getpartyleader(.@p)) { + if (strcharinfo(0) != getpartyleader(getcharid(1))) { Mobpt+=7500; getexp 96000, 900; dispbottom l("I found %s and %s!", "7,500 "+l("monster points"), "96,000 "+l("experience points")); diff --git a/npc/034-4/lobby.txt b/npc/034-4/lobby.txt index f0a5e6740..1c634d1f4 100644 --- a/npc/034-4/lobby.txt +++ b/npc/034-4/lobby.txt @@ -10,7 +10,7 @@ OnTouch: if (instance_id() < 0 || getcharid(1) < 1) end; GeminiCheck(13); .@p=getcharid(1); - if ($@VALIA_STATUS[.@p] < 15) { + if ($@VALIA_STATUS[.@p] < 14 || mobcount(getmap(), "#GeminiShowdown::OnABC")) { dispbottom l("Luvia is too dangerous to be left alone."); end; } -- cgit v1.2.3-70-g09d2