summaryrefslogtreecommitdiff
path: root/world/map/npc/006-1/miriam.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/006-1/miriam.txt')
-rw-r--r--world/map/npc/006-1/miriam.txt46
1 files changed, 41 insertions, 5 deletions
diff --git a/world/map/npc/006-1/miriam.txt b/world/map/npc/006-1/miriam.txt
index 179cb89d..2f5864d3 100644
--- a/world/map/npc/006-1/miriam.txt
+++ b/world/map/npc/006-1/miriam.txt
@@ -167,16 +167,52 @@ L_Prepared:
goto L_slow;
if (BaseLevel < 60)
goto L_lowlevel;
+ //Shields
if (countitem("SteelShield") > 0
- || countitem("WarlordHelmet") > 0
+ || countitem("DragonShield") > 0
+ //Head
+ || countitem("BromenalHelmet") > 0
+ || countitem("BullHelmet") > 0
+ || countitem("CandleHelmet") > 0
|| countitem("CrusadeHelmet") > 0
- || countitem("WarlordPlate") > 0
- || countitem("KnightsHelmet") > 0
+ || countitem("BlackCrusadeHelmet") > 0
+ || countitem("DarkHelm") > 0
|| countitem("InfantryHelmet") > 0
+ || countitem("BlackInfantryHelmet") > 0
|| countitem("ChainmailShirt") > 0
- || countitem("WarlordBoots") > 0
+ || countitem("KnightsHelmet") > 0
+ || countitem("OverlordsHelmet") > 0
+ || countitem("PaladinsHelmet") > 0
+ || countitem("TerraniteHead") > 0
+ || countitem("TerraniteHelmet") > 0
+ || countitem("WarlordHelmet") > 0
+ || countitem("BlackWarlordHelmet") > 0
+ //Chest
+ || countitem("ChainmailShirt") > 0
+ || countitem("BlackChainmailShirt") > 0
+ || countitem("GoldenPlatemail") > 0
|| countitem("LightPlatemail") > 0
- || countitem("CandleHelmet") > 0)
+ || countitem("BlackLightPlatemail") > 0
+ || countitem("RedArmor") > 0
+ || countitem("SaviorArmor") > 0
+ || countitem("BlackSaviorArmor") > 0
+ || countitem("DarkBlueSaviorArmor") > 0
+ || countitem("DarkGreenSaviorArmor") > 0
+ || countitem("GreenSaviorArmor") > 0
+ || countitem("LightBlueSaviorArmor") > 0
+ || countitem("OrangeSaviorArmor") > 0
+ || countitem("PinkSaviorArmor") > 0
+ || countitem("PurpleSaviorArmor") > 0
+ || countitem("RedSaviorArmor") > 0
+ || countitem("YellowSaviorArmor") > 0
+ || countitem("TerraniteChestArmor") > 0
+ || countitem("WarlordPlate") > 0
+ || countitem("BlackWarlordPlate") > 0
+ || countitem("GoldenWarlordPlate") > 0
+ //Legs
+ || countitem("TerraniteLegs") > 0
+ //Feet
+ || countitem("WarlordBoots") > 0)
goto L_heavymetal;
goto L_offer;