diff options
author | Frost <networktoy@cox.net> | 2011-09-09 18:11:15 -0700 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-09-10 15:27:32 +0200 |
commit | 1599e4b8a9d768d9b7b89f881da47b9cff616dce (patch) | |
tree | f5c75311d90a0865b83a8872f3300db9c035457b /world/map/npc/024-1/david.txt | |
parent | 5ea6c568c86d9c0f76983705258951e2db9974fa (diff) | |
download | serverdata-1599e4b8a9d768d9b7b89f881da47b9cff616dce.tar.gz serverdata-1599e4b8a9d768d9b7b89f881da47b9cff616dce.tar.bz2 serverdata-1599e4b8a9d768d9b7b89f881da47b9cff616dce.tar.xz serverdata-1599e4b8a9d768d9b7b89f881da47b9cff616dce.zip |
Removed tabs from 025-4 downto 022-1
Minor spelling corrections in tinris.txt.
Diffstat (limited to 'world/map/npc/024-1/david.txt')
-rw-r--r-- | world/map/npc/024-1/david.txt | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/world/map/npc/024-1/david.txt b/world/map/npc/024-1/david.txt index 00794e03..6924e5ad 100644 --- a/world/map/npc/024-1/david.txt +++ b/world/map/npc/024-1/david.txt @@ -1,52 +1,52 @@ -024-1.gat,70,70,0 script David 120,{ +024-1.gat,70,70,0|script|David|120,{ - set @Potion_EXP, 2000; + set @Potion_EXP, 2000; - if (Rossy_Quest == 17) goto L_FinalEnd; - if (Rossy_Quest == 14) goto L_Julia; - if (Rossy_Quest >= 8) goto L_Done; + if (Rossy_Quest == 17) goto L_FinalEnd; + if (Rossy_Quest == 14) goto L_Julia; + if (Rossy_Quest >= 8) goto L_Done; - mes "[David]"; - mes "\"Learning magic is hard...\""; - if (Rossy_Quest == 7) goto L_Help; - close; + mes "[David]"; + mes "\"Learning magic is hard...\""; + if (Rossy_Quest == 7) goto L_Help; + close; L_Help: - menu - "Do you know Rossy?", L_Set, - "I can tell, it is hard.", L_No; + menu + "Do you know Rossy?", L_Set, + "I can tell, it is hard.", L_No; L_Set: - mes "[David]"; - mes "\"Yes, I do. I am her teacher. Actually, that reminds me about her final exam... she didn't hand in her potion yet. Time is running out.\""; - menu - "A potion? Oh, uhm... Strange kind of exam. Bye.", L_No, - "Right, I have her potion in my pocket. She asked me to bring it to you. Here it is.", -; - mes "[David]"; - mes "\"Let me see.\""; - set Rossy_Quest, 8; - mes "\"This potion is... perfect! Tell Rossy that she succesfully made her potion, it is flawless!\""; - getexp @Potion_EXP, 0; - close; + mes "[David]"; + mes "\"Yes, I do. I am her teacher. Actually, that reminds me about her final exam... she didn't hand in her potion yet. Time is running out.\""; + menu + "A potion? Oh, uhm... Strange kind of exam. Bye.", L_No, + "Right, I have her potion in my pocket. She asked me to bring it to you. Here it is.", -; + mes "[David]"; + mes "\"Let me see.\""; + set Rossy_Quest, 8; + mes "\"This potion is... perfect! Tell Rossy that she successfully made her potion; it is flawless!\""; + getexp @Potion_EXP, 0; + close; L_Done: - mes "[David]"; - mes "\"I am really happy that my best student succesfully passed her exam!\""; - close; + mes "[David]"; + mes "\"I am really happy that my best student successfully passed her exam!\""; + close; L_No: - close; + close; L_Julia: - mes "[David]"; - mes "\"I heard Rossy's sister got kidnapped. We're counting on you to find her!\""; - next; - mes "\"If you do find her, talk to her sister and her mother.\""; - close; + mes "[David]"; + mes "\"I heard Rossy's sister got kidnapped. We're counting on you to find her!\""; + next; + mes "\"If you do find her, talk to her sister and her mother.\""; + close; L_FinalEnd: - mes "[David]"; - mes "Well done! Thanks for finding Julia!"; - close; + mes "[David]"; + mes "Well done! Thanks for finding Julia!"; + close; } |