• Hi Guest! To get rid of ads on the page, please consider donating through user upgrades or other methods.

fire gunner sb unload

eximalis

Cricket
Member
I recently switched to fire gunner and made an addon to unload to RMB, tho it seems that when warden or warlock uses sb, unload doesn't appear on RMB, it only does awakened quickshot. Any1 knows what this is about? Also is there away to move Unloads from C to RMB also?

This is what I have so far:
Code:
Search = <result context-3="190350" context-ui-effect="key-change" control-mode="classic" />
Replace = <result context-2="190350" context-ui-effect="key-change" control-mode="classic" />
Search = <result context-3="190350" context-ui-effect="key-change" control-mode="bns" />
Replace = <result context-2="190350" context-ui-effect="key-change" control-mode="bns" />
Search = <result context-3="190352" context-ui-effect="key-change" control-mode="classic" />
Replace = <result context-2="190352" context-ui-effect="key-change" control-mode="classic" />
Search = <result context-3="190352" context-ui-effect="key-change" control-mode="bns" />
Replace = <result context-2="190352" context-ui-effect="key-change" control-mode="bns" />
Post automatically merged:

Added 190351 and 190353 also. This seems to help with the C Unloads. Tho still can't use Unload when with sb, any ideas?
 
Last edited:

cupid

Forgiving
Staff member
Moderator
Member
Please confirm if "Awakened Quickshot" (190630) is after "Unload" (190350).

If it isn't, you need to add "Unload" before "Awakened Quickshot".

The easiest way is to search for <result context-2="190630" [...] /> and replace with <result context-2="190350" [...] /><result context-2="190630" [...] />.
Or something similar.

Adding skills is always a pain, so, good luck.
 
Top Bottom