[ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
If you like this piece of code feel free to invite me a beer making a donation.
My paypal account: [email protected]
[ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
If you like this piece of code feel free to invite me a beer making a donation.
My paypal account: [email protected]
Conversion is a blood only thing in my opinion, it doesn't heal for that much and frost/unholy can't really afford to lose RP. In my opinion there is some customization you can do with our tree but it's definitely pretty straight forward if you had no clue what to choose.
Dominium I am also wondering if you're going to do a Ret PvP profile?
Xelper is your Ret PvE profiles ready for use tomorrow (Tuesday)?
bu_ba_911 are your Warrior PvP and PvE specs going to be updated for MoP?
Just want to say thanks for the work you guys have put into this project along side I'd like to say thanks to the developers profiles I don't use.
With Onya's or Sheuron's profiles which are using PQR's internal call to get unit distance, doing a " /dump PQR_UnitDistance("player","target")" will result in a empty result no matter what the target is. Doing " /dump PQR_UnitDistance("player","player")" will occasionally return an empty result as well, while being supposed to return a "0".
I've managed to fix the issue by changing the script to not use the internal PQR_UnitDistance, but to use the older version that Onya's profile used to contain. By adding the following lines of code, I was able to get chain heal to cast again without issue (This only applies to Onya's profile, haven't attempted to fix Sheuron's as of yet).
In the --Init-- section of Onya's profile, comment out or remove the current DistanceBetweenUnits function (listed below):
Now paste into the profile the following code, and then enjoy chain heal working again.function DistanceBetweenUnits(unit1,unit2)
if unit2 == unit1 then return 0 end
local r = PQR_UnitDistance(unit1,unit2)
return r
end
function onyaGetPlayerMapPosition(unit)
local x,y = GetPlayerMapPosition(unit)
return x,y
end
function NewScaleFactor(unit1,dist)
local x1,y1 = onyaGetPlayerMapPosition(unit1)
local x2,y2 = onyaGetPlayerMapPosition("player")
if x2 ==nil then x2 = 0 end
local xx= x1 - x2
local yy = y1 -y2
sft = tostring (dist/sqrt(((xx) * (xx)) + (((yy) * 0.6666666666666) ^ 2)))
--- if sft < sf then return sft else return sf end
return sft
end
function DistanceBetweenUnits(unit1,unit2)
if unit2 == unit1 then return 0 end
local x1,y1 = onyaGetPlayerMapPosition(unit1)
local x2,y2 = onyaGetPlayerMapPosition(unit2)
if x1 == 0 and y1 == 0 and x2 ==0 and y2 == 0 then return 0 end
return (sqrt((((x2 - x1) * sf) ^ 2) + (((y2 - y1) * sf / 1.5) ^ 2)))
end
the idea is to get objetmanager working for everyone, not wasting time reussing old code.
[ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
If you like this piece of code feel free to invite me a beer making a donation.
My paypal account: [email protected]
I'm not that great with code and I think someone said they had a working Assassination profile.. can someone give a link for that?Pretty please? And/Or a working Sub Profile
Well guys, if in the foreseeable future, you see me post that I'm not going to be making profiles anymore, here's the reason.
Put in a ticket in-game for a item I lost. If they do an extensive check on my account, well, there's no way of missing that I was botting on the accountSo if I get a perm-ban, I wanted to let you guys know it was a treat making profiles. I will still be here to help around with coding, but I will not be making any new profiles. If it, again, is perm-banned, it just gave me the reason to give WoW up for a while (I do have a secondary account, but doesn't have Cata and the soon to come out Mists of Pandaria expansion) and seriously think about and study for what I'm going into the Navy as, which is the Nuclear Field.
Again, this is if my account get's banned. If it doesn't get banned, I will still be around making and updating profiles till it actually does get banned![]()
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/