diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-08-31 10:43:00 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-08-31 15:08:45 +0200 |
commit | 3451932a69c0907285cf5398949fdb6bc7a49e24 (patch) | |
tree | 8a8c458ec5e80207e4374c4ff8072d6d0c41c48c /world/map/npc/042-1 | |
parent | e2806d444dd4077d02ffc1abe455c33b89e765f2 (diff) | |
download | serverdata-3451932a69c0907285cf5398949fdb6bc7a49e24.tar.gz serverdata-3451932a69c0907285cf5398949fdb6bc7a49e24.tar.bz2 serverdata-3451932a69c0907285cf5398949fdb6bc7a49e24.tar.xz serverdata-3451932a69c0907285cf5398949fdb6bc7a49e24.zip |
Tutorial: get the starting money with some storywise explanation
Diffstat (limited to 'world/map/npc/042-1')
-rw-r--r-- | world/map/npc/042-1/kaan.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/world/map/npc/042-1/kaan.txt b/world/map/npc/042-1/kaan.txt index 0b22ba64..e3998d1c 100644 --- a/world/map/npc/042-1/kaan.txt +++ b/world/map/npc/042-1/kaan.txt @@ -64,6 +64,10 @@ L_Tanisha3: mes "\"Are you going to visit Tulimshar?"; mes "The bazaar there is a wondeful place! Traders, entertainers, adventurers - it's very exciting.\""; next; + mes "\"Ah, I forgot. Without some money the bazaar is less fun I suppose."; + mes "Here, take this.\""; + set Zeny, Zeny + 15; + next; mes "\"And Ian the trainer is hanging around there often. You should talk to him, he's a smart guy.\""; set kaan, 2; if (hasan) |