Double Ice Lance in BFA??

Ask questions about your mage spec, talents, build, gear, or seek advice on logs encounters here! All requests to help DPS will be relocated here.
User avatar
xizorpan
Posts: 4
Joined: Sat Sep 01, 2018 11:49 am
Contact:

Double Ice Lance in BFA??

Unread postby xizorpan Sat Sep 01, 2018 12:49 pm

Hi guys!

First of all, sorry for my bad english xD

Second, I'm trying to get some information about the GCD changes between Legion and BFA and why cant we (With the correct haste) make double ice lances....

I guess the GCD reduction by X% of haste is different between this versions, cause if i use one trinket, gear haste focused, TW and IV the Double IL weak auras (what i think a lot of people here knows) tell me i can do it.

Actually, in BFA, i see the rating of GCD reduction of X% haste is:
1% GCD Reduction = Haste of player / 100 + 1
(So if u have more haste u need more haste to take 1% GCD reduction)

Anyone here knows what was the rating of GCD Reduction by X%Haste in Legion?????

Or anyone knows something i dont know about this what dont let us make double IL with correct haste????

I was looking the code of double IL weak auras and i saw the haste needed to all situations/range, maybe if we know the GCD Reduction in Legion we can fix this WA and see how can we try (or why cant we) do it:

Code: Select all

-- getMinHasteStanding aura_env.getMinHasteStanding=function(range) local minHaste = 0.0 if (range == 5) then minHaste = 94.86 elseif (range == 8) then minHaste = 96.43 elseif (range == 10) then minHaste = 97.49 elseif (range == 11) then minHaste = 98.02 elseif (range == 15) then minHaste = 99.64 else minHaste = 94.86 end return minHaste end -- getMinHasteRunning aura_env.getMinHasteRunning=function(range) local minHaste = 0.0 if (range == 11) then minHaste = 73.35 elseif (range == 15) then minHaste = 75.38 elseif (range == 20) then minHaste = 77.99 elseif (range == 25) then minHaste = 80.68 elseif (range == 30) then minHaste = 83.46 else minHaste = 73.35 end return minHaste end -- getMinHasteShimmer aura_env.getMinHasteShimmer=function(range) local minHaste = 0.0 if (range == 25) then minHaste = 51.21 elseif (range == 30) then minHaste = 52.79 elseif (range == 35) then minHaste = 54.40 elseif (range == 40) then minHaste = 56.04 else minHaste = 51.21 end return minHaste end -- getMinHasteShimmerRun aura_env.getMinHasteShimmerRun=function(range) local minHaste = 0.0 if (range == 35) then minHaste = 30.12 elseif (range == 40) then minHaste = 31.55 else minHaste = 30.12 end return minHaste end
Mythic Raiding - Pushing M+ keys - RBG (2.5+ xp) - Development custom Weakauras
Twitch: XPANtv https://www.twitch.tv/XPANtv
Youtube: XPANtv https://www.youtube.com/channel/UCR4Aj- ... KPPtqNIUFQ

Return to “Post Questions & Ask for Help >>Here!<<”

Who is online

Users browsing this forum: No registered users and 9 guests