Author Topic: Honor Attack that "Stay on Target"  (Read 7352 times)

0 Members and 1 Guest are viewing this topic.

Offline YulackTopic starter

  • Newbie
  • *
  • Posts: 8
  • Activity:
    0%
  • Reputation Power: 1
  • Yulack has no influence.
  • Respect: +3
  • Referrals: 0
    • View Profile
Honor Attack that "Stay on Target"
« on: November 19, 2015, 09:51:01 AM »
+1
This is an Honor Attack short that stays on target if you stay with in 5 tiles
reply this post if you need a hand with this one
it is fully working
Code: [Select]
// new part
 if @distance 'ene' >= 8 or not @findobject 'ene'
      @unsetalias 'ene'
endif
//
if not @inrange 'ene' 5
  @unsetalias 'ene'
  @getenemy 'enemy' 'murderer' 'criminal' 'gray' 'closest'
  if @inrange enemy 6
    @setalias 'ene' enemy
  endif
endif
//<---- will not Honor if more then 6 away
if @hits 'ene' == maxhits 'ene' and @inrange enemy 6
  if not @buffexists "Blood Oath"
    @getenemy 'enemy' 'murderer' 'enemy' 'criminal' 'gray' 'closest'
    @autotargetenemy!
    virtue 'honor'
    pause 200
    @target! 'ene'
    pause 200
    @target! 'ene'
    pause 25
  endif
endif
if not @buffexists "Blood Oath"
  @setability 'primary' 'on
  @target! 'ene'
  pause 25
  @attack! 'ene'
  pause 25
  @attack! 'ene'
  pause 25
endif
if stam < 50
  cast "Divine Fury"
  pause 55
endif
pause 125
« Last Edit: December 31, 2015, 02:31:57 PM by Yulack »

Tags: