From f6c25ef3686c51cdd3294fb63ad134bc733623ee Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 8 Mar 2023 10:45:15 -0300 Subject: Quick fix on Nahrec --- npc/017-5/nahrec.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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; -- cgit v1.2.3-60-g2f50