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.txt51
1 files changed, 44 insertions, 7 deletions
diff --git a/world/map/npc/006-1/miriam.txt b/world/map/npc/006-1/miriam.txt
index 179cb89d..4f32a53e 100644
--- a/world/map/npc/006-1/miriam.txt
+++ b/world/map/npc/006-1/miriam.txt
@@ -1,5 +1,6 @@
//#############################################
// author: alastrim, PjotrOrial
+// armor edits: Ledmitz
//#############################################
// This npc teaches you the speed skill.
// used variables:
@@ -167,16 +168,52 @@ L_Prepared:
goto L_slow;
if (BaseLevel < 60)
goto L_lowlevel;
- if (countitem("SteelShield") > 0
- || countitem("WarlordHelmet") > 0
+ //Shields
+ if ( countitem("DragonShield") > 0
+ || countitem("SteelShield") > 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;
@@ -187,7 +224,7 @@ L_heavyweight:
L_heavymetal:
mes "[Miriam]";
- mes "\"Hmm... I see... You want to be one of those lazy slow warriors... wasting all their strength carrying kilos of metal clothes... Why does no one see the great advantages of a beautiful, flexible, lightweight armor nowadays?\"";
+ mes "\"Hmm... I see... You want to be one of those lazy slow warriors... wasting all their strength carrying kilos of armor... Why does no one see the great advantages of beautiful, flexible, lightweight clothing nowadays?\"";
next;
mes "\"Come back here when you get rid of this junk...\"";
close;