OP already has the breastplate, but for anyone needing to grind faction: you can bulldoze Anguish up to Overlord Mata Muram and cheese repeat kill his lieutenant.
Start the fight, kill the Coerced Lieutenant that spawns. He'll instantly repop stage right. Move up to his spawn so OMM is at your back and the lieutenant is in front of you.
Activate this
LEM:
local mq = require('mq')
local function condition()
return mq.TLO.SpawnCount('Coerced Lieutenant npc')() > 0
end
local function action()
local lashers = mq.TLO.SpawnCount('Frenzied Lasher npc')()
if lashers >= 5 then
--mq.cmd('/cast 7') --insidous AE as an SK.
--mq.delay(500)
end
if mq.TLO.Target.CleanName() ~= 'Coerced Lieutenant' then
mq.cmd('/tar Coerced_Lieutenant00')
mq.delay(500)
mq.cmd("/attack on")
mq.cmd("/pet attack")
end
end
return {condfunc=condition, actionfunc=action}
Replace line 11 with however you want to handle the Frenzied lasher's that spawn. As an SK I just had it cast the Insidious line of spells and it one shot the buggers.
Ends up killing a lieutenant about once a second and a half. Since you need about 800 kills, you should be done in 15-20minutes. Bring a healer if you cannot self heal, you'll just need a heal over time at 120.
So much better than doing mass trains imo