summaryrefslogtreecommitdiff
path: root/npc/099-7
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-07-05 16:11:20 -0300
committerJesusaves <cpntb1@ymail.com>2021-07-05 16:11:20 -0300
commit617890517395670dd1be6fd3af92e3e6e3e86e80 (patch)
tree4ae4756e1b97ec1ddf8f7974692fd9c4cf70b231 /npc/099-7
parent357f5489d01cf8c48aedc8a505715a5dcf4b996a (diff)
downloadserverdata-617890517395670dd1be6fd3af92e3e6e3e86e80.tar.gz
serverdata-617890517395670dd1be6fd3af92e3e6e3e86e80.tar.bz2
serverdata-617890517395670dd1be6fd3af92e3e6e3e86e80.tar.xz
serverdata-617890517395670dd1be6fd3af92e3e6e3e86e80.zip
As Hocus requested... Players are now able to use the Evil Obelisk to warp to Keshlam.
Diffstat (limited to 'npc/099-7')
-rw-r--r--npc/099-7/boss.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/npc/099-7/boss.txt b/npc/099-7/boss.txt
index 7f47910e..d6a6ac20 100644
--- a/npc/099-7/boss.txt
+++ b/npc/099-7/boss.txt
@@ -709,3 +709,20 @@ L_Done:
end;
}
+099-7,95,33,0 script An Evil Obelisk NPC185,{
+ mes l("An evil obelisk. Totally not suspcious. At all.");
+ // 1 = Assigned; 2 = Warped; 3 = Obelisk
+ if (getq(Quest_Reapercry) == 2) {
+ next;
+ mesc l("(You touch the mysterious obelisk. Somehow you feels peace and pain at the same time.)");
+ mesc l("(Suddenly a strange sensation flows through you. It feels like your body leaves your soul and becomes one with the stone.)");
+ mesc l("(As suddenly as the feeling started it stops. The strange attraction is away from one moment to the next and the obelisk feels like just an ordinary evil stone.)");
+ setq Quest_Reapercry, 3;
+ }
+ close;
+
+OnInit:
+ .distance=3;
+ end;
+}
+