Is somebody updating the Spriest script? Or can somebody help me to add Mind Spike ability? Basically I need to spam Mind Spike during Dark Archangel. Thanks. I apologise if it has been posted before.
Is somebody updating the Spriest script? Or can somebody help me to add Mind Spike ability? Basically I need to spam Mind Spike during Dark Archangel. Thanks. I apologise if it has been posted before.
Thanks buba that is exactly what I was looking for. Much appreciated!
Is there an update on fire/arc mage profiles? Current ones are way under-performing.
Is it possible while ability is trying to be cast do another action? For example let say my pet is on passive stance, rotation trying to cast Kill Command but cannot cuz pet isnt in range so i would like to send pet to attack while casting Kill command.
if .... then
cast1, cast2
end
or even
if ..... then
cast1 if cast1 == fail do another
end
???
Hey guys sorry about my last release, I didn't do thorough enough testing to notice a pretty big bug. This version will perform MUCH better. Results will be better than 5.2 slam, I promise. I did very extensive testing this time, numerous 30 min trials + raiding hard modes and lfr. There are still a few things I need to perfect but this should be good. 78k dps on madness this week with a 389 ilvl warr, 65k on zonozz, 45k on ultraxion.
BossSD5.7.rar
Last edited by kickmydog; 01-19-2012 at 01:26 AM.
Hmm iam trying to write something that will automat pet revive/call. But what i try to do nothing works fine. Lets say our pet is dismissed so it will try to spam revive which will fail and dont know how to check that was failed cast and cast call pet if revive wasnt casted.
Same as if pet is dead, it will try to call him and will spam it for ages and here too dont know how to check if call was failed so then cast revive.
This happening cuz when pet is dead for longer time, it frame gone, so we dont know if it is dead or dismissed.
Only thing working is instantly cast revive after pet died or
if pet not exist cast call pet while moving or if pet not exist cast revive while not moving. But here too is same error, if pet is dead and i will be in move it will spam Call Pet. If pet is dismissed and we dont move it will spam revive pet. :S
Hope u know what i mean.
Was trying something like that (try it while ur pet is dismissed, it will just try to cast revive :S):
I never learn programming so maybe this is easy problem. No idea.Code:local re = UnitCastingInfo("player") if not UnitExists("pet") or UnitIsDead("pet") then if CastSpellByID(982) and re ~= "Revive Pet" then CastSpellByID(883) end end
hmm it trying to execute "CastSpellByID(982)" looks like it doing only this and doesnt checking anything more.
Last edited by vorn10; 01-19-2012 at 01:31 AM.
I'm a little confused with the names but I assume its PveT
However, I see major imporvements in DPS compared to your preveious update. Actually seems better than the 5.2 or 5.4 (I forgot which one had the slam fix)
Really impressed! Appreciate your work.
Basically, I said wow when I saw the DPS sky rocket so fast xD
Last edited by xLegendx; 01-19-2012 at 01:31 AM.
i'm a little bit confused by the logic statement more than the issues with the code itself....
why are you trying to cast something during the logic portion of a logic statement?
if then's are ment to check something, not do something.... so
if a == 1 then b = 2 end
we can't do
if a== 1 and b = 1 then b really does = 1 end
so why are you trying to cast a spell while checking what the spell is?
alright now that the lesson is over.... when using CastSpellByID you should also be using a target at the end of it...
like
CastSpellByID(982, "player")
now im pretty sure there's some other bugs in that code but i can't test it atm lol, thats just the biggest one that stood out....
and a passing question.... can you in fact check if your pet is dead when it's not summoned/portrait showing?
I sent a PM to Xelper already, however i would like to hear your opinions as well.
PQR is being used by many members already, however so many pages within 1 thread is getting quite messy.
I suggested Xelper to make a new forum / website for example: pqrotation.com..
With this as the initial setup:
PQR
- News
- Updates
- Bug Reports
PQR Profiles
- Death Knight
- Druid
- Hunter
- Mage
- Paladin
- Priest
- Rogue
- Shaman
- Warlock
- Warrior
This will make it easier for profile developers and leechers.
Hello guys.Help me with Morchok hc mode. I want as my frost dk changes in pitching in Blood Presence, and then back again into unholy. Thank you. (translate with google )
Last edited by Revenge22; 01-19-2012 at 04:24 AM.