From b8cd6ddbc8b4cb4fafb27e753e91d62e7c1fb455 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 31 Jul 2020 11:59:58 -0300 Subject: Minimum Guild Level 2 to engage on Kamelot Quest --- npc/042-0/arthur.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'npc') 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; -- cgit v1.2.3-60-g2f50