summaryrefslogblamecommitdiff
path: root/npc/019-4-1/golbarez.txt
blob: 3cc343d79a4b380654d0b849ea22e9041911ce98 (plain) (tree)


















                                                             
// 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;
}