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-2/tanisha.txt | |
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-2/tanisha.txt')
-rw-r--r-- | world/map/npc/042-2/tanisha.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/world/map/npc/042-2/tanisha.txt b/world/map/npc/042-2/tanisha.txt index aa3cc662..a4bbeb13 100644 --- a/world/map/npc/042-2/tanisha.txt +++ b/world/map/npc/042-2/tanisha.txt @@ -98,12 +98,17 @@ L_StatsRe: mes "[Tanisha]"; mes "\"But I doubt he'd do that without a service in return.\""; - if (tanisha == 3) goto L_Advice; + if (tanisha == 3) goto L_Money; close; -L_Advice: +L_Money: next; mes "[Tanisha]"; + mes "\"Hey, you are so smart taking out all that yucky maggots for me."; + mes "You can have my pocket money. Here.\""; + set Zeny, Zeny + 5; +L_Advice: + next; mes "\"When you go to Tulimshar, you should see Bernard. He can make a delicious soup!"; mes "Good luck!\""; emotion 3; |