diff options
author | Ali-G <gauvain.dauchy@free.fr> | 2011-06-16 11:30:36 +0200 |
---|---|---|
committer | Ali-G <gauvain.dauchy@free.fr> | 2011-06-16 11:30:36 +0200 |
commit | 401362ae0e114623dd7e3654dcad58c4e87d760d (patch) | |
tree | af60621a2414d2ef9a504f92da318d535bbbf48b /npc/025-4/julia.txt | |
parent | 745a99f532915df911cbc2de3dbe007200396be9 (diff) | |
download | serverdata-401362ae0e114623dd7e3654dcad58c4e87d760d.tar.gz serverdata-401362ae0e114623dd7e3654dcad58c4e87d760d.tar.bz2 serverdata-401362ae0e114623dd7e3654dcad58c4e87d760d.tar.xz serverdata-401362ae0e114623dd7e3654dcad58c4e87d760d.zip |
Reviewed the whole quest's storyline. + Reorganised the mob db to make it clearer.
Diffstat (limited to 'npc/025-4/julia.txt')
-rw-r--r-- | npc/025-4/julia.txt | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/npc/025-4/julia.txt b/npc/025-4/julia.txt index 51bcc296..ad0c8a1a 100644 --- a/npc/025-4/julia.txt +++ b/npc/025-4/julia.txt @@ -1,4 +1,4 @@ -025-4.gat,89,21,0 script Julia 114,{ +025-4.gat,89,21,0 script Julia 114,{ if (Rossy_Quest > 16 || FLAGS & FLAG_ROSSI_COMPLETED) goto L_End; if (Rossy_Quest == 16) goto L_Done; @@ -6,9 +6,11 @@ L_Done: mes "[Julia]"; - mes "Oh, you saved me, thank you!"; + mes "I heard some battle noises few minutes ago and I presume you are here to save me!"; next; - mes "Here is a present for you."; + 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. Well, here is a present for you."; getinventorylist; if (@inventorylist_count == 100) goto L_TooMany; getitem "BlackBoots", 1; @@ -29,7 +31,9 @@ L_Hmmm: L_TooMany: mes "[Julia]"; - mes "\"Oh, I wanted to give you a present, but you don't have room for it. Come back when your backpack will not be full.\""; + mes "\"Oh, you don't have room for it. Come back when your backpack will not be full.\""; + next; + mes "I'll wait here until you get your present!"; close; } |