diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-05-24 21:43:37 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-05-27 22:34:44 +0200 |
commit | ec0c57d054c79aef940f3e0ea26045c807a160c5 (patch) | |
tree | d7d40f02d9c506c005fe49a63a9be88b6b9145d8 /npc/042-2/sorfina.txt | |
parent | f0937be55e19b05dd4b0a53829b1eb249a2c4a21 (diff) | |
download | serverdata-ec0c57d054c79aef940f3e0ea26045c807a160c5.tar.gz serverdata-ec0c57d054c79aef940f3e0ea26045c807a160c5.tar.bz2 serverdata-ec0c57d054c79aef940f3e0ea26045c807a160c5.tar.xz serverdata-ec0c57d054c79aef940f3e0ea26045c807a160c5.zip |
putting new npcs in seperated files
some scripting and fixes
Diffstat (limited to 'npc/042-2/sorfina.txt')
-rw-r--r-- | npc/042-2/sorfina.txt | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/npc/042-2/sorfina.txt b/npc/042-2/sorfina.txt index 4fe88fbe..409d8c90 100644 --- a/npc/042-2/sorfina.txt +++ b/npc/042-2/sorfina.txt @@ -1,23 +1,24 @@ 042-2.gat,28,26,0 script Sorfina 154,{ - if (tutorial > 2) goto L_Again; - if (tutorial == 1) goto L_Clothes; + if (sorfina == 2) goto L_Again; + if (sorfina == 1) goto L_Clothes; - mes "[Sorfina]"; + mes "[Old Woman]"; mes "\"Ah, you're waking up. It seems you collapsed after you left the boat that brought you to Tulimshar."; mes "A group of ragtags immediatly took advantage of that and stole all your stuff!\""; next; mes "\"My little granddaughter Tanisha saw that, but couldn't do something to stop them."; - mes "She brought someone to help. It was too late to catch the thieves, but at least they brought you here to recover.\""; + mes "She hurried to get someone to help. It was too late to catch the thieves, but at least they brought you here to recover.\""; next; - mes "\"This area of the town is full of shady poeple, so I don't think there's a chance to get back your stuff.\""; + mes "\"This area of the town is full of shady people, so I don't think there's a chance to get back your stuff.\""; mes "She has a sad look on her face, but then she shakes her head and smiles."; next; - mes "[Sorfina]"; + mes "[Old Woman]"; mes "\"I'm glad you're feeling better now. You're not used to the hot weather, right?"; mes "Are you here to look for some work? Many young people come to our Tulimshar for this reason.\""; next; mes "\"I can tell you some useful things, if you to hear.\""; + mes "\"Oh, and by the way my name is Sorfina.\""; menu "That would be great!",L_Tut, "No, thanks. I already know how things are going.",L_SkipTut; @@ -26,7 +27,7 @@ L_Tut: mes "[Server]"; mes "The explanations in this tutorial are based on the official client version 0.5.2"; mes "If you're using another client, settings and controls may be different."; - + next; mes "She smiles at you."; mes "[Sorfina]"; mes "\"A wise decision.\""; @@ -35,7 +36,7 @@ L_Tut: next; mes "\"And you really should get dressed again. I gave you an old shirt of my son.\""; next; - set tutorial, 1; + set sorfina, 1; L_Naked: mes "\"Press F3 or click at the button for your equipment in the bar at the upper right corner to open your inventory.\""; next; @@ -61,7 +62,7 @@ L_Clothes: next; mes "\"Oh, and if you're looking for work, you should talk to Aidan when you go to main Tulimshar. They're giving rewards for monster hunting."; mes "You can find him near the south gate. Well, good luck.\""; - set tutorial, 2; + set sorfina, 2; close; L_Again: |