-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBindings.xml
26 lines (26 loc) · 973 Bytes
/
Bindings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<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>