[PQR] Bossqwerty's MOP Mage Profiles menu

Shout-Out

User Tag List

Page 4 of 11 FirstFirst 12345678 ... LastLast
Results 46 to 60 of 155
  1. #46
    NebeF2G's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bossqwerty View Post
    Do the frost AoE and trash rotations work? Or is it all 3 that don't work? It's odd that fire works fine, I'll do my best to fix it tonight

    Is anyone using the boss frost rotation without issue? Please post here and let me know if you are
    Yes the others work fine only frost Boss i have an issue with. Remind what talents & Glyphs i need?

    [PQR] Bossqwerty's MOP Mage Profiles
  2. #47
    Bossqwerty's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    693
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by NebeF2G View Post
    Yes the others work fine only frost Boss i have an issue with. Remind what talents & Glyphs i need?
    Scorch, living bomb, invocation and glyph of fire blast. Does it cast any spells before it freezes?

  3. #48
    firepong's Avatar Elite User
    Reputation
    384
    Join Date
    Jan 2008
    Posts
    955
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bossqwerty View Post
    I'm working on an arcane profile and I can't seem to get it to track arcane charges, anyone know how to do this?
    To track charges, use select(4,UnitDebuffID("Player",36032)) where it select's the 4th part of what UnitDebuffID() shits out. The 4th one is the count of a debuff/buff on the designated target/player and works with any buff/debuff that stacks.

  4. #49
    Bossqwerty's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    693
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    To track charges, use select(4,UnitDebuffID("Player",36032)) where it select's the 4th part of what UnitDebuffID() shits out. The 4th one is the count of a debuff/buff on the designated target/player and works with any buff/debuff that stacks.
    i actually tried that already and all it returns is nil no matter what

  5. #50
    firepong's Avatar Elite User
    Reputation
    384
    Join Date
    Jan 2008
    Posts
    955
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bossqwerty View Post
    i actually tried that already and all it returns is nil no matter what
    That's weird. It was working on my end just now. Did you have it typed it right? Usually it's something like

    PHP Code:
    local stacks select(4,UnitDebuffID("Player",36032))

    if 
    stacks or stacks == 6 then
    //Do whatever
    end 

  6. #51
    Bossqwerty's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    693
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    That's weird. It was working on my end just now. Did you have it typed it right? Usually it's something like

    PHP Code:
    local stacks select(4,UnitDebuffID("Player",36032))

    if 
    stacks or stacks == 6 then
    //Do whatever
    end 
    Yeah to the letter, even used "stacks." I'll mess with it some more when I'm home i suppose. Thanks

  7. #52
    firepong's Avatar Elite User
    Reputation
    384
    Join Date
    Jan 2008
    Posts
    955
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bossqwerty View Post
    Yeah to the letter, even used "stacks." I'll mess with it some more when I'm home i suppose. Thanks
    Ok, I figured out what it was, do:

    PHP Code:
    if stacks and stacks 4 then 
    If you don't do the first stacks, it produces errors until you actually cast Arcane Blast for the first time to get the stacks on the target and will also report error's when the stacks are cleared. Forgot all about doing it that way.

  8. #53
    Bossqwerty's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    693
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    Ok, I figured out what it was, do:

    PHP Code:
    if stacks and stacks 4 then 
    If you don't do the first stacks, it produces errors until you actually cast Arcane Blast for the first time to get the stacks on the target and will also report error's when the stacks are cleared. Forgot all about doing it that way.
    Yeah I got it working now, thanks guys

  9. #54
    Bossqwerty's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    693
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have no idea why the boss rotation on the frost profile is causing lockups for some people, the only difference with that rotation is the addition of casting alter time, mirror image, and icy veins. I'm at a loss.

    Could those of you having issues remove one of those abilities at a time from the boss rotation list and see which causes it to stop locking up?
    Last edited by Bossqwerty; 10-07-2012 at 07:40 PM.

  10. #55
    Waffle's Avatar Contributor CoreCoins Purchaser
    Reputation
    115
    Join Date
    Sep 2007
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Boss, regarding you asking if anyone else has the locking up issue, all profiles work fine for me on the US client in English. No lockups on any of them during four hours of raiding and more time in heroic dungeons.

  11. #56
    sumthingkreative's Avatar Private
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Really great work!

    I been playing around with this..

    Do you think we could get a button to hit to trigger ice block just like evocate is now currently?

    Maybe even a button for time warp also?

    Just one quick thing I changed in the fire profile...

    I moved pyroblast up....because in the fire rotation if your moving with scortch casting I would want to cast any free pyroblast procs before I scortched again.

  12. #57
    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)
    Regarding the Fire Profile and the use of alter Time:

    Alter time should have alot of priorities so we cant just make an ability that cast that if this happens. As people mentioned it must be take in the proccs etc etc.
    But we all have diff trinkets and racials so Boss cant really code all that.

    my list goes something like this.

    Cast AT (AlterTime) if you have Pyroblast and heating up and and pot and trinkets have procced and Combustion is off cd and Bloodlust is activated.
    That would be an awesome time to cast AT !!! Imagine that Combustion.

    Cast AT if you have Bloodlust debuff(meaning you already just BL earlier) Combustion is of CD and (Pyroblast and heating up)

    Hope you can understand what im trying to get at. AT is perfect to set up big Combustions due to you can get 4-5 big Pyroblast lining up using AT to get back to a Pyroblast procc and heating up procc. But then you cant wait for AT to run out you need to press it after you used up all the pyroblst proccs and heating up due to Ignite just reads 5-6 last cast into the damage.
    Looking for exploiters and botters to Elder Scrolls Online.

  13. #58
    firepong's Avatar Elite User
    Reputation
    384
    Join Date
    Jan 2008
    Posts
    955
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My best suggestion for Alter TIme, and what I'm doing for my mage right now, is set it up as a push button. Like stated, it has a lot of different scenarios that make it awesome and better. This way, it's user controlled and not getting messed up by a possible fluke in the rotation that would fire it off at the wrong time.

  14. #59
    Bossqwerty's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    693
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    My best suggestion for Alter TIme, and what I'm doing for my mage right now, is set it up as a push button. Like stated, it has a lot of different scenarios that make it awesome and better. This way, it's user controlled and not getting messed up by a possible fluke in the rotation that would fire it off at the wrong time.
    Thanks guys, I've been trying to figure out what to do with alter time. I'm still not 100% sure but your feedback gives me a place to start.

  15. #60
    NebeF2G's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bossqwerty View Post
    Scorch, living bomb, invocation and glyph of fire blast. Does it cast any spells before it freezes?
    Ok i did some testing on the dummy this is what happens:-

    I cast a frostbolt to start it off, it then autos casts Frozenorb then locks up? i can hear the clicking in the background but nothing is happening.

    Also if i start it off with a pet freeze, it then auto casts ice lance a couple of tines with the fingers of frost proc then frostorb then ice lance again when fingers of frost procs up then it just locks up.
    Last edited by NebeF2G; 10-08-2012 at 01:18 PM.

Page 4 of 11 FirstFirst 12345678 ... LastLast

Similar Threads

  1. [PQR] Gabbz Mage Profiles
    By Gabbz in forum WoW Bot Maps And Profiles
    Replies: 207
    Last Post: 07-18-2016, 08:00 PM
  2. [PQR] AzN's Frost Mage and Prot Warrior profiles
    By aznracrx in forum WoW Bot Maps And Profiles
    Replies: 37
    Last Post: 09-30-2013, 04:02 PM
  3. [PQR] Mage Profiles
    By discobob in forum WoW Bot Maps And Profiles
    Replies: 11
    Last Post: 04-07-2013, 04:46 PM
  4. [PQR] Nilrem Fire Mage profile
    By nilrem2004 in forum WoW Bot Maps And Profiles
    Replies: 7
    Last Post: 03-19-2013, 09:32 AM
  5. [PQR REQUEST] PVP Frost Mage (will donate!!)
    By aLorzy91 in forum WoW Bot Maps And Profiles
    Replies: 0
    Last Post: 09-05-2012, 08:36 PM
All times are GMT -5. The time now is 12:27 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