summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-03-08 10:45:15 -0300
committerJesusaves <cpntb1@ymail.com>2023-03-09 21:12:40 -0300
commitf6c25ef3686c51cdd3294fb63ad134bc733623ee (patch)
treea21aa84487c83c8359ae7c63c2aa53bd63d72448
parent613974813d224d14e23841b60da1434917126116 (diff)
downloadserverdata-f6c25ef3686c51cdd3294fb63ad134bc733623ee.tar.gz
serverdata-f6c25ef3686c51cdd3294fb63ad134bc733623ee.tar.bz2
serverdata-f6c25ef3686c51cdd3294fb63ad134bc733623ee.tar.xz
serverdata-f6c25ef3686c51cdd3294fb63ad134bc733623ee.zip
Quick fix on Nahrec
-rw-r--r--npc/017-5/nahrec.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/npc/017-5/nahrec.txt b/npc/017-5/nahrec.txt
index 4510b6f3e..70e0f9bf6 100644
--- a/npc/017-5/nahrec.txt
+++ b/npc/017-5/nahrec.txt
@@ -138,6 +138,18 @@ function NahrecSavior {
next;
return;
}
+ if (BaseLevel < 100 || !REBIRTH) {
+ mesn;
+ mesq l("Savior equipment is for level 100+ players. Get your expectations back to reality, alright?");
+ next;
+ return;
+ }
+ if (!countitem(MylarinDust)) {
+ mesn;
+ mesq l("You need %s for this, so don't waste your breath.", getitemlink(MylarinDust));
+ next;
+ return;
+ }
mesn;
mesq l("Yes, I can craft Savior Pants. But it is not cheap. I'll need Platinum, Iridium, and Mylarin Dust. And gold. Much gold.");
next;