diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-01 07:03:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-01 07:03:26 -0300 |
commit | f41c1f0c52644c7b896158d4b5fab432b1c8c67d (patch) | |
tree | 81fbfe380bfc93936a49815ab65fa5f057c471d1 /npc/042-0/arthur.txt | |
parent | e0d6dedc39027b68e798a96f63bd686e214ffca5 (diff) | |
download | serverdata-f41c1f0c52644c7b896158d4b5fab432b1c8c67d.tar.gz serverdata-f41c1f0c52644c7b896158d4b5fab432b1c8c67d.tar.bz2 serverdata-f41c1f0c52644c7b896158d4b5fab432b1c8c67d.tar.xz serverdata-f41c1f0c52644c7b896158d4b5fab432b1c8c67d.zip |
This should allow the gate to be unlocked if you have the key
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 c3242b6ce..8b509eee2 100644 --- a/npc/042-0/arthur.txt +++ b/npc/042-0/arthur.txt @@ -76,6 +76,7 @@ L_Quest: $KAMELOT_MX[.@g]=getguildavg(.@g); $KAMELOT_PC[.@g]=$@guildmembercount; $KAMELOT_KEY[.@g]=any(1,2,4,8); + $KAMELOT_PASSCODE[.@g]=rand2(1, 31); if (!is_admin()) // FIXME: This should be unconditional $KAMELOT_COOLDOWN[.@g] = gettimeparam(GETTIME_WEEKDAY); mapannounce(getmap(), "##1KAMELOT CASTLE, GUILD DUNGEON: MISSION START!", bc_map); |