diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-31 10:24:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-31 10:24:33 -0300 |
commit | 71f2ecc33e1b60b49f4eefbd1159423017015447 (patch) | |
tree | 2c90f7814e3bf32f010ae484f44aa06831af4b1b /npc/042-0/arthur.txt | |
parent | 5c45e282123cc5e61c3450e29613730f035770fe (diff) | |
download | serverdata-71f2ecc33e1b60b49f4eefbd1159423017015447.tar.gz serverdata-71f2ecc33e1b60b49f4eefbd1159423017015447.tar.bz2 serverdata-71f2ecc33e1b60b49f4eefbd1159423017015447.tar.xz serverdata-71f2ecc33e1b60b49f4eefbd1159423017015447.zip |
Nerf Guinevere Reward with RANDOMNESS
Diffstat (limited to 'npc/042-0/arthur.txt')
-rw-r--r-- | npc/042-0/arthur.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/042-0/arthur.txt b/npc/042-0/arthur.txt index f6f622b6e..b27d7a084 100644 --- a/npc/042-0/arthur.txt +++ b/npc/042-0/arthur.txt @@ -452,7 +452,7 @@ L_Hint: mesq l("Take this with you. And please bring Arthur back, the world needs him!"); $KAMELOT_QUEST[.@g]=$KAMELOT_QUEST[.@g]|2; // Player Reward for completing this stage - getitem SacredImmortalityPotion, 1; + getitem any(SacredImmortalityPotion, SacredLifePotion, SacredManaPotion), 1; getitem GuildCoin, 5; // Guild Reward for completing this stage .@ggp=100+$KAMELOT_MX[.@g]*4; |