summaryrefslogtreecommitdiff
path: root/npc/042-2/sorfina.txt
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2011-05-15 11:40:47 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2011-05-15 11:40:47 +0200
commite04997cae5f41a2d9bd1a1cfdcfd14a5a6843ffb (patch)
tree2bfac0f5ceb12b2f0716ee2a537ee0bb08069507 /npc/042-2/sorfina.txt
parent76d9da24cf0dca9e41a322c68fe36fe5025d5ba3 (diff)
downloadserverdata-e04997cae5f41a2d9bd1a1cfdcfd14a5a6843ffb.tar.gz
serverdata-e04997cae5f41a2d9bd1a1cfdcfd14a5a6843ffb.tar.bz2
serverdata-e04997cae5f41a2d9bd1a1cfdcfd14a5a6843ffb.tar.xz
serverdata-e04997cae5f41a2d9bd1a1cfdcfd14a5a6843ffb.zip
tutorial
Diffstat (limited to 'npc/042-2/sorfina.txt')
-rw-r--r--npc/042-2/sorfina.txt88
1 files changed, 88 insertions, 0 deletions
diff --git a/npc/042-2/sorfina.txt b/npc/042-2/sorfina.txt
new file mode 100644
index 00000000..4fe88fbe
--- /dev/null
+++ b/npc/042-2/sorfina.txt
@@ -0,0 +1,88 @@
+042-2.gat,28,26,0 script Sorfina 154,{
+
+ if (tutorial > 2) goto L_Again;
+ if (tutorial == 1) goto L_Clothes;
+
+ mes "[Sorfina]";
+ 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.\"";
+ 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 "She has a sad look on her face, but then she shakes her head and smiles.";
+ next;
+ mes "[Sorfina]";
+ 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.\"";
+ menu
+ "That would be great!",L_Tut,
+ "No, thanks. I already know how things are going.",L_SkipTut;
+
+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.";
+
+ mes "She smiles at you.";
+ mes "[Sorfina]";
+ mes "\"A wise decision.\"";
+ next;
+ mes "\"Ok, I hope you didn't forget how to walk. Just use the arrow keys or click at the place you want to go to.\"";
+ next;
+ mes "\"And you really should get dressed again. I gave you an old shirt of my son.\"";
+ next;
+ set tutorial, 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;
+ mes "\"Then click on the shirt and press the equip button.\"";
+ next;
+ mes "\"Talk to me again when you got dressed. You can either click on me, or press N to focus on me and T to talk.\"";
+ close;
+
+L_Clothes:
+ if (getequipid(equip_torso) < 0) goto L_Naked;
+ mes "[Sorfina]";
+ mes "\"That's much better, don't you think so?\"";
+ next;
+ mes "\"You know, there are different kind of items. You can also use usable items in your inventory.\"";
+ next;
+ mes "\"But you might find it more useful to put them on a shortcut. Press F8 to open your shortcut window.\"";
+ next;
+ mes "\"You can select the item you want to put on a shortcut with your mouse and then click on the position in the shortcut window you want to place it.\"";
+ next;
+ mes "\"I think this will help you a bit. To get more informations, press the button settings and look at the controls. You can also change them as you like.\"";
+ next;
+ mes "\"Now you should go to see my granddaughter, she is very worried. She's in the storehouse, that's the building just a few steps southeast from here.\"";
+ 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;
+ close;
+
+L_Again:
+ mes "[Sorfina]";
+ mes "\"TODO: put here a menu for explaining things again\"";
+ close;
+
+L_SkipTut:
+ mes "[Sorfina]";
+ mes "\"Really? You seem quite unexperienced. Listening to some advices won't hurt.\"";
+ menu
+ "Thinking about it twice... please tell me.",L_Tut,
+ "Yeah, but thanks for the offer. Bye",-;
+ mes "[Sorfina]";
+ mes "\"If you think so. Good luck.\"";
+ //TODO:set flag
+close;
+}
+
+042-2.gat,45,31,0 script #DoorOut 127,1,1,{
+ //TODO: add blocked door
+ warp "042-1.gat", 62, 63;
+ end;
+}