summaryrefslogtreecommitdiff
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
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
-rw-r--r--npc/014-2-2/valia.txt5
-rw-r--r--npc/034-1/gemini.txt4
2 files changed, 4 insertions, 5 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");
}
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;