summaryrefslogblamecommitdiff
path: root/npc/001-1/artaxe.txt
blob: 7eafe98c49d8a9e568893e0afce9feb1252e2865 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                
                   



                  


                                     
         
                                                                                   
         
                                                                                                                                        
         
                                                                                                        



          
// Evol scripts.
// Authors:
//    Qwerty Dragon
//    Reid
// Description:
//    Helping NPC.

// Size = 2
// Gender = 1
000-1,27,55,0	script	Artaxe	109,{
    mesn;
    mesq l("Do you feel too weak even if trying to hit the surrounding wildlife?");
    next;
    mesq l("Then concentrate your anger upon the trees hereabouts, you will gain experience whilst leveling your sword skill on them.");
    next;
    mesq l("And a fruit may even fall for you if you are lucky! And stay alert to pick up your drops.");

    close;

}