Page 1 of 2

Outfitter Addon stance help(warrior)

PostPosted: Sun Jan 17, 2016 3:57 pm
by MrCer
Hi. I was told in advance that this addon is really nice for warriors since it will change your weapons/shields automatically depending on your stance. however, it doesnt seem to be doing it automatically. It has no issues switching trinkets automatically when I enter/leave EPL/WPL; but stance changing doesnt do anything.

anyone know how to fix?

Re: Outfitter Addon stance help(warrior)

PostPosted: Sun Jan 17, 2016 8:59 pm
by Roadblock
What event are you trying to use?

I have ItemRack instead of Outfitter but the principle should be the same.
On ItemRack I had to edit the default event and use another, same thing probably needs to be done for Outfitter if it allows such customization.

Re: Outfitter Addon stance help(warrior)

PostPosted: Wed Feb 03, 2016 8:51 pm
by Hellsent
It used to work on both addons but not anymore. Something got broken with PLAYER_AURAS_CHANGED API.
I submitted bugreport today.
https://report.nostalrius.org/plugins/tracker/?aid=3693

Re: Outfitter Addon stance help(warrior)

PostPosted: Wed Feb 03, 2016 8:52 pm
by Hellsent
Roadblock wrote:What event are you trying to use?

I have ItemRack instead of Outfitter but the principle should be the same.
On ItemRack I had to edit the default event and use another, same thing probably needs to be done for Outfitter if it allows such customization.


Which event did you use to register stance change?

Re: Outfitter Addon stance help(warrior)

PostPosted: Thu Feb 04, 2016 12:03 am
by Roadblock
Hellsent wrote:Which event did you use to register stance change?

PLAYER_DAMAGE_DONE_MODS seemed like an obvious choice, in fact I believe ItemRack should have opted for that as its default.

Re: Outfitter Addon stance help(warrior)

PostPosted: Thu Feb 04, 2016 3:08 am
by Hellsent
Roadblock wrote:PLAYER_DAMAGE_DONE_MODS seemed like an obvious choice, in fact I believe ItemRack should have opted for that as its default.

Because it doesn't trigger if you switch Battle <---->Berserker and use different sets for each stance

Re: Outfitter Addon stance help(warrior)

PostPosted: Thu Feb 04, 2016 8:02 am
by Roadblock
Hellsent wrote:
Roadblock wrote:PLAYER_DAMAGE_DONE_MODS seemed like an obvious choice, in fact I believe ItemRack should have opted for that as its default.

Because it doesn't trigger if you switch Battle <---->Berserker and use different sets for each stance

I'm leaving for work now but I'll try to post a snippet later that takes care of the battle/berserker issue. (ie it's doable)
Edit: Actually a workaround might not even be needed, wasn't berserker +10%, battle +5% in vanilla.
Event should fire regardless (if it's not, I have another way)

Re: Outfitter Addon stance help(warrior)

PostPosted: Thu Feb 04, 2016 4:30 pm
by Hellsent
Battle: +10% damage
Berserker: +3% crit / +10% damage taken

Re: Outfitter Addon stance help(warrior)

PostPosted: Thu Feb 04, 2016 7:06 pm
by Roadblock
Try UPDATE_BONUS_ACTIONBAR event.

Re: Outfitter Addon stance help(warrior)

PostPosted: Sun Feb 14, 2016 8:39 pm
by shootermgavin
can someone break this down for us laymans?

id love to be able to get this working