diff options
author | Led Mitz <smoothshifter@tuta.io> | 2024-09-06 23:49:17 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2024-09-06 23:49:17 +0000 |
commit | 17c3e2bea302a10ab9af2970c9f8463af67413f2 (patch) | |
tree | f44afd44ca5ae22ee2f04dd1cb5dc983eb8f974e /world | |
parent | a5d81970a679ce3add15452716055cf00747febe (diff) | |
download | serverdata-17c3e2bea302a10ab9af2970c9f8463af67413f2.tar.gz serverdata-17c3e2bea302a10ab9af2970c9f8463af67413f2.tar.bz2 serverdata-17c3e2bea302a10ab9af2970c9f8463af67413f2.tar.xz serverdata-17c3e2bea302a10ab9af2970c9f8463af67413f2.zip |
Added Dragon Shield to Chronos - 4 BM
It's been requested a few times and there is no way to get it in the game, currently. If we add a quest, we could remove from the store, but since there's already big quest items there, I see no need to take it out unless the others go too.
Approved-by: HoraK-FDF <horak-fdf@web.de>
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/099-7/chronos.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/099-7/chronos.txt b/world/map/npc/099-7/chronos.txt index c0e0c9e8..5150a34b 100644 --- a/world/map/npc/099-7/chronos.txt +++ b/world/map/npc/099-7/chronos.txt @@ -296,9 +296,9 @@ OnInit: setarray $@chronos_3_medal$, "BlinkingEvilHalloween", "MoonshroomHat", "WhiteEvokersRobeBlue", "BlackEvokersRobeBlue", "ApprenticeRobe", "GoldenWarlordPlate", "MageRing"; setarray $@chronos_3_medal_n$, "Mask of Blinking Evil (Orange)", "Moonshroom Hat", "White Evoker's Robe (Blue)", "Black Evoker's Robe (Blue)", "Apprentice Robe", "Golden Warlord Plate", "Magic Ring"; - setarray $@chronos_4_medal$, "OverlordsHelmet", "DarkTalisman", "Aureole", "PaladinsHelmet", "EnchantersAmulet", + setarray $@chronos_4_medal$, "OverlordsHelmet", "DarkTalisman", "Aureole", "PaladinsHelmet", "EnchantersAmulet", "DragonShield", "HeartOfIsis", "BansheeBow", "BullHelmet", "AssassinShirt", "LazuriteRobe", "DarkHelm", "UnderworldMask", "Phylactery"; - setarray $@chronos_4_medal_n$, "Overlord's Helmet", "Dark Talisman", "Prsm Aura", "Paladin's Helmet", "Enchanter's Amulet", + setarray $@chronos_4_medal_n$, "Overlord's Helmet", "Dark Talisman", "Prsm Aura", "Paladin's Helmet", "Enchanter's Amulet", "Dragon Shield", "Heart of Isis", "Banshee Bow", "Bull Helmet", "Assassin Shirt", "Lazurite Robe", "Dark Helm", "Underworld Mask", "Phylactery"; end; } |