menu
-
LEGIT Wotlk GCD Reducer/hack
I'm looking for an actual GCD reducer/hack for warrior. I've bought PQR Dealer's GCD reducer, and I learned that it it just decreases MS from 1.5 to 1.4 and changes the tooltip. This only affects the client side. All this does is fire ur spell que faster. So in a way, u are doing more dps (Barely), but it is not true GCD reducer/hack. Changing a few columns in the spell.dbc is not going to bypass me. You are going to have to provide proof that ur GCD reducer/hack actually works. quickest way would be to use ur pqr and make a simple script.
Spell ID = 0, target = custom.
local start, duration = GetSpellCooldown("Overpower")
local gcdTimer = start + duration - GetTime()
if gcdTimer >= 0 then
print(gcdTimer)
return
end
Use mortal strike then this will fire the gcd count down. If ur gcd reduces to 1.2, the system will print 1.2 > x. Then spam rend and There should be no interuption in the printing(After GCD hits 0, rend will start GCD, and IT SHOULDNT STOP! ONCE FIRED DONT KEEP SPAMMING) . IF GCD hits zero and rend is up RIGHT AFTER, then its legit and the text keeps going down with no stops.
A video would be nice.
Be able to explain wat u changed to make this work. If u can change to 1.2, why not 1 sec? I should be able to change the value my self.
Im also interested in the slam hack.
post ur skype.
Last edited by Angelism; 03-06-2016 at 10:25 PM.