summaryrefslogtreecommitdiff
path: root/npc/guilds/logs.txt
blob: 142109b23337b085f62c920ec84a4cfb09ffd6c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Moubootaur Legends Script
// Author:
//    Jesusalva
// Description:
//  Guild Facility - Contains recipe list

guilds,47,39,0	script	Guild Logs	NPC_NO_SPRITE,{
    mesc l("Your guild doesn't know any recipes."), 1;
    close;

OnInit:
    .distance=2;
    end;
}