summaryrefslogtreecommitdiff
path: root/npc/014-2-2
diff options
context:
space:
mode:
Diffstat (limited to 'npc/014-2-2')
-rw-r--r--npc/014-2-2/valia.txt5
1 files changed, 2 insertions, 3 deletions
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");
}