diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-29 00:25:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-29 00:25:49 -0300 |
commit | 8dc80ccdb7b0916aab47f8d24306c6c865ad4dfc (patch) | |
tree | ec33ef42c2a3125a3e875864b43ad1a7c65bef51 /npc/002-3 | |
parent | 8071ddde86666c1495c5119b3927f5718b690f60 (diff) | |
parent | d6358d0d127ffac94f243d29eccc6793567e9c60 (diff) | |
download | serverdata-8dc80ccdb7b0916aab47f8d24306c6c865ad4dfc.tar.gz serverdata-8dc80ccdb7b0916aab47f8d24306c6c865ad4dfc.tar.bz2 serverdata-8dc80ccdb7b0916aab47f8d24306c6c865ad4dfc.tar.xz serverdata-8dc80ccdb7b0916aab47f8d24306c6c865ad4dfc.zip |
Merge branch 'master' into testserver
Conflicts solved with -X theirs
Diffstat (limited to 'npc/002-3')
-rw-r--r-- | npc/002-3/nard.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index f4b08c1cf..e8ce86333 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -57,7 +57,7 @@ L_Checker: mesq l("Ship travels are not free. Also, I have a few friends on the Island, and I would like you to check out on them."); next; showavatar NPC_ELMO; - setcamnpc "Elmo"; + setcamnpc instance_npcname("Elmo"); mesn l("Elmo"); mesq l("I, Elmo, captain's deputy, will help you to make the maximum possible money in Candor!"); mesc l("Talk to Elmo to get an EXP UP Boost until level 15!"), 2; @@ -72,6 +72,7 @@ L_Checker: mesc l("EXP Gain raised in @@% for one hour!", .@BONUS), 2; next; showavatar NPC_NARD; + setcamnpc; mesn; mesq l("After that, we're going to Tulimshar. Tulim is the most important city on the world, and the Alliance have an office there."); next; @@ -224,6 +225,7 @@ L_NotYet: next; mesn; mesq l("The Alliance have records of everyone. And if you need another trip, talk to me!"); + mesc l("PROTIP: Every quest you complete in a location, will make ship travels to and from them cheaper!"); } else { mesq l("You still haven't completed your tasks."); |