summaryrefslogblamecommitdiff
path: root/npc/012-1/aahna.txt
blob: 39ad8192b79906f9f7f97f776382c953bca1aa9a (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:
    .distance = 4;
    end;
}