summaryrefslogblamecommitdiff
path: root/npc/024-1/david.txt
blob: 7174ee7c4c159cfa5c3fb9c1a8da3a9ce010a431 (plain) (tree)
1
2
3

                                              
                                         














                                      
                                                                                                                            

                                                       
                                                                                                     
                
                          
                     
                                                                                                                                  














                                                                                                                

                                                                     



                
                                     


        
024-1.gat,70,70,0	script	David	120,{ 

  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;
  
L_Help:
  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 new teacher. That makes me remember she didn't hand me her potion yet. Time is running out.\"";
  menu
    "A potion? Oh, uhm... never heard about it.", L_No,
    "Right, I have her potion in my pocket. She asked me to bring it to you for her. 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! And here is a small reward for your help.\"";
  getexp 2000, 0;
  set zeny, zeny + 500;
  close;
  
L_Done:
  mes "[David]";
  mes "\"I am really happy that my best student succesfully passed her exam! Thank you "+ strcharinfo(0) +"!\"";
  close;

L_No:
  close;

L_Julia:
  mes "[David]";
  mes "\"I heard Rossy's sister got kidnapped. We count on you to find her!\"";
  next;
  mes "\"When you'll find her, talk to her sister and her mother.\"";
  close;

L_FinalEnd:
  mes "[David]";
  mes "Well done for finding Julia!";
  close;

}