Add files via upload

First commit. Version 1.0, stable release
This commit is contained in:
2026-06-22 19:28:59 +02:00
committed by GitHub
parent 8e29e50152
commit 77fb81ea86
34 changed files with 10955 additions and 1 deletions
+26
View File
@@ -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>