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

                
                   



                  
                                              
         
                                                                                         
         
                                                                                                                                        
         
                                                                                                            


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

001-1,92,43,0	script	Artaxe	NPC_SHOP_BAG,{
    mesn;
    mesq l("Do you feel too weak even to do damage to this areas wishy-washy 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("Oh, and a fruit may even fall for you if you are lucky! But stay alert to pick up your drops.");

    close;

OnInit:
    .sex = G_MALE;
    .distance = 2;
    end;
}