Page 1 of 1

Counter Attack and Lightning Strike (working macro)

Posted: November 27th, 2017, 8:12 pm
by Tanya

Code: Select all

if not buffexists 'Counter Attack'
  cast 'Counter Attack'
  pause 800
endif

Code: Select all

if not buffexists 'lightning strike'
  cast 'lightning strike'
  pause 500
endif
If this doesn't work, find the file bufficons.xml located here: C:\Program Files (x86)\UOS\Data (or another place where you installed it).
Check if you have following lines in bufficons.xml and if not, add them.

Code: Select all

<icon id="1082" name="Consecrate Weapon"/>
<icon id="1088" name="Curse Weapon"/>
<icon id="1096" name="Lightning Strike"/>
<icon id="1095" name="Counter Attack"/>
<icon id="1097" name="Momentum Strike"/>
<icon id="1093" name="Confidence"/>
<icon id="1094" name="Evasion"/>