[PQR] Bossqwerty's MOP Mage Profiles menu

Shout-Out

User Tag List

Page 6 of 11 FirstFirst ... 2345678910 ... LastLast
Results 76 to 90 of 155
  1. #76
    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 alucard1 View Post
    Your first post says it only supports frost orb, but then the reqs says you need flame orb. (this is for frost boss)
    Fixed! That was from my very first build, I forgot to change it. Thanks

    [PQR] Bossqwerty's MOP Mage Profiles
  2. #77
    alucard1's Avatar Active Member
    Reputation
    36
    Join Date
    Oct 2007
    Posts
    246
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do you think you can add in a feature that if i hold Shift it pauses the script?

    Seems to be breaking now, it stops casting frostfire bolt can't figure out why.
    Last edited by alucard1; 10-09-2012 at 08:50 PM.

  3. #78
    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 alucard1 View Post
    Do you think you can add in a feature that if i hold Shift it pauses the script?

    Seems to be breaking now, it stops casting frostfire bolt can't figure out why.
    Most likely because it won't cast FFB if alter time is off cd, I originally had it set up like that so it would line up FFB and FoF before casting alter time, I'll fix that in the next build.

  4. #79
    alucard1's Avatar Active Member
    Reputation
    36
    Join Date
    Oct 2007
    Posts
    246
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bossqwerty View Post
    Most likely because it won't cast FFB if alter time is off cd, I originally had it set up like that so it would line up FFB and FoF before casting alter time, I'll fix that in the next build.
    Yup that's it, i spam the button to manually cast it. it works now, i'm using it in raids and topping meters =p getting ranks easy. If you would like to talk about rotation/priority feel free to PM me (working on hardmodes =D)

  5. #80
    waisosrs's Avatar Active Member
    Reputation
    37
    Join Date
    Oct 2009
    Posts
    138
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Fire works well, just need to implement gloves from engineering to use on Cd, not good on coding, no rush but works geat so far thanks! +rep

  6. #81
    passionford's Avatar Member
    Reputation
    5
    Join Date
    Apr 2009
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok testing with frost it just does not seem to cast frost bomb at all, I tried speccing into Living bomb too and it just wont do it.

  7. #82
    alucard1's Avatar Active Member
    Reputation
    36
    Join Date
    Oct 2007
    Posts
    246
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by passionford View Post
    Ok testing with frost it just does not seem to cast frost bomb at all, I tried speccing into Living bomb too and it just wont do it.
    Replace the current frostbomb code with this
    Code:
    if select(2,GetTalentRowSelectionInfo(5)) == 15
    and IsUsableSpell(112948)
    and GetSpellCooldown(112948) == 0
    and not PQR_IsMoving(1)
    then
    CastSpellByName(GetSpellInfo(112948))
    return true
    end
    Thanks to sheep using his frostbomb code and thanks to boss for making the entire rotation =) If either of you have a problem with me posting this i will take it down.

    Slowly adding more things to your script since it already works, took me a while to figure out how to get it to use item slots (google wasn't being nice)

    Just need to figure out how to make it use BEFORE alter time (this is all through PQR, not editing in the xml file itself (unless that's easier and i should do it))

    hey boss, here is something you can add to all your scripts for synapse springs (not sure if it will work if you don't have springs)

    Code:
    local AT = UnitBuffID("player", "108978")
    if GetInventoryItemCooldown("player",10) == 0
    and AT == nil then
    return
    UseInventoryItem(10)
    end
    Got potions working,
    Code:
    if Lust == 1 then
    return
    UseItemByName(76093)
    end
    Will use a potion of jade serpent if lust is up. (if someone can help me add to check if it's on CD or to set it to remember if it's been used, that would be awesome =)
    Last edited by alucard1; 10-10-2012 at 01:57 PM.

  8. #83
    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 passionford View Post
    Ok testing with frost it just does not seem to cast frost bomb at all, I tried speccing into Living bomb too and it just wont do it.
    It currently only works with living bomb, if you have any other questions just read the OP. Nearly everything asked so far I've already answered there.

  9. #84
    alucard1's Avatar Active Member
    Reputation
    36
    Join Date
    Oct 2007
    Posts
    246
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Added a whole bunch to my post that people can use (or you can add to your own scripts if you wish)

  10. #85
    Dyk's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, I just wanted to give a little feedback. I prefer your script over SM Fire by far, but I've noticed a little bug. I don't know why It's happening, but occasionally the fire profile will hang up and not cast a Pyroblast proc. It just sits there. I guess it's just an infinite loop or something, but it's hard to diagnose.

    EDIT: Actually, looking at it again, when DPSing the target dummy it looks like it's randomly losing complete aggro and the bot stops detecting that it's in combat. I'm not sure what's wrong.
    Last edited by Dyk; 10-10-2012 at 06:52 PM. Reason: Additional info

  11. #86
    alucard1's Avatar Active Member
    Reputation
    36
    Join Date
    Oct 2007
    Posts
    246
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dyk View Post
    Hey, I just wanted to give a little feedback. I prefer your script over SM Fire by far, but I've noticed a little bug. I don't know why It's happening, but occasionally the fire profile will hang up and not cast a Pyroblast proc. It just sits there. I guess it's just an infinite loop or something, but it's hard to diagnose.

    EDIT: Actually, looking at it again, when DPSing the target dummy it looks like it's randomly losing complete aggro and the bot stops detecting that it's in combat. I'm not sure what's wrong.
    Training dummies just do that, it happens with or without the bot, most the time when you're casting fireball and LB has already gone off and no dots are on the target, it only takes like ~2 seconds for combat to drop if no aggro is detected.

  12. #87
    passionford's Avatar Member
    Reputation
    5
    Join Date
    Apr 2009
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bossqwerty View Post
    It currently only works with living bomb, if you have any other questions just read the OP. Nearly everything asked so far I've already answered there.
    I did say I tried Living Bomb too in my post.

  13. #88
    alucard1's Avatar Active Member
    Reputation
    36
    Join Date
    Oct 2007
    Posts
    246
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by passionford View Post
    I did say I tried Living Bomb too in my post.
    Do you also have scorch.

  14. #89
    BossCat's Avatar Banned
    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)
    Thanks Boss

  15. #90
    passionford's Avatar Member
    Reputation
    5
    Join Date
    Apr 2009
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by alucard1 View Post
    Do you also have scorch.

    Yeah I had everything as I should of, I ended up modifying it a touch and it uses Frost Bomb properly now so its all good

Page 6 of 11 FirstFirst ... 2345678910 ... 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 06:00 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