Beastmaster pvp/pve rotation menu

User Tag List

Page 7 of 11 FirstFirst ... 34567891011 LastLast
Results 91 to 105 of 161
  1. #91
    BroloElCunado's Avatar Member
    Reputation
    1
    Join Date
    Feb 2013
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was in Eye of the Storm fighting a Rogue. As far as I remember nothing out of the ordinary, it just got hung up on deterrence. It's also happened with mend pet when my pet is out of range, it will continue to attempt to spam mend pet even when the pet is again within range.

    Beastmaster pvp/pve rotation
  2. #92
    lukec2000's Avatar Member
    Reputation
    4
    Join Date
    May 2012
    Posts
    89
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can't seem to get any of these keys to work on my razor naga - could you print screen how yours is set out please i even reset it to default but still didnt work ;/

    Also is there anyway you can make it not use BW so i can control it for my burst ???

  3. #93
    Enragerx's Avatar Master Sergeant
    Reputation
    52
    Join Date
    Nov 2012
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ah..good catch, I'm adding a range check to mend pet, I'll also add a BW toggle to PQI next release

  4. #94
    BroloElCunado's Avatar Member
    Reputation
    1
    Join Date
    Feb 2013
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lukec2000 View Post
    Can't seem to get any of these keys to work on my razor naga - could you print screen how yours is set out please i even reset it to default but still didnt work ;/

    Also is there anyway you can make it not use BW so i can control it for my burst ???
    You can edit the rotation by going to rotation editor, finding BW, and moving it over to the left box with the other inactive commands.

  5. #95
    lukec2000's Avatar Member
    Reputation
    4
    Join Date
    May 2012
    Posts
    89
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oh yea thanks what about the naga setup ? could you take a screenie of your setup mines not working very well ..

    Also a focus silence would be great.

    Thanks for the great work +rep
    Last edited by lukec2000; 04-19-2013 at 05:07 AM.

  6. #96
    Enragerx's Avatar Master Sergeant
    Reputation
    52
    Join Date
    Nov 2012
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this entire rotation feels clunky and laggy, I'm taking a new approach with solid straight forward code, I'll have a new release soon, completely new

  7. #97
    xLegendx's Avatar Member
    Reputation
    14
    Join Date
    Sep 2011
    Posts
    827
    Thanks G/R
    3/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Enragerx View Post
    this entire rotation feels clunky and laggy, I'm taking a new approach with solid straight forward code, I'll have a new release soon, completely new
    Check your PMs Enragerx that profile is of course PvP

  8. #98
    Enragerx's Avatar Master Sergeant
    Reputation
    52
    Join Date
    Nov 2012
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xLegendx View Post
    Check your PMs Enragerx that profile is of course PvP
    ok thank you

    most of the lag is caused by trying to make 1 profile do 2 things

    next release I am going to offer 2 seperate profiles

    1 pve

    and

    2 pvp
    Last edited by Enragerx; 04-23-2013 at 12:37 PM.

  9. #99
    xLegendx's Avatar Member
    Reputation
    14
    Join Date
    Sep 2011
    Posts
    827
    Thanks G/R
    3/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Enragerx View Post
    ok thank you

    most of the lag is caused by trying to make 1 profile do 2 things

    next release I am going to offer 2 seperate profiles

    1 pve

    and

    2 pvp
    Ah, yeah. I was going to suggest that but, I wasn't sure if it was needed

  10. #100
    ectl2k's Avatar Member
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello Enragerx,
    Nice work, loving what you guys have done with the interface/profile... Couple of thoughts..

    1. The pause button is great, but situational.
    Is there a way to go back to the old pause, where it just stops the profile on click and prints a message to chat.. Just like when you push a hot-key for aoe/pve/pvp..
    a. My reasoning... There are times when you need to just pause the profile to use abilities. Moreover, when your toon freaks out and tries to spam an ability. In the latter case, for me, it is important that my pet remain on the target. I simply used to just pause the rotation get back in LOS and let off the hot-key.
    b. Another idea would be to allow the pet rotation to continue while paused, since this would do two things. 1. keep the pet damage rolling while your stop auto-attacking or trying to use abilities like serpent sting or arcane shot. 2. This pause in the " hunters' " rotation, would allow the the user to click an ability in-between globals.

    2. I have used several profiles and wanted to see if we could add something like what "Failroad" has in his warrior profile. I believe they're called XRN something or other.. Anyway, here is the code I extracted from the profile. The first is going to be the code and the other two are going to be the two different calls...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    -- ModSwitch Function code-- Credit to Failroad--

    function ModSwitch(key,var,op1,op2)
    if key and not GetCurrentKeyBoardFocus() and ( not _G[var.."k"] or GetTime() - _G[var.."k"]

    > 0.3 ) then
    _G[var.."k"] = GetTime()
    if _G[var] then _G[var] = false xrn:message(op1) else _G[var] = true xrn:message(op2) end
    end
    end

    xrn = CreateFrame("Frame",nil,ChatFrame1)
    xrn:SetSize(ChatFrame1:GetWidth(),30)
    xrn:Hide()
    xrn:SetScript("OnUpdate",onUpdate)
    xrn:SetPoint("TOP",0,0)
    xrn.text = xrn:CreateFontString(nil,"OVERLAY","MovieSubtitleFont")
    xrn.text:SetAllPoints()
    xrn.texture = xrn:CreateTexture()
    xrn.texture:SetAllPoints()
    xrn.texture:SetTexture(0,0,0,.50)
    xrn.time = 0

    function xrn:message(message)
    self.text:SetText(message)
    self:SetAlpha(1)
    self.time = GetTime()
    self:Show()
    end
    ________________________________________________________________________________ ___________
    --Defensives (Will Post to chat)--
    ModSwitch(IsRightAltKeyDown(),"canEX","\124cFFD4D4D4Will Execute","\124cFF3BB0FFExecute")


    --Toggle Keybinds--Credit to Failroad--
    ModSwitch(IsRightControlKeyDown(),"canAOE","\124cFFD4D4D4Single target","\124cFF3BB0FFTwo

    Target Rotation")
    --Toggle Keybinds end--
    ________________________________________________________________________________ ___

    The above code allows for a visual Single target or two target (AOE).... The visual stays there so you can see which you're in... It might be silly, but I thought it was rather fantastic when I saw it....


    3. Is there a way to take burst off of the mouse and add it to a hot-key? More epic, would be to add the mouse keys to the PQinterface and be able to assign both mouse keys and keyboard hot-keys.

    4. I noticed that while running Huntards profile in PVP, I was always able to click an ability and have it go off... For some reason, your code must somehow be tighter... I looked through his code and only saw one thing that may have caused the difference. Code posted below...
    __________________________________________________________________________

    --FixLag--Credit to Failroad--
    local ping = tonumber((select(3,GetNetStats()) + select(4,GetNetStats())) / 2000) + .025

    if ping < .05
    then
    ping = .05
    elseif ping > .3
    then
    ping = .3
    end
    PQR_SpellAvailableTime = ping
    ________________________________________________________________________________ ______________


    In closing, love what you're doing and want to donate! Let me know where I can do this... Thanks again for all of your hard work and for keeping hunter PVP profiles alive!!! You're simply The-MAN!

    Sorry it's so long...

  11. #101
    Niav's Avatar Private
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It says I'm missing PQR_Beast_Data.lua, but it's right there in the appropriate spot.

    Is there something I'm missing? I don't understand why it keeps stopping itself saying that file isn't there, when CLEARLY it's where it's supposed to be.
    Last edited by Niav; 04-28-2013 at 01:01 PM.

  12. #102
    Nytr0g3n's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Mar 2011
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any chance you could add Frag Belt as part of the single target DPS rotation?
    Last edited by Nytr0g3n; 04-29-2013 at 09:48 PM.

  13. #103
    billybuffalo's Avatar Knight-Lieutenant
    Reputation
    4
    Join Date
    Jan 2013
    Posts
    360
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So honest opinion..... If anyone here is currently using Soapbox's (paid) BM profile, how does this compare to that?

    Curious if I need to give this a try or not. I really like having PQI as a feature in a profile that I use, Soapbox does not have this just yet.

  14. #104
    Weird0's Avatar Contributor
    Reputation
    137
    Join Date
    Jan 2009
    Posts
    352
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what does "exhilaration player" exactly mean ?

  15. #105
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its a hunter-defensive cooldown.

    Exhilaration - Spell - World of Warcraft

    Instantly heals you for 30% and your pet for 100% of total health.

Page 7 of 11 FirstFirst ... 34567891011 LastLast

Similar Threads

  1. [Bot] New BOT auto-rotation and stopcast focus PVP PVE mode undetectable for years
    By Zarkis3 in forum World of Warcraft Bots and Programs
    Replies: 6
    Last Post: 09-27-2016, 05:34 AM
  2. [Selling] New bot autokey undetectable Rotation pvp/pve
    By Zarkis3 in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 09-27-2016, 04:15 AM
  3. [Shaman] Basic Elemental PvP/PvE Guide
    By Solemn1234 in forum World of Warcraft Guides
    Replies: 0
    Last Post: 12-25-2007, 04:03 AM
  4. Shaman PvP / PvE specc's
    By Creepfold in forum WoW UI, Macros and Talent Specs
    Replies: 0
    Last Post: 07-12-2007, 04:22 AM
  5. Easy priest pvp/pve tip (not an exploit or cheating)
    By synthblade in forum World of Warcraft Guides
    Replies: 9
    Last Post: 06-22-2007, 04:01 PM
All times are GMT -5. The time now is 03:18 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