Hi I’m just wondering if some 1 have good macro for Venthyr for 2-2-3-2-1-2-2.I’m currently using izzerri macro for night fae i saw that some druid do crazy dps with Venthyr
dSetgaWjLsvJsIiNIOk9kIQyweLBPuk(fvvdJqDmKSms6zeyAsKUgfHTrq9neIghIW5OkSoKs3tIW(ukL(hb5GuWcLqpKIQjIi5IikBKq6JuKmsePojHyLiu9sQkZKIu3KIODkPFIqYqjQSuq6PkMkOUQsjBLIYxvkvolcH3kb3LQ0Ev9xesnysDyilwI6XIAYuOlJAZifFwPy0G40I8AevZMi3gb7wQFtPHJuDCQIwovEouth46kvBhr03LiQXtuvNNeRhHY8vY(f(uh(vQpMrwfM0ebuIUizgG(Q6H)aJK4gG)iKmHKjKmHKjKmHKj0hd7aiw3NTAYBBj3H2WoaI19XudzMXoCY2VkqSWuFiRPX6YS5wc0rau5KucO8IFmncd2IUreGn(rvSQQ4svfMsv1dtyIpBhJi3WUdHp8bFmjk7S4d)k1H)ygYLqLLy8H)4JvGYsmcZh(vQp(ZimaZEUZDMdDH2MHG6MLs9gVHggIdHHCWhFSICogJp8RuF8dqUnmGBMGsOl0wiihbVVQ(XFgHbHUqBPX6iqlL3qxKrUqlQ1r4vbF8NryqOlqWAK2mWj5n0froYXKN6xl9J)mcdcDbcwJ0IKaEdTOoUjwIngAO8gUzhcKS9RM4J)mcdWSN7CN5qxGG1iTyijAaEdTiDg5AeizBAdTP2roJjuhAlnHElh2MLfAOisYTDhhArDCtmLxf(J)mcdcDbcwJ0IHKOb4n0WqCimKdo4JHmizB8HFL6WVs9jwXYhRiNJX4yfRxv)4pJWam75o3zo0fABgcQBwk1B8gAkXctcbQVk4tSILpwbklXimhRy9bwHo)XqgKS9bVQE4xPo8RuFIvS8XkY5ymowX6v1p(ZimaZEUZDMdDH2MHG6MLs9gVHMsSWKqG6Rc(eRy5JvGYsmcZXkwFGvOZFmKbjBFWRQh(vQpXkw(yf5CmghRy9Q6h)zegGzp35oZHUqBZqqDZsPEJSSLqzeqgl)egG9gAkpuftcQxf8jwXYhRaLLyeMJvS(aRqN)yids2(GxfC4xP(eRy5JvKZXyCSI1RQF8NryaM9CN7mh6cTndb1nlL6nYYwcLrazS8tya2BOfiWdkIuwOjHhQuVk4tSILpwbklXimhRy9bwHo)XqgKS9bVw6HFL6tSILpwrohJXXkwVQ(XFgHbHUqBZqqDZsPEJSSLqzeqgl)egG9gAvkbePWL(QGpXkw(yfOSeJWCSI1hyf68hdzqY2h8bwHo)X0wl9pqz6mc8Q6NbW0fDVZGKT)aLjj7WSCUK1LakhCWhr6Y7jjGzixcvwIXh(dSl1KZaQx8J5wcLrGx8dSl1KZa1x8Gdo4ZqNZIqQxPO(atuM)QhIvfl(JjzaIuia6WFGrsCdWFuvPufqr9XWoaI195JPgYmJD4KTFvGyHP(ysuVJKePbSJKCds2(f)qAwI(hZboPqxIqxe5ihtEQdIBqce6seArDCtSeBm0q5nCZoeiz7G4dKenGqxIqlsNrUo0YtOHIij32DCOf1XnXuc92STHggIdHHe6sI0wjJHEVbjPqlsNrUo0jCOnABwEdIhe308gUnICkyAd9woSnV94ql6Utj0qzcmHYSJngA5j0B1jGYhYAASUmBULaDeavojLakV4hsX0G2LaVs9zOZzri1RuIl9dmrz(REiwvS4pveb(JzKvHjnraLOlsMbOhCWb)a
Usage Information
Ctrl = Barkskin
Alt = Frenzied Regeneration
Shift = Incarn + Ravenous Frenzy → Thrash (Hold until Incarn is done = big DPS)
Legendarys: Ursoc’s Fury Remembered + Unity
Quickly put together. Took @Izzi’s macro as inspiration and changed it.
Survival Instincts is not in the macro, press it if needed. Also remember, that your DPS is quite bad, if you don’t have Incarn up and you WILL have problems with holding aggro… Bear shrug
Also check subcreation for Conduits, Soulbinds etc.
Hope it helps.
Working great thanks
Yeah you right keeping the aggro is like a mini game XD maybe some know a good rotation that keep aggro on the bear and improve dps
There isn’t really a way to “fix” this. That’s a problem with most tanks - even if you play it perfectly and your teammates give you time to build up aggro, you will lose it on some or every mob, if they pop CDs. A different rotation won’t change that, sadly.
What helps is, e.g. the Blood-Scale trinket from DoS for some initial aggro, MD from Hunters and Rogues and tabbing trough the mobs to hit them each individually with some spells. Other than that, there isn’t much you can do.
just in case some 1 need ahk, has some extra line just in case for future modification
#ifWinActive World of Warcraft ; Only run if window 'World of Warcraft' is active
{
$2:: ; If e is pressed
$^2:: ; If e+control is pressed
$+2:: ; If e+shift is pressed
$!2:: ; If e+alt is pressed
Loop ; If any of the above is true then loop below
{
if not GetKeyState("2", "P") ; If E is not pressed then break the loop
break
if GetKeyState("LCtrl", "P") ; If left control is pressed then send control+e
Send ^2
else if GetKeyState("LShift", "P") ; If left shift is pressed then send shift+e
Send +2
else if GetKeyState("LAlt", "P") ; If left alt is pressed then send alt+e
Send !2
else
Send 2 ; If 2 is pressed with no other modifiers send 2
sleep 250 ; Time in milliseconds between key repeats
}
return
$Shift:: ; If e is pressed
$^Shift:: ; If e+control is pressed
$+Shift:: ; If e+shift is pressed
Loop ; If any of the above is true then loop below
{
if not GetKeyState("Shift", "P") ; If E is not pressed then break the loop
break
if GetKeyState("LCtrl", "P") ; If left control is pressed then send control+e
Send ^Shift
else if GetKeyState("LShift", "P") ; If left shift is pressed then send shift+e
Send +Shift
else if GetKeyState("LAlt", "P") ; If left alt is pressed then send alt+e
Send !Shift
else
Send Shift ; If Shift is pressed with no other modifiers send Shift
sleep 250 ; Time in milliseconds between key repeats
}
return
}