From 8990e4fae71b152ff78308f83b43c9a2083419d2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 14 Mar 2019 14:10:28 -0300 Subject: Add all (or most of) Guild Utils, except for guild average player level. More feature is required, and recipes list are still ToDo. Guild Hall cannot be accessed (yet). --- npc/guilds/logs.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 npc/guilds/logs.txt (limited to 'npc/guilds/logs.txt') diff --git a/npc/guilds/logs.txt b/npc/guilds/logs.txt new file mode 100644 index 000000000..142109b23 --- /dev/null +++ b/npc/guilds/logs.txt @@ -0,0 +1,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; +} + -- cgit v1.2.3-70-g09d2