[PQR] Blaythe's Destruction Warlock menu

User Tag List

Page 15 of 16 FirstFirst ... 111213141516 LastLast
Results 211 to 225 of 235
  1. #211
    Mavmins's Avatar Contributor
    Reputation
    165
    Join Date
    Oct 2012
    Posts
    606
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    code says

    Code:
    if IsLeftControlKeyDown() then
    if UnitExists("mouseover") then
    if PQ_SoulShard > 1 then
    	CastSpellByName(GetSpellInfo(80240),"mouseover")
    	 	return true
    		end
    	end
    end
    So it should cast Havoc on mouseover target if you have more than 1 Ember which is the correct logic as it means you can cast a ChaosBolt. I noticed it wasn't as responsive earlier but I don't really see why, maybe try moving "Havoc Mouseover" up in the Rotation Editor ?

    Could probably interrupt current cast to apply the havoc though, ill investigate

    Edit : This is odd, it is very responsive but only if you have 2 Embers, the code clearly states 1 !! Leave it with me and ill try to fix it
    Last edited by Mavmins; 04-02-2013 at 03:14 PM.

    [PQR] Blaythe's Destruction Warlock
  2. #212
    Opacho's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Feb 2012
    Posts
    83
    Thanks G/R
    6/1
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mavmins View Post
    code says

    Code:
    if IsLeftControlKeyDown() then
    if UnitExists("mouseover") then
    if PQ_SoulShard > 1 then
    	CastSpellByName(GetSpellInfo(80240),"mouseover")
    	 	return true
    		end
    	end
    end
    So it should cast Havoc on mouseover target if you have more than 1 Ember which is the correct logic as it means you can cast a ChaosBolt. I noticed it wasn't as responsive earlier but I don't really see why, maybe try moving "Havoc Mouseover" up in the Rotation Editor ?

    Could probably interrupt current cast to apply the havoc though, ill investigate

    Edit : This is odd, it is very responsive but only if you have 2 Embers, the code clearly states 1 !! Leave it with me and ill try to fix it
    Try to add >= so it will be something like this...if PQ_SoulShard >= 1 then... Now it will check if u have 1 or more, before it was checking 2+

  3. #213
    mrsalvas's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    very nice progress since the first release.

    when iam fighting vs 3+ adds and cleaving them with Rain of Fire with the normal boss fight rotation. there are momment where the embers are caped and it take 1-2 sec befor it caste a chaosbolt. and everytime this happen its because the profile is casting an incinerate to trop stacks of backdraft to 1 befor it cast a chaosbolt. chaos bolt can be casted as soon as backdraft reache 2, this will result in more chaosboilt per fight, wich also mean more damage done.

  4. #214
    Mavmins's Avatar Contributor
    Reputation
    165
    Join Date
    Oct 2012
    Posts
    606
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Update my beta - Thanks Opacho, i thought PQ_SoulShard could return decimals but turns out its only integers !

    Fixed Havoc Mouseover
    Fixed Havoc

    Both will now correctly apply with 1 Ember

    Tweaked ChaosBolt a little

    @Mrsalvas - It will cast ChaosBolt if you have 2 stacks of Backdraft but never 3, I don't think its possible to tweak the code on this any more as its already a fairly simple check. Although perhaps some kind of check so it wont conflagrate under some conditions. Happy to try and tweak if you can provide me some logic, and i'll give it some thought. For now off to bed, enjoy todays updates !

  5. #215
    mrsalvas's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Mavmins : i will chek

    the profile dont cast felflame if you dont use KjC. for certain fight manorots fury is really interesting. like horridon where you can cleave to boss and all adds with rain of fire, and spread immolate everywhere, really OP. it will be cool tha felflame work if you chose this talent.

    for AOE rotation, i think that FnB + conflagrate can be a dps increase if used when embers = 4 or something like that. beacause when there is 4+ adds, the embers are capped very often. since conlfagrate + fnB dont have CD and its stil give backdraft. pretu sure its gona be a dps increase. And in think Havos should be in this rotation also. more ember generation or cleaving boss with havoc ( like hirrdon fight). i have done some test and it should pull more dps. the profile is also still casting some single incinerate even if there is 2+ embers.

    i am gonna test this in ToT tonight and i will try bring some stats for Blaythe and Mavmins nd you mavmins

  6. #216
    donut87's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    29
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Excellent edits Mav, dumping chaos bolts perfectly!

  7. #217
    LazyRaider's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Feb 2013
    Posts
    139
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm still seeing fel flame come out even though I'm speced for KJC

  8. #218
    Mavmins's Avatar Contributor
    Reputation
    165
    Join Date
    Oct 2012
    Posts
    606
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I had a message from Blaythe and he won't be able to work on the profile and won't be about for a bit, he didn't say for how long so I will try and maintain it until he gets back.

    You will have to bear with me with updating things, im not a great coder and much prefer tweaking functions than writing new ones !

    On my list to look at

    FelFlame
    FnB Conflag (this may take some time to get right)
    Rain of Fire - sometimes doesn't cast if you have the mouseover certain units

    @mrsalvas - is it doing single incinerates with 2 embers when DS is on CD or not ?

  9. #219
    Apocalypse59's Avatar Knight
    Reputation
    17
    Join Date
    Apr 2012
    Posts
    221
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mavmins View Post
    I had a message from Blaythe and he won't be able to work on the profile and won't be about for a bit, he didn't say for how long so I will try and maintain it until he gets back.

    You will have to bear with me with updating things, im not a great coder and much prefer tweaking functions than writing new ones !

    On my list to look at

    FelFlame
    FnB Conflag (this may take some time to get right)
    Rain of Fire - sometimes doesn't cast if you have the mouseover certain units

    @mrsalvas - is it doing single incinerates with 2 embers when DS is on CD or not ?
    I'm gonna do some testing with your profile today bud. Thanks for taking the time and effort to keep it updated. I'll leave feedback when I get it. Anyways - appreciate the awesome profile.

  10. #220
    Chinaboy's Avatar Active Member
    Reputation
    75
    Join Date
    Jun 2012
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey mavis, i just tested your beta and i would like to remove the popping doomguard under 20% or only let it pop it at raidbosses.

  11. #221
    Mavmins's Avatar Contributor
    Reputation
    165
    Join Date
    Oct 2012
    Posts
    606
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated to fix Fel Flame


    Originally Posted by Chinaboy View Post
    Hey mavis, i just tested your beta and i would like to remove the popping doomguard under 20% or only let it pop it at raidbosses.
    It only pops on targets that have more than 100 x your HP so if you have 500k thats 50 million HP, i'll work on a more elegant solution but this got something working.

    if you want to disable it go into Rotation Editor and remove Doomguard from the rotation for now

  12. #222
    Chinaboy's Avatar Active Member
    Reputation
    75
    Join Date
    Jun 2012
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it's not a big problem for most bosses only at megaera it's a little trouble. Still did 131k with havoc on focus nice profile

  13. #223
    Mavmins's Avatar Contributor
    Reputation
    165
    Join Date
    Oct 2012
    Posts
    606
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmmm ok I can see how that would be a problem but Megaera is still a boss so im not sure how i would stop it. eventually id like to use the PQInterface to have toggles for things but I wanna get the profile working as well as possible before I start trying that because I dont know where to start


    Also I will probably make a new thread for my beta profile so i can update the front page

  14. #224
    Mavmins's Avatar Contributor
    Reputation
    165
    Join Date
    Oct 2012
    Posts
    606
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Update uploaded,

    Slightly tweaked Conflag and ChaosBolt code. it will now not cast double conflag if you should be chucking a chaosbolt instead but it also wont let you idle on 2 stacks of conflag which is a dps loss. ChaosBolt tweak to fire off on fewer Embers to avoid being capped when cleaving, but will start saving for 4 Embers 20s before Darksoul, up from 14

  15. #225
    hecccy's Avatar Master Sergeant
    Reputation
    5
    Join Date
    Jan 2012
    Posts
    97
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    seems the download isnt working

Page 15 of 16 FirstFirst ... 111213141516 LastLast

Similar Threads

  1. [PQR] Holobyte's Destruction Warlock for patch 5.2 (WIP)
    By Holobyte in forum WoW Bot Maps And Profiles
    Replies: 10
    Last Post: 01-13-2014, 02:36 PM
  2. PQR- Destruction Warlock PVP
    By Vinshom in forum WoW Bot Maps And Profiles
    Replies: 11
    Last Post: 12-15-2013, 03:48 AM
  3. [Request] - PQR Rotation, Destruction Warlock, specifically for a quest
    By SuddenlyBRAINS in forum WoW Bots Questions & Requests
    Replies: 1
    Last Post: 08-14-2013, 02:09 AM
  4. [PQR] Soapbox Ultimate Destruction Warlock
    By Soapbox in forum WoW Bot Maps And Profiles
    Replies: 25
    Last Post: 11-06-2012, 05:15 AM
  5. - Destruction Warlock PVP Guide -
    By Flail in forum World of Warcraft Guides
    Replies: 22
    Last Post: 07-01-2008, 09:15 PM
All times are GMT -5. The time now is 10:45 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