diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-28 14:08:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-28 14:08:03 -0300 |
commit | 558be6e0a9a4dc6dd8510cd7475ebb44629297a4 (patch) | |
tree | de49b418c683d32625c556f5314c050e37161238 /npc/042-0/arthur.txt | |
parent | c61232ef7d40aa683946dc03b44c4bd89ee99db8 (diff) | |
download | serverdata-558be6e0a9a4dc6dd8510cd7475ebb44629297a4.tar.gz serverdata-558be6e0a9a4dc6dd8510cd7475ebb44629297a4.tar.bz2 serverdata-558be6e0a9a4dc6dd8510cd7475ebb44629297a4.tar.xz serverdata-558be6e0a9a4dc6dd8510cd7475ebb44629297a4.zip |
More sketches
Diffstat (limited to 'npc/042-0/arthur.txt')
-rw-r--r-- | npc/042-0/arthur.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/042-0/arthur.txt b/npc/042-0/arthur.txt index 29480d83c..30e00890e 100644 --- a/npc/042-0/arthur.txt +++ b/npc/042-0/arthur.txt @@ -71,6 +71,7 @@ L_Quest: next; // Be sure the quest only starts now, and destroy any eventual artifact $KAMELOT_QUEST[.@g]=1; + $KAMELOT_MX[.@g]=getguildavg(.@g); $KAMELOT_KEYMASK[.@g]=any(1,2,4,8); if (!is_admin()) // FIXME: This should be unconditional $KAMELOT_COOLDOWN[.@g] = gettimeparam(GETTIME_WEEKDAY); |