summaryrefslogblamecommitdiff
path: root/npc/012-1/aahna.txt
blob: 533db46b9e43a27e1e6a564d3bd99969a38ba205 (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                                 
                                                          



                                           
                                                                                 


          
                           
                  

        
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Aahna, a low quality NPC ;)
// TODO: Ask for random drops from Mana Bugs (daily quest)

012-1,99,64,0	script	Aahna	NPC_AAHNA,{
    speech
        l("Welcome."),
        l("I am looking at Mana Bugs. They always drop a bug leg, it is weird.");
    close;

OnInit:
    .bodytype = BODYTYPE_2;
    .distance = 4;
    end;
}