diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-24 00:14:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-24 00:14:41 -0300 |
commit | a7877ec1dad55193a06df115b08b0657080352b5 (patch) | |
tree | 28781b6f9e0f9f65aa7b529c8a593225c58d4225 /npc/002-3 | |
parent | 4c04d6c7858229f1d88f368841f1ddf42da01663 (diff) | |
download | serverdata-a7877ec1dad55193a06df115b08b0657080352b5.tar.gz serverdata-a7877ec1dad55193a06df115b08b0657080352b5.tar.bz2 serverdata-a7877ec1dad55193a06df115b08b0657080352b5.tar.xz serverdata-a7877ec1dad55193a06df115b08b0657080352b5.zip |
Inac will now shout to you talk to him once you disembark.
If your level is < 12 and tutorial is on, warn about level requeriment.
This way, players will come back for him :3
Diffstat (limited to 'npc/002-3')
-rw-r--r-- | npc/002-3/nard.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index d18ce909b..3180539d7 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -361,6 +361,9 @@ OnNardStage: mesn; mesq l("The Alliance have records of everyone. And if you need another trip, talk to me!"); tutmes l("PROTIP: Every quest you complete in a location, will make ship travels to and from them cheaper!"), "Protip", false; + next; + addtimer 2500, "Inac::OnShout"; + closeclientdialog; close; L_Close: |