From 8d46c3087fe36cb9b4936fc2286b5fff43238998 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 2 May 2020 09:47:55 -0300 Subject: Guild officers are also eligible to general rewards. This concludes Kamelot. --- npc/042-0/arthur.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/npc/042-0/arthur.txt b/npc/042-0/arthur.txt index a6a863423..b0d1fba82 100644 --- a/npc/042-0/arthur.txt +++ b/npc/042-0/arthur.txt @@ -136,13 +136,13 @@ L_Reward: next; warp "014-4", 67, 27; if ($KAMELOT_QUEST[.@g] & 128) - close; + goto L_DoReward2; $KAMELOT_QUEST[.@g]=$KAMELOT_QUEST[.@g]|128; getitem GuildCoin, .@cn; guildgetexp(.@cn*1000); // TODO: Make this a decent reward getitembound any(SilverRing, GoldenRing), 1, 2; - close; + goto L_DoReward2; ////////////////////////////////////////////////////////////////////////// L_Tutorial: @@ -191,6 +191,8 @@ L_Reward2: mesn; mesq l("Thanks for your services, knight. One day, you might even deserve a seat at this castle."); next; + +L_DoReward2: mesn; mesq l("Farewell, until the next time. Shall we met again, and may the light guide our paths."); warp "014-4", 67, 27; -- cgit v1.2.3-60-g2f50