Jump to content

vasilicutza

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

vasilicutza's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. hey, i have the same need, to boost an alt but haven't bought the party thingy yet. here's what i do: alt is warrior, main is hunter. i made a macro so that the pet will attack the alt's mob when it's HP is less than 100%(tagged) /target altName /script if (UnitHealth("targettarget")/UnitHealthMax("targettarget")<1) then PetAttack("targettarget") end; /script if not IsCurrentAction(35) then UseAction(35) end; the last row is so that it will start ranged attack, if sometime i follow the alt manually to maximize dps from hunter Let's build on this and see what we can get out of it. so far completly afk with only pet attack it does about 150-200kills/hour at lvl 36, if i move the hunter manually and also use ranged attacks it goes up to 250+, if the mobs are packed.
  2. hi eeny, since sometimes it pulls 2 mobs is there a way to fear the second one? if hte bot is fighting 1 mob, then the 2nd one comes, select the 2nd and fear it, go bag to first1 and kill, then handle second. please let me know if you can make this work, thanks a lot also is there a way to stop making it pull more than 1? i tried the "max units near target" but no results
  3. have the same problem, any ideas how to toggle wand on?
  4. hello all, i am new to this and i am trying to make a simple fight class for my lock, playing vanilla 1.12, the problem is that when i add the spell in the firght class i need to play with the timer and since the shoot wand is a on-off toggle it doesn't work properly, it always tries to toggle it back on every x ms, can anyone help pls?
×
×
  • Create New...