diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-24 15:32:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-24 15:32:08 -0300 |
commit | b5c2df9b1771d3858349461c672b9f44a8209445 (patch) | |
tree | 0486b06189fee943249699fdfd2a9a99a21c8a74 /npc/002-3/nard.txt | |
parent | 119dca1d758a04e79e1924df43ac4d913c565246 (diff) | |
download | serverdata-b5c2df9b1771d3858349461c672b9f44a8209445.tar.gz serverdata-b5c2df9b1771d3858349461c672b9f44a8209445.tar.bz2 serverdata-b5c2df9b1771d3858349461c672b9f44a8209445.tar.xz serverdata-b5c2df9b1771d3858349461c672b9f44a8209445.zip |
Fix a minor bug on Nard, where setcamnpc didn't work correctly due lack of
instance_npcname()
Diffstat (limited to 'npc/002-3/nard.txt')
-rw-r--r-- | npc/002-3/nard.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index 24f300405..24bc12848 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; |