summaryrefslogtreecommitdiff
path: root/npc/019-4-1/golbarez.txt
blob: 3cc343d79a4b380654d0b849ea22e9041911ce98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// TMW2/LoF scripts.
// Authors:
//    TMW-LoF Team
//    Jesusalva
// Description:
//    Permanently repeatable quest, without any special limit
// NPC_GNOME_ABC NPC_LOF_RICH

019-4-1,30,45,0	script	Golbarez	NPC_LOF_RICH,{
    mesn;
    mesq l("The paradise!");
    close;

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