• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->
  • There is a suspension/ban wave happening, we're still gathering information. Please keep regular discussion to Suspension MegaThread and please consider submitting a Suspension report to RG.

Question - Does anyone use a 2H on their 125 Warrior? (1 Viewer)

Joined
Feb 14, 2022
RedCents
1,074¢
My warrior DPS is insane dual wielding and I pull out the shield during raids or when I pull wayyyy to many mobs. Haven’t even considered a 2H in years. Does anyone switch to a 2H at some point with a current era warrior?
 
I spent about 30 minutes in the guild hall hitting dummies with DW and 2HW. I saw about a 10% DPS improvement with 2HW, but as a warrior, aggro is tops in my book, so I generally never use 2HW. I used to use it with Mighty strike discipline, but with my HDEX SO high these days I don't generaly bother.
 
I spent about 30 minutes in the guild hall hitting dummies with DW and 2HW. I saw about a 10% DPS improvement with 2HW, but as a warrior, aggro is tops in my book, so I generally never use 2HW. I used to use it with Mighty strike discipline, but with my HDEX SO high these days I don't generaly bother.
Thanks. Yeah there are times when my warrior is on assist and I struggle with pulling aggro. This would be a good time switch to 2H.
 
I spent about 30 minutes in the guild hall hitting dummies with DW and 2HW. I saw about a 10% DPS improvement with 2HW, but as a warrior, aggro is tops in my book, so I generally never use 2HW. I used to use it with Mighty strike discipline, but with my HDEX SO high these days I don't generaly bother.
Follow-up question… which 2H weapon?
 
Make a new conditional LEM and paste the below in there.

Setup 2H and Shield bandoliers.


Lua:
--Adapted from Sic's TankBandoSwap macro
------------------------------------------------

local mq = require('mq')
local me_class = mq.TLO.Me.Class.ShortName()
local is_tank = {PAL=true,SHD=true,WAR=true}
local ignorezones = {['guildhall3_int']=true, ['akhevatwo_mission']=true, ['akhevatwo_raid']=true}



-- Do not edit this if condition
if not package.loaded['lem.events'] then
    print('This script is intended to be imported to Lua Event Manager (LEM). Try "-t/lua run lem-t"')
end

local function activate_bandolier(bandolier)
    if not mq.TLO.Me.Bandolier(bandolier).Active() then
        mq.cmd('/bandolier activate ' .. bandolier)
    end
end

local function on_load()
    -- Perform any initial setup here when the event is loaded.
    if is_tank[me_class] then
        activate_bandolier('2H')
    else
        mq.cmd('/dt Not a Tank Disabling this')
        mq.cmd('/lem cond TankBandoSwap 0')
    end
end

local function condition()
    -- Implement the condition to evaluate here.
    local is_in_combat = mq.TLO.Me.Combat() == true
    local is_low_health = mq.TLO.Me.PctHPs() < 60
    local has_multiple_targets = mq.TLO.Me.XTarget() > 3
    local is_target_named = mq.TLO.Target.Named() == true
    local current_zone_id = mq.TLO.Zone.ShortName()

    if not ignorezones[current_zone_id] then
        if is_in_combat and (is_low_health or has_multiple_targets or is_target_named) then
            return true
        else
            if is_tank[me_class] then
                activate_bandolier('2H')
            end
        return false
        end
    else
    return false
    end
end


local function action()
    -- Implement the action to perform here.
    if mq.TLO.Me.Bandolier('2H').Active() then
        mq.cmd('/bandolier activate Shield')
    end
    
end

return {onload=on_load, condfunc=condition, actionfunc=action}
 
Make a new conditional LEM and paste the below in there.

Setup 2H and Shield bandoliers.


Lua:
--Adapted from Sic's TankBandoSwap macro
------------------------------------------------

local mq = require('mq')
local me_class = mq.TLO.Me.Class.ShortName()
local is_tank = {PAL=true,SHD=true,WAR=true}
local ignorezones = {['guildhall3_int']=true, ['akhevatwo_mission']=true, ['akhevatwo_raid']=true}



-- Do not edit this if condition
if not package.loaded['lem.events'] then
    print('This script is intended to be imported to Lua Event Manager (LEM). Try "-t/lua run lem-t"')
