mirror of
https://github.com/Bluewhale1337/HealBotBlue.git
synced 2026-07-27 17:54:44 +00:00
77fb81ea86
First commit. Version 1.0, stable release
27 lines
999 B
XML
27 lines
999 B
XML
<Bindings>
|
|
<Binding runOnUp="false" name="TOGGLEMAIN" header="HEALBOT">
|
|
HealBot_TogglePanel(HealBot_Action)
|
|
</Binding>
|
|
<Binding runOnUp="false" name="HEALPLAYER">
|
|
HealBot_HealUnit('player',HealBot_Action_SpellPattern())
|
|
</Binding>
|
|
<Binding runOnUp="false" name="HEALPET">
|
|
HealBot_HealUnit('pet',HealBot_Action_SpellPattern())
|
|
</Binding>
|
|
<Binding runOnUp="false" name="HEALPARTY1">
|
|
HealBot_HealUnit('party1',HealBot_Action_SpellPattern())
|
|
</Binding>
|
|
<Binding runOnUp="false" name="HEALPARTY2">
|
|
HealBot_HealUnit('party2',HealBot_Action_SpellPattern())
|
|
</Binding>
|
|
<Binding runOnUp="false" name="HEALPARTY3">
|
|
HealBot_HealUnit('party3',HealBot_Action_SpellPattern())
|
|
</Binding>
|
|
<Binding runOnUp="false" name="HEALPARTY4">
|
|
HealBot_HealUnit('party4',HealBot_Action_SpellPattern())
|
|
</Binding>
|
|
<Binding runOnUp="false" name="HEALTARGET">
|
|
HealBot_HealUnit('target',HealBot_Action_SpellPattern())
|
|
</Binding>
|
|
</Bindings>
|