diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-02 09:47:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-02 09:47:55 -0300 |
commit | 8d46c3087fe36cb9b4936fc2286b5fff43238998 (patch) | |
tree | 47ec42806d030af339687e87afe5ba9c53db8659 | |
parent | 68fc023f056bc6827bd57db88d3792c3723a84de (diff) | |
download | serverdata-8d46c3087fe36cb9b4936fc2286b5fff43238998.tar.gz serverdata-8d46c3087fe36cb9b4936fc2286b5fff43238998.tar.bz2 serverdata-8d46c3087fe36cb9b4936fc2286b5fff43238998.tar.xz serverdata-8d46c3087fe36cb9b4936fc2286b5fff43238998.zip |
Guild officers are also eligible to general rewards.
This concludes Kamelot.
-rw-r--r-- | npc/042-0/arthur.txt | 6 |
1 files 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; |