diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-01 12:59:05 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-01 12:59:05 -0200 |
commit | 34bbe2de4d87da7531ef9a719ff9e451c3f0240f (patch) | |
tree | 885302fdf1adc0eaefc7ce17320281293fed2415 | |
parent | 96db66e01ae18a3b96192497709417808ff8bc58 (diff) | |
download | serverdata-34bbe2de4d87da7531ef9a719ff9e451c3f0240f.tar.gz serverdata-34bbe2de4d87da7531ef9a719ff9e451c3f0240f.tar.bz2 serverdata-34bbe2de4d87da7531ef9a719ff9e451c3f0240f.tar.xz serverdata-34bbe2de4d87da7531ef9a719ff9e451c3f0240f.zip |
[skip ci] Minimum level 20, but advised level is 30
-rw-r--r-- | npc/003-2/lua.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index c6d735bd7..9bdcc35d7 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -200,6 +200,8 @@ L_Complete: mesq l("You'll soon run out of stuff to do around here, so yeah, you should extend your horizons or you may get bored soon enough."); else mesq l("Tulimshar doesn't have a lot more of quests to offer you, so you should definitely explore new places."); + if (BaseLevel < 30) + mesq l("I'm sure there are a lot of sidequests here until you reach level 30, but that's optional."); close; L_Tips: |