From b237b53485813bde6b181cbe1b848c9f6da258ba Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 4 Feb 2020 22:22:16 -0300 Subject: Inform new players doing alige quest that it is a level 42 quest. Maybe it should inform on first interaction instead? --- npc/002-1/alige.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/npc/002-1/alige.txt b/npc/002-1/alige.txt index 1eee9461e..71cc307c7 100644 --- a/npc/002-1/alige.txt +++ b/npc/002-1/alige.txt @@ -29,6 +29,13 @@ L_Weak: mesc l("You thought there was someone here. It must have been your imagination."); + if (@seenalige) + goto L_Noob; + @seenalige=true; + close; + +L_Noob: + mesc l("Protip: You need level %d or higher to do this quest.", 42), 1; close; L_Revolt: -- cgit v1.2.3-60-g2f50