SPQR - The passive DPS rotation menu

User Tag List

Page 24 of 39 FirstFirst ... 202122232425262728 ... LastLast
Results 346 to 360 of 585
  1. #346
    wanted77's Avatar Member
    Reputation
    2
    Join Date
    Jan 2013
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nonowmana View Post
    will check this on my fresh warclock
    Thanks Nono, any luck yet?

    SPQR - The passive DPS rotation
  2. #347
    Nonowmana's Avatar Contributor
    Reputation
    125
    Join Date
    Apr 2009
    Posts
    259
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wanted77 View Post
    Thanks Nono, any luck yet?
    Sorry, i do not had time to check, I had a busy day on the new project
    Will check this as soon as possible.
    Anthraxbot & SPQR Creator / Administrator

  3. #348
    wanted77's Avatar Member
    Reputation
    2
    Join Date
    Jan 2013
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nonowmana View Post
    Sorry, i do not had time to check, I had a busy day on the new project
    Will check this as soon as possible.
    * Update * If i remove immolate spell from action bar, things are better, curse is applied, conflag cast and then spam incinerate. Seems to be an issue with immolate, as once i drag that spell back onto the actionbar, it goes right back to spamming it.

    I think I may have found something; it seems to think that immolate is corruption (in the debug spell ids). And that Incinerate is shadowbolt!
    So i tried with the spell id's in the debug (corruption and shadowbolt for immolate and incinerate) but now it just wants to apply curse and then spam immolate. It doesnt check if the target has the immolate aura and doesnt, etc

    internal enum Spells : int //This is a convenient list of all spells used by our combat routine
    { //you can have search on wowhead.com for spell name, and get the id in url

    ShadowBurn = 17877,
    Imm = 172,
    Conflagrate = 17962,
    Incinerate = 686,
    Curse = 1490,
    Chaosbolt = 116858,
    }
    internal enum Auras : int //This is another convenient list of Auras used in our combat routine
    { //you can have those in wowhead.com (again) and get the id in url

    Imm = 172,
    Curse = 1490,
    }

    public override void CombatLogic() //This is the DPS / healing coutine, called in loop by SPQR all code here is executed
    {
    var TARGET = MySPQR.Internals.ObjectManager.Target;
    var ME = MySPQR.Internals.ObjectManager.WoWLocalPlayer;

    if (!TARGET.HasAurabyId((int)Auras.Curse))
    MySPQR.Internals.ActionBar.CastSpellById((int)Spells.Curse);

    if (!TARGET.HasAurabyId((int)Auras.Imm))
    MySPQR.Internals.ActionBar.CastSpellById((int)Spells.Imm);

    if(TARGET.HealthPercent < 20 )
    MySPQR.Internals.ActionBar.CastSpellById((int)Spells.ShadowBurn);

    MySPQR.Internals.ActionBar.CastSpellById((int)Spells.Conflagrate);

    MySPQR.Internals.ActionBar.CastSpellById((int)Spells.Incinerate);


    }
    Last edited by wanted77; 04-22-2014 at 04:36 PM.

  4. #349
    nrgd's Avatar Corporal
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    New nrgdRet version!

    PHP Code:
    // Changelog:
    // ..:: v[alpha0.2] ::..
    //      - Added OSD (On Screen Display) to show selected rotation.
    //      - Removed inq timer, now works with timeleft, should always refresh inq correctly.
    //      - Detecting Divine Purpose procs, talent is viable for this rotation.
    //      - Detect 4 pieces tier procs (WARNING: Single rotation will cast DS when tier procs!)
    //
    // Known Bugs:
    //      - Starting rotation before logging in may cause rotation to bug, restart SPQR 
    If someone tries the rotation in raid (10/25), please give some feedback since I'm not raiding at the moment.

  5. #350
    manylol's Avatar Sergeant
    Reputation
    8
    Join Date
    Apr 2014
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's fine now thanks guys
    Last edited by manylol; 12-06-2014 at 04:11 PM.

  6. #351
    wanted77's Avatar Member
    Reputation
    2
    Join Date
    Jan 2013
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by manylol View Post
    Someone can help me ?
    Tried to add warlock interrupt in Warlock.cs

    First i added the ID

    OpticalBlast = 115781,

    Then i added this line

    if (TARGET.IsCasting)
    MySPQR.Internals.ActionBar.CastSpellById((int)Spells.OpticalBlast);


    And it's not interrupting the target ...
    Hi Many, I have not tried pet abilities/spells yet, but i remember Nono added new objects in a changelog;
    - Added PlayerPet in ObjectManager
    MySPQR.Internals.ObjectManager.PlayerPet
    - Added PlayerPet targetting
    MySPQR.Internals.ObjectManager.WoWLocalPlayer.TargetPet()

    So have a go at trying to use PlayerPet with the spell. This may be a possilble solution to your problem.

    On a side note, have you got immolate working? mine just wont work.

    kind regards

  7. #352
    Koha's Avatar Member
    Reputation
    11
    Join Date
    Jun 2008
    Posts
    55
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry for the delay but here is the Monk Profiles. Use z to change from Single Target to AOE

    Credit goes to nrgd for his aoe/single target code.

    I will never add support for Auto interrupt.

    Talents used for BrewMaster are:
    15 = any
    30 = Chi Wave or zen sphere
    45 = PowerStrikes or Ascension
    60 = any
    75 = any
    90 = Rushing Jade Wind

    FistWeaving :
    15 = any
    30 = Chi Wave
    45 = PowerStrikes or Ascension
    60 = any
    75 = any
    90 = Rushing Jade Wind

    Glyphs. Surging Mists to turn it into a smart heal on 5 stacks of vital mists.


    https://www.dropbox.com/s/spmkkxwvfjtm5zq/Kohamonk.zip
    Last edited by Koha; 04-23-2014 at 05:51 AM. Reason: Forgot to add glyphs.

  8. #353
    manylol's Avatar Sergeant
    Reputation
    8
    Join Date
    Apr 2014
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Many, I have not tried pet abilities/spells yet, but i remember Nono added new objects in a changelog;
    - Added PlayerPet in ObjectManager
    MySPQR.Internals.ObjectManager.PlayerPet
    - Added PlayerPet targetting
    MySPQR.Internals.ObjectManager.WoWLocalPlayer.TargetPet()

    So have a go at trying to use PlayerPet with the spell. This may be a possilble solution to your problem.

    On a side note, have you got immolate working? mine just wont work.

    kind regards
    it seems complicated :/
    Nonowmana can you assist me to make pet interrupt actually works .. ?

  9. #354
    lockslash's Avatar Member
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    42
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    To know the correct ID spell copy-paste in wow dialog this:

    /run for i=1,200000 do local f=FindSpellBookSlotBySpellID(i,"spell") if f then local n,id=GetSpellBookItemName(f,"spell"),select(2,GetSpellBookItemInfo(f,"spell")) local s=GetSpellInfo(id) s=n==s and " " or "\124cFF4FF763"..s print(id,n,s) end end

  10. #355
    soheil55's Avatar Corporal
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nrgd View Post
    New nrgdRet version!

    PHP Code:
    // Changelog:
    // ..:: v[alpha0.2] ::..
    //      - Added OSD (On Screen Display) to show selected rotation.
    //      - Removed inq timer, now works with timeleft, should always refresh inq correctly.
    //      - Detecting Divine Purpose procs, talent is viable for this rotation.
    //      - Detect 4 pieces tier procs (WARNING: Single rotation will cast DS when tier procs!)
    //
    // Known Bugs:
    //      - Starting rotation before logging in may cause rotation to bug, restart SPQR 
    If someone tries the rotation in raid (10/25), please give some feedback since I'm not raiding at the moment.
    i'm playing paladin retri and using ur profile one problem is there when you target some one with single target you have to dis target and change the rotation to aoe again target him this is really bother btw the fight and cuz the dps decrease during the fight you have to stop and again start it ,another thing i think it should do more dps with my gear 568 but still something is wrong there ,, just dont put the cd's in the rotation let them be manually for the better burst thank you m8 for your good coding

  11. #356
    embee's Avatar Sergeant
    Reputation
    9
    Join Date
    Sep 2012
    Posts
    45
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Koha View Post
    Sorry for the delay but here is the Monk Profiles. Use z to change from Single Target to AOE

    Credit goes to nrgd for his aoe/single target code.

    I will never add support for Auto interrupt.

    Talents used for BrewMaster are:
    15 = any
    30 = Chi Wave or zen sphere
    45 = PowerStrikes or Ascension
    60 = any
    75 = any
    90 = Rushing Jade Wind

    FistWeaving :
    15 = any
    30 = Chi Wave
    45 = PowerStrikes or Ascension
    60 = any
    75 = any
    90 = Rushing Jade Wind

    Glyphs. Surging Mists to turn it into a smart heal on 5 stacks of vital mists.


    https://www.dropbox.com/s/spmkkxwvfjtm5zq/Kohamonk.zip
    uuu *___* thanks koha i test it!

  12. #357
    nrgd's Avatar Corporal
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by soheil55 View Post
    i'm playing paladin retri and using ur profile one problem is there when you target some one with single target you have to dis target and change the rotation to aoe again target him this is really bother btw the fight and cuz the dps decrease during the fight you have to stop and again start it ,another thing i think it should do more dps with my gear 568 but still something is wrong there ,, just dont put the cd's in the rotation let them be manually for the better burst thank you m8 for your good coding
    I don't think I understand you... you can change between single/aoe just by pressing 'z', and without needing to change targets.
    CDs are not added in the rotation, you should cast them manually when needed.
    Make sure that ALL spells are keybinded, rotation won't be able to cast them if not keybinded:
    Inquisition
    CrusaderStrike
    Exorcism
    Judgement
    TemplarsVerdict
    HammerOfWrath
    DivineStorm
    HammeroftheRighteous
    SealofTruth
    SealofRighteousness
    Also, the rotation now supports divine purpose and T16 4p Bonus
    I've only tested the rotation with the practice targets, and frankly I don't know wich DPS should I be doing with my 567ilvl... do you remember how much dps you did with pqr with practice targets in single and aoe?

  13. #358
    nrgd's Avatar Corporal
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    BTW, can someone report how spqr performance is doing in 10/25 raids?

  14. #359
    wanted77's Avatar Member
    Reputation
    2
    Join Date
    Jan 2013
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nrgd View Post
    BTW, can someone report how spqr performance is doing in 10/25 raids?
    Ran lfr with all my alts, each with a SPQR script. Each run was like normal, no lag or crash.
    No perf drop for me.

  15. #360
    wanted77's Avatar Member
    Reputation
    2
    Join Date
    Jan 2013
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lockslash View Post
    To know the correct ID spell copy-paste in wow dialog this:

    /run for i=1,200000 do local f=FindSpellBookSlotBySpellID(i,"spell") if f then local n,id=GetSpellBookItemName(f,"spell"),select(2,GetSpellBookItemInfo(f,"spell")) local s=GetSpellInfo(id) s=n==s and " " or "\124cFF4FF763"..s print(id,n,s) end end
    Thanks Lock, this confirms the strangeness i am having trying to get immolate working, when i copy and paste your above code, it gives the list.
    In white for Immolate and green text for corruption! along with spell id 172
    In white for incinerate and green text for shadow bolt along with spell id 686

    Really confused about this, I keep my fingers crossed that Nono will work his magic.

Page 24 of 39 FirstFirst ... 202122232425262728 ... LastLast

Similar Threads

  1. WOW Macro Library (DPS Rotations, Healing, Tanking, etc)
    By Viral Fly-by in forum WoW UI, Macros and Talent Specs
    Replies: 463
    Last Post: 07-05-2014, 09:31 AM
  2. DPSCycle - DPS Rotation helper addon
    By Vasar in forum WoW UI, Macros and Talent Specs
    Replies: 5
    Last Post: 11-07-2009, 06:23 PM
  3. [Guide] DPS Rotation for ALL CLASSES!
    By [AfterBurner] in forum World of Warcraft Guides
    Replies: 46
    Last Post: 10-23-2009, 04:45 AM
  4. DK dps rotation macro(blood/unholy)
    By Shakenbaken2 in forum WoW UI, Macros and Talent Specs
    Replies: 7
    Last Post: 08-05-2009, 11:10 AM
  5. Whats the best dps class?
    By Fragz1lla in forum World of Warcraft General
    Replies: 5
    Last Post: 01-28-2009, 06:43 PM
All times are GMT -5. The time now is 10:20 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search