[PQR Request] Fire Mage with extra chance to proc Pyroblasts menu

User Tag List

Results 1 to 11 of 11
  1. #1
    tinyblaze's Avatar Contributor CoreCoins Purchaser
    Reputation
    171
    Join Date
    May 2012
    Posts
    573
    Thanks G/R
    0/0
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [PQR Request] Fire Mage with extra chance to proc Pyroblasts

    I am trying to find some code a rotation, not from scratch, just modify this 2 abilities, but no one seems to be able to do it for now, think you can check it out?
    What i want it to do that i can't work out it out is
    1: if you have a pyro proc you don't use it like all profiles do
    2:you start casting fireballs until you get a heating up proc too. when you get that proc, the next spell you cast is a fireball followed by the pyroblast and if one of the pyro or fireball casted crit you get a new pyro proc, repeat
    as explained in this movie Vykina - How To: Fire Mage Opener - YouTube
    no one whom i speaked with seems to know how to make this or is not interested, as i said i can provide a profile you can work on that only needs adjusting to that rotation stated above.
    Someone told me you might have to use a frame to track if the spell was succed then move to the next one.
    I can also donate a few bucks for it and i am sure many more will for this, as this will provide the best rotation for fire mages

    [PQR Request] Fire Mage with extra chance to proc Pyroblasts
  2. #2
    aznracrx's Avatar Active Member
    Reputation
    29
    Join Date
    Feb 2012
    Posts
    18
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Enjoy

    Code:
    local spell = UnitCastingInfo("player")
    
    if (UnitBuffID("player",48108) and UnitBuffID("player",48107) and (spell == "Fireball" or spell == "Scorch"))
    or UnitBuffID("player",12043)
    then
    	CastSpellByName(GetSpellInfo(11366))
    end

  3. #3
    tinyblaze's Avatar Contributor CoreCoins Purchaser
    Reputation
    171
    Join Date
    May 2012
    Posts
    573
    Thanks G/R
    0/0
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the problem with this is during heroism or heavy haste times and the pqr doesn't react as fast to the casts and starts doing mistakes like queueing a new fireball rather then shoot pyroblast even tough it's higher priority in the rotation with 20 check ability delay and no lag tolerance option enabled. that's why someone told me about frame tracking the spells, anyway thanks for the input and if you have more ideas how to make it react better please let me know
    Last edited by tinyblaze; 04-10-2013 at 06:19 AM.

  4. #4
    tinyblaze's Avatar Contributor CoreCoins Purchaser
    Reputation
    171
    Join Date
    May 2012
    Posts
    573
    Thanks G/R
    0/0
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone knows how to make it to react better the pqr? or how to rewrite the code ?

  5. #5
    imdasandman's Avatar Contributor
    Reputation
    206
    Join Date
    Feb 2011
    Posts
    965
    Thanks G/R
    9/4
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tinyblaze View Post
    anyone knows how to make it to react better the pqr? or how to rewrite the code ?
    Yes go into pqr settings and turn the lag ms up some. This will incorperate a delay and should help. Start with 100 ms and go from there.

    Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
    My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
    https://imdasandmandeathknight.googl...com/svn/trunk/
    Originally Posted by Valma View Post
    Oh sure. (: Plz,lord,rewrite my profile without "re-inventing a wheel".I'm really interested how would you do so.I even ready to eat my pants if yours will perform better in raids than mine

  6. #6
    tinyblaze's Avatar Contributor CoreCoins Purchaser
    Reputation
    171
    Join Date
    May 2012
    Posts
    573
    Thanks G/R
    0/0
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    shouldn't the ability check delay increased make it even more unresponsive to procs? as it will check if i got the proc every 100 ms and not 20 ms?

  7. #7
    deadpanstiffy's Avatar Knight-Lieutenant
    Reputation
    158
    Join Date
    Mar 2012
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tinyblaze View Post
    I am trying to find some code a rotation, not from scratch, just modify this 2 abilities, but no one seems to be able to do it for now, think you can check it out?
    What i want it to do that i can't work out it out is
    1: if you have a pyro proc you don't use it like all profiles do
    2:you start casting fireballs until you get a heating up proc too. when you get that proc, the next spell you cast is a fireball followed by the pyroblast and if one of the pyro or fireball casted crit you get a new pyro proc, repeat
    as explained in this movie Vykina - How To: Fire Mage Opener - YouTube
    no one whom i speaked with seems to know how to make this or is not interested, as i said i can provide a profile you can work on that only needs adjusting to that rotation stated above.
    Someone told me you might have to use a frame to track if the spell was succed then move to the next one.
    I can also donate a few bucks for it and i am sure many more will for this, as this will provide the best rotation for fire mages
    Just wondering, why you think it will be the best?

  8. #8
    tinyblaze's Avatar Contributor CoreCoins Purchaser
    Reputation
    171
    Join Date
    May 2012
    Posts
    573
    Thanks G/R
    0/0
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    because that's the way to do it and there is no such rotation at the moment, by following that rotation you will get way more dps than just a react to pyro proc rotation

  9. #9
    deadpanstiffy's Avatar Knight-Lieutenant
    Reputation
    158
    Join Date
    Mar 2012
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tinyblaze View Post
    because that's the way to do it and there is no such rotation at the moment, by following that rotation you will get way more dps than just a react to pyro proc rotation
    Do you know how to use SimC?

    Change this line from:

    Code:
    combustion,if=dot.ignite.tick_dmg>=((action.fireball.crit_damage+action.inferno_blast.crit_damage+action.pyroblast.hit_damage)*mastery_value*0.5)&dot.pyroblast.ticking&buff.alter_time.down&buff.pyroblast.down&buff.presence_of_mind.down
    to:

    Code:
    combustion,if=dot.ignite.tick_dmg>=((action.fireball.crit_damage+action.pyroblast.hit_damage)*mastery_value*0.5)&dot.pyroblast.ticking&buff.alter_time.down&buff.pyroblast.down&buff.presence_of_mind.down
    and remove this line:

    Code:
    inferno_blast,if=buff.heating_up.react&buff.pyroblast.down
    and change this line from:

    Code:
    pyroblast,if=buff.pyroblast.react|buff.presence_of_mind.up
    to:

    Code:
    pyroblast,if=buff.pyroblast.react&buff.heating_up.react|buff.presence_of_mind.up
    You do those changes and its a dps loss, I read the forum and the mage says with higher gear you should be able to not even use IB.... you tell me whats so good when SimC is all we have to use outside the game for high iteration simulation.
    Last edited by deadpanstiffy; 04-17-2013 at 11:22 PM.

  10. #10
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Vykina does that as an opener. Not really in his rotation. Imho its a DPS loss to implement it in the script, and its even a DPS loss usually when doing it as an opener. Cause you need to monitor proccs and shit. Manually it works but in a script its not so good idea.
    Looking for exploiters and botters to Elder Scrolls Online.

  11. #11
    tinyblaze's Avatar Contributor CoreCoins Purchaser
    Reputation
    171
    Join Date
    May 2012
    Posts
    573
    Thanks G/R
    0/0
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    he uses that as a rotation, and it's discussed on many other forums. You get extra chances to proc a new pyroblast when you send both a a fireball and a pyro while you have heating up because if eiteher of them crits on that global you get a new pyro proc. Go test it a dummy and see how many procs you get.
    And simc is the biggest shit ever for mages, just check what they say about arcane and frost, it's been and it shit for mages since mop. And with this method you will use very few inferno blasts, so where did i say that you need to use inferno blast?


    Doing this will give you a higher chance to achieve a further pyro, if we look at the following scenarios:

    You have a Pyroblast and a Heating Up present, you then cast Fireball, immediately followed by your Pyroblast proc:

    Scenario A:
    1. Fireball (crit)
    2. Pyroblast (non-crit)
    ~Obviously you will get a further Pyroblast as you would expect.

    Scenario B:
    1. Fireball (non-crit)
    2. Pyroblast (crit)
    ~Here you would expect that you would lose your your Heating Up, because the Fireball didn't crit, but due to Heating Up not expiring instantly after not critting, it is possible to get another spell in the window, so this scenario will still give you a Pyroblast.

    Scenario C:
    1. Fireball (crit)
    2. Pyroblast (crit)
    ~Best possible scenario, and you can repeat the process again of Fireball -> Pyro, doing long chains of this luck does pretty huge DPS, especially inside procs.

    Scenario D:
    1. Fireball (non-crit)
    2. Pyroblast (non-crit)
    ~Worst scenario, you get nothing.
    Last edited by tinyblaze; 04-18-2013 at 09:10 AM.

Similar Threads

  1. [PQR] Nilrem Fire Mage profile
    By nilrem2004 in forum WoW Bot Maps And Profiles
    Replies: 7
    Last Post: 03-19-2013, 09:32 AM
  2. [pqr] [REQUEST] Frost Mage PvP Profile
    By BHLDepression in forum WoW Bot Maps And Profiles
    Replies: 2
    Last Post: 01-20-2013, 01:56 PM
  3. [Selling] 405 fire mage with heroic cunning, 401 disc priest, 400 kitty druid and 6 other 85s
    By Nighting in forum WoW-US Account Buy Sell Trade
    Replies: 23
    Last Post: 09-07-2012, 11:48 PM
  4. Fire Mage with a Water Elemental
    By Igzz in forum World of Warcraft Exploits
    Replies: 0
    Last Post: 08-29-2012, 09:58 PM
  5. [REQUEST] Fire Mage Spell Pack
    By sythius in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 04-01-2007, 11:39 AM
All times are GMT -5. The time now is 03:17 PM. 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