summaryrefslogtreecommitdiff
path: root/world/map/npc/025-4/julia.txt
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2011-09-08 20:36:29 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2011-09-08 20:36:29 +0200
commit5ea6c568c86d9c0f76983705258951e2db9974fa (patch)
tree94a402b645140a7bb9fbfa467a73cfb30d880a56 /world/map/npc/025-4/julia.txt
parent2629fa14c6f7e6a5a7a71f5c784424cf80189f17 (diff)
parentcba4de9a5f7b9de412b9f458c80904cee9764a85 (diff)
downloadserverdata-5ea6c568c86d9c0f76983705258951e2db9974fa.tar.gz
serverdata-5ea6c568c86d9c0f76983705258951e2db9974fa.tar.bz2
serverdata-5ea6c568c86d9c0f76983705258951e2db9974fa.tar.xz
serverdata-5ea6c568c86d9c0f76983705258951e2db9974fa.zip
Merge remote-tracking branch 'testing/master'v2011.09.08
Diffstat (limited to 'world/map/npc/025-4/julia.txt')
-rw-r--r--world/map/npc/025-4/julia.txt58
1 files changed, 29 insertions, 29 deletions
diff --git a/world/map/npc/025-4/julia.txt b/world/map/npc/025-4/julia.txt
index ecb7703a..25db76d7 100644
--- a/world/map/npc/025-4/julia.txt
+++ b/world/map/npc/025-4/julia.txt
@@ -1,43 +1,43 @@
// Authors: alastrim, Ali-g, Dark Mage
-025-4.gat,89,21,0 script Julia 114,{
+025-4.gat,89,21,0|script|Julia|114,{
- set @Reward_EXP, 5000;
+ set @Reward_EXP, 5000;
- if (Rossy_Quest > 16 || FLAGS & FLAG_ROSSI_COMPLETED) goto L_End;
- if (Rossy_Quest == 16) goto L_Done;
- if (Rossy_Quest <= 15) goto L_Hmmm;
+ if (Rossy_Quest > 16 || FLAGS & FLAG_ROSSI_COMPLETED) goto L_End;
+ if (Rossy_Quest == 16) goto L_Done;
+ if (Rossy_Quest <= 15) goto L_Hmmm;
L_Done:
- mes "[Julia]";
- mes "\"I heard some battle noises a few minutes ago. Are you here to save me?\"";
- next;
- menu
- "Of course I'm here to save you, Rossy sent me here!", -;
- mes "\"Rossy? My twin sister? I knew she was going to look for me. Thank you so much, here is a present for you.\"";
- getinventorylist;
- if (@inventorylist_count == 100) goto L_TooMany;
- getitem "BlackBoots", 1;
- getexp @Reward_EXP, 0;
- set Rossy_Quest, 17;
- mes "\"I'm out of here now, lets get out of this horrible cave.\"";
- close;
+ mes "[Julia]";
+ mes "\"I heard some battle noises a few minutes ago. Are you here to save me?\"";
+ next;
+ menu
+ "Of course I'm here to save you, Rossy sent me here!", -;
+ mes "\"Rossy? My twin sister? I knew she was going to look for me. Thank you so much, here is a present for you.\"";
+ getinventorylist;
+ if (@inventorylist_count == 100) goto L_TooMany;
+ getitem "BlackBoots", 1;
+ getexp @Reward_EXP, 0;
+ set Rossy_Quest, 17;
+ mes "\"I'm out of here now, lets get out of this horrible cave.\"";
+close;
L_End:
- mes "[Julia]";
- mes "\"Lets get out of this horrible cave.\"";
- close;
+ mes "[Julia]";
+ mes "\"Lets get out of this horrible cave.\"";
+close;
L_Hmmm:
- mes "[Julia]";
- mes "\"Don't hurt me!\"";
- close;
+ mes "[Julia]";
+ mes "\"Don't hurt me!\"";
+close;
L_TooMany:
- mes "[Julia]";
- mes "\"Oh, you don't have room for it. Come back when your backpack isn't full.\"";
- next;
- mes "\"I'll wait here until i can give your present to you!\"";
- close;
+ mes "[Julia]";
+ mes "\"Oh, you don't have room for it. Come back when your backpack isn't full.\"";
+ next;
+ mes "\"I'll wait here until i can give your present to you!\"";
+close;
}