summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-07-05 16:13:55 -0300
committerJesusaves <cpntb1@ymail.com>2021-07-05 16:13:55 -0300
commit756e2ad56e3290c755e7a44fd85a08040552b657 (patch)
treeeaff36d0da29ff7fd29867c6ea7c61fa23391e0d
parent617890517395670dd1be6fd3af92e3e6e3e86e80 (diff)
downloadserverdata-756e2ad56e3290c755e7a44fd85a08040552b657.tar.gz
serverdata-756e2ad56e3290c755e7a44fd85a08040552b657.tar.bz2
serverdata-756e2ad56e3290c755e7a44fd85a08040552b657.tar.xz
serverdata-756e2ad56e3290c755e7a44fd85a08040552b657.zip
Hocusidea
-rw-r--r--npc/018-3/evil-obelisk.txt9
-rw-r--r--npc/099-7/boss.txt2
2 files changed, 8 insertions, 3 deletions
diff --git a/npc/018-3/evil-obelisk.txt b/npc/018-3/evil-obelisk.txt
index d9bce317..071936d2 100644
--- a/npc/018-3/evil-obelisk.txt
+++ b/npc/018-3/evil-obelisk.txt
@@ -1,11 +1,11 @@
018-3,67,28,0 script Evil Obelisk NPC185,{
if (getq(Quest_Reapercry) == 3) {
- mesc l("We've already seen such obelisk before... Do you want to sacrifice %d %s?", 10, getitemlink(Soul));
- if (countitem(Soul) >= 10) {
+ mesc l("We've already seen such obelisk before... Do you want to sacrifice %d %s?", .souls, getitemlink(Soul));
+ if (countitem(Soul) >= .souls) {
next;
if (askyesno() == ASK_YES) {
- delitem Soul, 10;
+ delitem Soul, .souls;
warp "099-7", 95, 31;
closeclientdialog;
close;
@@ -24,4 +24,7 @@
@x1 = 0;
@y1 = 0;
close;
+OnInit:
+ .souls=25;
+ end;
}
diff --git a/npc/099-7/boss.txt b/npc/099-7/boss.txt
index d6a6ac20..29b0edbe 100644
--- a/npc/099-7/boss.txt
+++ b/npc/099-7/boss.txt
@@ -714,6 +714,8 @@ L_Done:
// 1 = Assigned; 2 = Warped; 3 = Obelisk
if (getq(Quest_Reapercry) == 2) {
next;
+ // FIXME: Infuse a Soul in the Broken Doll obtained from Fey Sprite
+ // Then sacrifice it, opening the portal. [HOCUSIDEA]
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.)");