Yeah same button. man this profile is great, spent the last few hours with it, really very fluid.
Would love to see an mm edition one day. Really great profile, you should be very proud.
Yeah same button. man this profile is great, spent the last few hours with it, really very fluid.
Would love to see an mm edition one day. Really great profile, you should be very proud.
3rd day using this profile for solo play, bg's and arena (2200+) as survival. Had to manually make a few changes, but this profile is ****ing rock solid. You should be so proud. So so very fluid and responsive.
Marks would be nice to see...as the scatter trap. but man.... truly one of the best profiles out there. Nice work my man. nice work indeed.
I'm actually impressed with your results. I think my profile does good job for BM, didnt tought surv was that great!
At least it seems to me you are using it like a pro, this profile didnt carry you dude you probly are very good
I'll be offline for a week, going far in wood to do Real Hunting hehe I will probly take some time to code you fancy moves when I come back if you want. Make a list of usefull things you want and when I will work on profile ill add it all at once. As for MM its probly only adding 3-4 abilities so... why not
Thanks for reporting!
Soapbox Rotations Developer
DPS (BM) comparison updated @ BM Hunter DPS Comparison
2400 today with this profile as survival. Impliment the scatter trap function and I'll show you how high I can go =P
If you added scare beast logic this profile would be retarded.
(3 time glad btw)
Scare Beast logic? What do you mean?
Here's your scatter trap mouseover code.
if FreezingTrapKeyCheck
and FreezingTrapKey then
if PQR_SpellAvailable(19503) then
CastSpellByName(tostring(GetSpellInfo(19503)),"mouseover")
end
CastSpellByName(tostring(GetSpellInfo(1499)))
if SpellIsTargeting() then
CameraOrSelectOrMoveStart()
CameraOrSelectOrMoveStop()
end
return true
end
replace Freezing trap code with this one for now. sorry leaving in few minuts
Last edited by CodeMyLife; 10-11-2013 at 05:37 PM.
Soapbox Rotations Developer
Added, works great. Thanks!
can't get it to mend pet i even click to 80% figured it just died to soon at 40 but it didn't help it just never casts it at all
NM: Figured it out works great
Last edited by kalladiz; 10-15-2013 at 09:07 AM.
3x <string>:"-- Functions -- ...":407: attempt to index global "xrn" (a nil value)
<string>:"-- Functions -- ...":407: 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:
rotationNumber = 0
nextAbility = -1
playerChanneling = false
(for index) = 2
(for limit) = 1023
(for step) = 1
i = 2
spellID = 0
skipUnknown = trueKeep getting these with bm.41x <string>:"-- Focus ...":3: attempt to index global "CML_VengeanceFrame" (a nil value)
<string>:"-- Focus ...":3: 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:
rotationNumber = 0
nextAbility = -1
playerChanneling = false
(for index) = 6
(for limit) = 1023
(for step) = 1
i = 6
spellID = 0
skipUnknown = true
Do you have the PQInterface-addon installed?
Revive pet
if not PQR_IsMoving(2) then
if UnitIsDeadOrGhost("pet") == 1 or UnitIsDead("pet") == 1 or IsPetActive() == false then
CastSpellByName(GetSpellInfo(982))
return true
end
end
Click ability - useful for markers, traps and other stuff
if not GetCurrentKeyBoardFocus()
and not IsMouselooking() then
if SpellIsTargeting() then
CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop()
return true
end
end
My Svn - https://subversion.assembla.com/svn/averykeys-svn/
Hello, can you please help me? Is it possible to make a script macro, so that if i click it launches a trap automaticly to where arenatarget is standing? Like my paladin stuns enemy healer, i use a macro and throw a trap directly to his feet? I'm a noob to that scripting stuff, have tried it in many different ways but didnt succed(( Help me please!
PQR isnt supported anymore, and you'll get banned for sure for using it so I dont know why you're still using it?