end

local function activate_bandolier(bandolier)
    if not mq.TLO.Me.Bandolier(bandolier).Active() then
        mq.cmd('/bandolier activate ' .. bandolier)
    end
end

local function on_load()
    -- Perform any initial setup here when the event is loaded.
    if is_tank[me_class] then
        activate_bandolier('2H')
    else
        mq.cmd('/dt Not a Tank Disabling this')
        mq.cmd('/lem cond TankBandoSwap 0')
    end
end

local function condition()
    -- Implement the condition to evaluate here.
    local is_in_combat = mq.TLO.Me.Combat() == true
    local is_low_health = mq.TLO.Me.PctHPs() < 60
    local has_multiple_targets = mq.TLO.Me.XTarget() > 3
    local is_target_named = mq.TLO.Target.Named() == true
    local current_zone_id = mq.TLO.Zone.ShortName()

    if not ignorezones[current_zone_id] then
        if is_in_combat and (is_low_health or has_multiple_targets or is_target_named) then
            return true
        else
            if is_tank[me_class] then
                activate_bandolier('2H')
            end
        return false
        end
    else
    return false
    end
end


local function action()
    -- Implement the action to perform here.
    if mq.TLO.Me.Bandolier('2H').Active() then
        mq.cmd('/bandolier activate Shield')
    end
   
end

return {onload=on_load, condfunc=condition, actionfunc=action}
You never DW?
 
2 hander is top DPS when you consider Rampage damage and ability to hit multiple targets, which a combat dummy will never replicate.

Even if you're tanking, 2 hander is probably better for more DPS. The exception might..... MIGHT be raid tanking the harder end raids. But group content is way to easy to require the shield be up and I've never had agro issues that would make DW necessary.
 
The shield AC bonus is negligible these days. Only time raid warriors use a shield is when they need to tank and do minimum damage. The idea of using a shield on a warrior on the regular in today's content is a very outdated one.
Benefits if Shield stance are overwritten by Last Stand disc. Equipping a shield has been universally dumb for warriors since Cotf, when Shield Specialist and Improved Shield Specialist AAs were consolidated/revamped away in the introduction of Proficiencies.
 
The shield AC bonus is negligible these days. Only time raid warriors use a shield is when they need to tank and do minimum damage. The idea of using a shield on a warrior on the regular in today's content is a very outdated one.
Benefits if Shield stance are overwritten by Last Stand disc. Equipping a shield has been universally dumb for warriors since Cotf, when Shield Specialist and Improved Shield Specialist AAs were consolidated/revamped away in the introduction of Proficiencies.
I mean the Shield block AA is the reason I use a shield. If that went away I'm going to need a parse.
 
Speaking of anyone wanna share there warrior eq ui so we can all see if we use or have the same things up ? Also dual wield is where warrior tanking is at , I never use a 2 hander unless I’m dps
 
Speaking of anyone wanna share there warrior eq ui so we can all see if we use or have the same things up ? Also dual wield is where warrior tanking is at , I never use a 2 hander unless I’m dps
I use mq2war and use default not new engine UI.
 
It's all been said, but yeah, I switch to 2H when I'm not main tanking and don't want to pull aggro. If you're not worried about defense and if you're using the 2H, you're not, then it pairs nicely with offensive discs like Brightfield's Onslaught for some nice, beautiful big hits.
 
Gotta use 2h for when you click rampage.
this isnt exaggeration. a huge chunk of your dps as a war is basically doing this even if youre tanking. you can make an ingame social to do it /bando activate name /alt act 109 /bando activate name. think about the current two raids. if youre doing splits youre probably having 2-4 adds up to hit with rampage on hodstock. Unless you have all 4 on you your healer probably wont even notice you swaped.

for theater its not as big but its still a big chunk of dmg to be using 2h when you rampage.

if you dont raid idk if you do this or not i raid so i have no idea how group gear holds up but i 2h tank non bossess all the time in group content and if 3 mobs come into camp rampage is more then enough threat and a big chunk
 
Question - Does anyone use a 2H on their 125 Warrior?

Users who are viewing this thread

Back
Top