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:
Added 190351 and 190353 also. This seems to help with the C Unloads. Tho still can't use Unload when with sb, any ideas?
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: