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

Addon [Help]BM War cry key replace.

Atmozfearz

Cricket
Member
Hello everyone,
I've been looking around for guides and i found a useful one on how to replace skills etc.I'm having some issues trying to move War Cry(Skill ID is 101550) from BM's RMB to LMB.
The code is:
Code:
<condition skill="101550" />

          <result context-2="101550" context-ui-effect="event" control-mode="classic" />

          <result context-2="101550" context-ui-effect="event" control-mode="bns" />
context-2 = RMB
context-1= LMB
I did replace those and it still doesn't work it removes War Cry from RMB but still doesn't show on LMB,however i tried a different key (2) and it works.
Any clue why it doesn't work for LMB?
Thank you.
 

RoZZa4EveR

Cricket
Modder
Member
add warcry lmb skill right after cyclone 101110

"
<result context-1="101110" control-mode="bns" />
</decision>
</layer>
<layer>
<decision>
<condition skill="101550" />
<result context-1="101550" control-mode="classic" />
<result context-1="101550" control-mode="bns" />
</decision>
</layer>
"
 
Last edited:
Top Bottom