summaryrefslogtreecommitdiff
path: root/npc/042-0
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-07-31 11:59:58 -0300
committerJesusaves <cpntb1@ymail.com>2020-07-31 11:59:58 -0300
commitb8cd6ddbc8b4cb4fafb27e753e91d62e7c1fb455 (patch)
tree8e3726258d2753b2f9296271d0f7b575ba08aa54 /npc/042-0
parentaf8153113c7416c09d8121028c514101d79cfc7e (diff)
downloadserverdata-b8cd6ddbc8b4cb4fafb27e753e91d62e7c1fb455.tar.gz
serverdata-b8cd6ddbc8b4cb4fafb27e753e91d62e7c1fb455.tar.bz2
serverdata-b8cd6ddbc8b4cb4fafb27e753e91d62e7c1fb455.tar.xz
serverdata-b8cd6ddbc8b4cb4fafb27e753e91d62e7c1fb455.zip
Minimum Guild Level 2 to engage on Kamelot Quest
Diffstat (limited to 'npc/042-0')
-rw-r--r--npc/042-0/arthur.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/042-0/arthur.txt b/npc/042-0/arthur.txt
index b27d7a084..fc7565fea 100644
--- a/npc/042-0/arthur.txt
+++ b/npc/042-0/arthur.txt
@@ -11,6 +11,7 @@
.@g=getcharid(2);
.@pos=getguildrole(.@g, getcharid(3));
if (.@pos > GPOS_VICELEADER) goto L_Refusal;
+ if (getguildlvl(.@g) < 2) goto L_Annoyed;
if (!$KAMELOT_COOLDOWN[.@g]) goto L_Tutorial;
if ($KAMELOT_QUEST[.@g] & 1) goto L_Progress;
goto L_Prologue;