summaryrefslogtreecommitdiff
path: root/npc/001-7
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-17 17:27:22 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-17 17:27:22 -0300
commita323670496606b29bd728e371dde8fb5be353ca6 (patch)
tree37f07fb3a53f3b439bffbf364ec073a8360f6f17 /npc/001-7
parent15e5f372654dafe35cd2ebdf1a0a10a264ccd57d (diff)
downloadserverdata-a323670496606b29bd728e371dde8fb5be353ca6.tar.gz
serverdata-a323670496606b29bd728e371dde8fb5be353ca6.tar.bz2
serverdata-a323670496606b29bd728e371dde8fb5be353ca6.tar.xz
serverdata-a323670496606b29bd728e371dde8fb5be353ca6.zip
Okay, so this is how we're going to go...
Diffstat (limited to 'npc/001-7')
-rw-r--r--npc/001-7/homunculus.txt18
1 files changed, 16 insertions, 2 deletions
diff --git a/npc/001-7/homunculus.txt b/npc/001-7/homunculus.txt
index bd14db3a4..1f2b5ef02 100644
--- a/npc/001-7/homunculus.txt
+++ b/npc/001-7/homunculus.txt
@@ -13,7 +13,7 @@ OnTouch:
.@q=getq(General_Narrator);
.@q2=getq2(General_Narrator);
// Cheater Detected
- if (.@q < 13) {
+ if (.@q < 15) {
warp "Save", 0, 0;
percentheal -100, -100;
return false;
@@ -34,7 +34,7 @@ OnTouch:
.@n=getq(General_Narrator);
.@q=getq2(FrostiaQuest_Homunculus);
// Cheater Detected
- if (.@n < 13) {
+ if (.@n < 15) {
warp "Save", 0, 0;
percentheal -100, -100;
return false;
@@ -49,3 +49,17 @@ OnTouch:
}
// Okay, we're done with basic warps
+001-7,50,112,0 script Abandoned Fountain#MKH NPC_NO_SPRITE,{
+ .@q=getq2(FrostiaQuest_Homunculus);
+ mesn;
+ mesc l("Meh.");
+ if (!(.@q & .objID))
+ setq2 FrostiaQuest_Homunculus, .@q|.objID;
+ close;
+OnInit:
+ .objID=1;
+ .distance=3;
+ end;
+}
+
+