summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;