mirror of
https://github.com/yogo1212/healbot-classic.git
synced 2025-11-28 23:48:06 +00:00
27 lines
973 B
XML
27 lines
973 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>
|