summaryrefslogtreecommitdiff
path: root/npc/018-5-3/shaabty.txt
blob: 42e47ea69f00bfbbd93f58074ea568d2e4abfa18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// TMW-2 Script.
// Author:
//    Jesusalva
// Description:
//    Leather Trousers quest (lv 48)

018-5,29,38,0	script	Shaabty the Fairy	NPC_FAIRY_A,{
    mesn;
    mesq l("I always wanted to live in this town. I'm glad I managed to move from LoF Village to here.");
    next;
    mesn;
    mesq l("A shame there are snakes below the ground. I really, really hate snakes, like every fairy.");
    close;

OnInit:
    .sex = G_OTHER;
    .distance = 5;
    .reward=LeatherTrousers;
    end;
}