mirror of
https://github.com/Bluewhale1337/HealBotBlue.git
synced 2026-07-27 09:44:44 +00:00
Add files via upload
First commit. Version 1.0, stable release
This commit is contained in:
@@ -0,0 +1,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>
|
||||
Reference in New Issue
Block a user