diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-21 17:41:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-21 17:41:08 -0300 |
commit | 6da4f9d728f5cb1bf4db103cab375671c39985a0 (patch) | |
tree | e85e85881d22e40155855e11a74995df29d5eff5 /npc/002-3/nard.txt | |
parent | 1aeb12161b1bbb318fd4c66762a91d60c408f615 (diff) | |
download | serverdata-6da4f9d728f5cb1bf4db103cab375671c39985a0.tar.gz serverdata-6da4f9d728f5cb1bf4db103cab375671c39985a0.tar.bz2 serverdata-6da4f9d728f5cb1bf4db103cab375671c39985a0.tar.xz serverdata-6da4f9d728f5cb1bf4db103cab375671c39985a0.zip |
Tulimshar City Map, given by Nard automatically, and referenced on Swezanne.
Many questions about “where's the fishing rod” and “where's Silvia”, let's make things simple.
Diffstat (limited to 'npc/002-3/nard.txt')
-rw-r--r-- | npc/002-3/nard.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index bdb6d7c1d..aaec6ce3d 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -195,11 +195,13 @@ L_NotYet: close; } if (Zeny >= .@price) { + inventoryplace TulimMap, 1; mesq l("Ten, fifty, thousand... Yep, this is the amount I've asked for."); next; setq General_Narrator, 1; Zeny = Zeny-.@price; LOCATION$="Tulim"; + getitem TulimMap, 1; mesq l("Set sail! We're going to Tulimshar!"); next; showavatar; |