From 617890517395670dd1be6fd3af92e3e6e3e86e80 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 5 Jul 2021 16:11:20 -0300 Subject: As Hocus requested... Players are now able to use the Evil Obelisk to warp to Keshlam. --- npc/027-2/alacrius.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'npc/027-2') diff --git a/npc/027-2/alacrius.txt b/npc/027-2/alacrius.txt index 5c5e0094..f1dd9a26 100644 --- a/npc/027-2/alacrius.txt +++ b/npc/027-2/alacrius.txt @@ -12,8 +12,10 @@ L_Quest: // Rand() is probably not the best way to do that. - if (!#CRYPT_PASSWORD) - #CRYPT_PASSWORD = rand(4095); + if (!#CRYPT_PASSWORD) { + #CRYPT_PASSWORD = rand2(4095); + setq Quest_Reapercry, 1; + } next; mes "##1--------- The Alacrius Riddle"; mes ""; -- cgit v1.2.3-70-g09d2