summaryrefslogtreecommitdiff
path: root/npc/014-2-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-04-28 16:31:55 -0300
committerJesusaves <cpntb1@ymail.com>2022-04-28 16:31:55 -0300
commitc1a0b1b0743502127adb24dd98e9d4fdc77fb7b1 (patch)
tree4a169aac2e57635397a341766d71f39b9a7f7ab1 /npc/014-2-2
parent529456b33aafda550cb97ffb13c10e5fc81a54c0 (diff)
downloadserverdata-c1a0b1b0743502127adb24dd98e9d4fdc77fb7b1.tar.gz
serverdata-c1a0b1b0743502127adb24dd98e9d4fdc77fb7b1.tar.bz2
serverdata-c1a0b1b0743502127adb24dd98e9d4fdc77fb7b1.tar.xz
serverdata-c1a0b1b0743502127adb24dd98e9d4fdc77fb7b1.zip
More bugfixes; but Forest Stage should work now
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");
}