diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-05 22:37:48 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-05 22:37:48 +0200 |
commit | 3ea3de6a5ad3ade366cc7a0118949b10476b0798 (patch) | |
tree | 6e67dc0279c05120e8c39b2e069fe505e77f7c21 /npc/042-2/sorfina.txt | |
parent | fd34e5fc13048912e939241f3abd88de78b25a4d (diff) | |
download | serverdata-3ea3de6a5ad3ade366cc7a0118949b10476b0798.tar.gz serverdata-3ea3de6a5ad3ade366cc7a0118949b10476b0798.tar.bz2 serverdata-3ea3de6a5ad3ade366cc7a0118949b10476b0798.tar.xz serverdata-3ea3de6a5ad3ade366cc7a0118949b10476b0798.zip |
fixing a lot of warps that didn't git
Diffstat (limited to 'npc/042-2/sorfina.txt')
-rw-r--r-- | npc/042-2/sorfina.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/042-2/sorfina.txt b/npc/042-2/sorfina.txt index 281e7233..407279a9 100644 --- a/npc/042-2/sorfina.txt +++ b/npc/042-2/sorfina.txt @@ -62,7 +62,7 @@ L_Clothes: 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.\""; + mes "\"Now you should go to see my granddaughter, she is very worried. She's in the storehouse, that's the second building 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.\""; @@ -216,9 +216,9 @@ OnTouch: close; } -042-2.gat,45,31,0 script #DoorOut 127,2,2,{ +042-2.gat,44,31,0 script #DoorOut 127,0,0{ if ((sorfina < 2) && !(FLAGS & FLAG_TUTORIAL_DONE)) goto L_Block; - warp "042-1.gat", 62, 63; + warp "042-1.gat", 37, 57; end; L_Block: message strcharinfo(0), "Sorfina: Wait a moment! You're not ready to leave."; |