Whirl Wind Macro for sampire.

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

Whirl Wind Macro for sampire.

Post by Wreakage- »

looking for closest target and to use buffs.
NewOldPlayer
Posts: 2

Re: Whirl Wind Macro for sampire.

Post by NewOldPlayer »

Hi, do you need it to walk to the closest enemy, or not?
Wreakage-
Posts: 482

Re: Whirl Wind Macro for sampire.

Post by Wreakage- »

Yes
NewOldPlayer
Posts: 2

Re: Whirl Wind Macro for sampire.

Post by NewOldPlayer »

Sorry, just have the one that doesn't walk to the target, still working on one that follows a target. :(
Wreakage-
Posts: 482

Re: Whirl Wind Macro for sampire.

Post by Wreakage- »

I’ll take whatever one you ha e
User avatar
Tanya
Posts: 1796

Re: Whirl Wind Macro for sampire.

Post by Tanya »

Code: Select all

// Author: Tanya
// Description: fighting single target and spawns whammy or sampire
// v1.0 no potions, no honor target, no follow target
// works best with 2/6 casting, without casting maybe need to change pauses
if buffexists 'Blood Oath'
  //usetype! 0x2fd8
  //pause 1500
endif
if not buffexists 'Counter Attack' and mana > 8
  cast 'Counter Attack'
  pause 600
endif
if not buffexists 'Curse Weapon'
  //using curse weapon scrolls
  //usetype! 0x2263 'backpack'
  //pause 1200
endif
if not buffexists 'Consecrate Weapon'
  cast 'Consecrate Weapon'
  pause 800
endif
setability 'primary' on
//setability 'secondary' on
getenemy  'criminal' 'enemy' 'murderer' 'grey' 'closest'
attack 'enemy'
if not buffexists 'Counter Attack' and mana > 8
  cast 'Counter Attack'
  pause 600
endif
pause 1250

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