Counter Attack and Lightning Strike (working macro)

Share your guides, how-tos, FAQs, and so forth. This is not for support -- post questions in General Discussion.
Post Reply
User avatar
Tanya
Posts: 1796

Counter Attack and Lightning Strike (working macro)

Post 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"/>
Peerless Hunter
Guide to Whammy - viewtopic.php?f=10&t=314
My youtube channel - /watch?v=sx5zGCbILtA
Weekly Bedlam Spawns - viewtopic.php?f=2&t=9131
Post Reply