any1 have some good settings for uplift for 25 man?
i have been checking top MW logs and i think its the key to top heals
any1 have some good settings for uplift for 25 man?
i have been checking top MW logs and i think its the key to top heals
He meant 96/3 as the config xD 10char was for minimum input needed to post a message >.<
NS Heal is still getting priority over 2pc set bonus.
Not sure if anyone has posted this since the last update.
still getting lua error on 2pc resto druid buff
Code:Message: [string "--HealingTouch ..."]:59: attempt to compare string with number Time: 10/16/13 09:05:24 Count: 1269 Stack: [string "--HealingTouch ..."]:59: in function `?' [string "if PQR_Addon_Loaded == nil then..."]:765: in function `PQR_NextAbility' [string "if PQR_Addon_Loaded == nil then..."]:534: in function `PQR_ExecuteRotation' [string "if PQR_Addon_Loaded == nil then..."]:287: in function <[string "if PQR_Addon_Loaded == nil then..."]:214> Locals: SMName = "Sage Mender" _ = "" _ = "INTERFACE\ICONS\ability_hunter_onewithnature" SMcount = 5 _ = nil _ = 60 SMexpirationTime = 74039.751 (*temporary) = "raid9" (*temporary) = 80 (*temporary) = nil (*temporary) = 60 (*temporary) = "attempt to compare string with number"
Thanks for feedbacks! +rep for you guys!Originally Posted by Change Logs
Status: Inactive. Don't PM me, pls drop a msg to vachiusa (at) mientrung <dot> com
Thank you man! You rock.
Sent from my GT-I9300 using Tapatalk now Free
Download http://vachiusa.googlecode.com/svn/t...face%205.4.zip and unzip it to Wow addon folder
Hi Vachiusa! Thanks for your work!
I have a question: is it possible to add the possibility in the vqueue to dont have a unit?
I have a druid and i'd like to place the mushrooms with the vqueue function, but with the glyph to place them visually the only one that seems to work is /vqueue SpellId target, so every time i want to place them i have to make sure i have someone on target, or it doesn't work.. and its a bit annoying.. i don't think it's a difficult change on the code, so if you can add this, or suggest me a way to circumvent this it would be awesome![]()
I need some MW help here
my heals Screenshot by Lightshot
vs
pro healer Screenshot by Lightshot
im only a few ilvl behind the fight is the same H boss
my settings Screenshot by Lightshot
Any advise? =/
dunno who told you to add iron prison to dispell list. Its not a dispell mechanic.
the debuff expires after 1 minute causing 100%max hp phisical damage. Its a "use your personal cd at the right time" mechanic.
for monk the following work - dampen harm, life cocoon, fortifying brew. If you get targeted +3 times or have already used the cds, another raid member should help you out with thibgs like barkskin or bop or sac etc.
need to add an on-use trinket
should look something like this
'--trinket spirit 1
--trinket spirit 2
ive got both boxes checked but it only uses this trinket 'jade courtesan figure'
i would also like it to use this trinket 'scroll of revered ancestors'
i made entries for both slot 13 and 14 but no luck
it only uses the one trink no matter the slot i stick it in
any help would be nice until i get a better trink anyways. thanks for an awesome profile
You should use
Mistweaving vs Fistweaving?PHP Code:
/vqueue 88747 player
You should add "-- Trinket spirit 1" ability like this
PHP Code:
if 100 * UnitPower("player") / UnitPowerMax("player") < 80
and GetInventoryItemCooldown("player",13) == 0
and not UnitCastingInfo("player")
then UseInventoryItem(13)
end