diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-04 22:22:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-04 22:22:16 -0300 |
commit | b237b53485813bde6b181cbe1b848c9f6da258ba (patch) | |
tree | 3555b3d218728051625b642eccbd04f76c33bd43 /npc | |
parent | 809f7770bc96e3868351c516e69862afb1650d19 (diff) | |
download | serverdata-b237b53485813bde6b181cbe1b848c9f6da258ba.tar.gz serverdata-b237b53485813bde6b181cbe1b848c9f6da258ba.tar.bz2 serverdata-b237b53485813bde6b181cbe1b848c9f6da258ba.tar.xz serverdata-b237b53485813bde6b181cbe1b848c9f6da258ba.zip |
Inform new players doing alige quest that it is a level 42 quest.
Maybe it should inform on first interaction instead?
Diffstat (limited to 'npc')
-rw-r--r-- | npc/002-1/alige.txt | 7 |
1 files changed, 7 insertions, 0 deletions
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: |