[PQR] World of Warriorcraft - Arms 5.4  (R)BG / Arena menu

User Tag List

Page 8 of 12 FirstFirst ... 456789101112 LastLast
Results 106 to 120 of 180
  1. #106
    jackus's Avatar Active Member
    Reputation
    58
    Join Date
    Aug 2006
    Posts
    802
    Thanks G/R
    1/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it me or is the AutoStance broken?

    [PQR] World of Warriorcraft - Arms 5.4  (R)BG / Arena
  2. #107
    jh16's Avatar Contributor
    Reputation
    323
    Join Date
    Feb 2012
    Posts
    321
    Thanks G/R
    10/46
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jackus View Post
    Is it me or is the AutoStance broken?
    Yeah I checked through the code and he missed an "end" to close up an "if" statement. Should look more like this.

    ~Edited out~

    After thinking about it this might fix a few Lua Errors that has been popping up lately. The missing "end" could have created problems. I'll have to see when I get on today.

    Edit:
    Hmm, just turned it on with my edit and multiple of the same error popped up. Apparently the "end" wasn't needed at the end of the "if" statement.
    Last edited by jh16; 10-18-2013 at 05:29 PM.

  3. #108
    jackus's Avatar Active Member
    Reputation
    58
    Join Date
    Aug 2006
    Posts
    802
    Thanks G/R
    1/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice i just used some old code i had
    Code:
     --FixStance
    if autoStance == true
    and ( GetSpecialization() == 1 or GetSpecialization() == 2 )
    then
            if GetShapeshiftForm("player") ~= 1
            and ( getHp("player") > 80
                or (getHp("player") > 50 and poppedCDs("player") == true))
            and inMelee() == true
            then
                CastShapeshiftForm(1)
            end
            
            if GetShapeshiftForm("player") ~= 2
            and ( (getHp("player") < 70 and poppedCDs("player") == nil)
                or (getHp("player") < 50 and poppedCDs("player") == true) )
            or inMelee() == nil
            then
                CastShapeshiftForm(2)
            end
        
            
    end
    
    if autoStance == true
    and GetSpecialization() == 3
    and GetShapeshiftForm() ~= 2
        then
            CastShapeshiftForm(2)
        end
    Also found this weird "bug"

    If I turn on the rotation and then of. It still tries to Storm Bolt and spellreflect in duels.. Any one else got that?

  4. #109
    jshookz's Avatar Member
    Reputation
    1
    Join Date
    Aug 2013
    Posts
    203
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    where to change the autostance code?

  5. #110
    jh16's Avatar Contributor
    Reputation
    323
    Join Date
    Feb 2012
    Posts
    321
    Thanks G/R
    10/46
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jshookz View Post
    where to change the autostance code?
    Think it is in the "Tweaks" ability.

    Edit:
    Lordy, crap just ain't working for me today. =\
    Last edited by jh16; 10-18-2013 at 07:15 PM.

  6. #111
    chric's Avatar Member
    Reputation
    4
    Join Date
    Sep 2011
    Posts
    37
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The profile just breaks and stops working after a few minutes

  7. #112
    Str0be's Avatar Member
    Reputation
    2
    Join Date
    Feb 2007
    Posts
    93
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Need a fix for autostance. copied and pasted the "fix" and it just stops the whole profile from working.

  8. #113
    frII's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    86
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jh16 View Post
    Which error? Is it "Interface\FrameXML\UnitFrame.lua:232" ?
    The fix for this is:
    Code:
    /run SetCVar("raidFramesDisplayIncomingHeals",1)
    /reload
    I had this start going nuts on me a few days ago and that fixed it. Just create a general macro so it goes across all of your characters when this happens.
    I'm also using ElvUI.

    Source
    Well.
    I tried whta u recommended and it didnt helped.
    And problem is not on clinent side and not in PQR itself.The problem is in the profile.Because i dont have that error in any other profile.

  9. #114
    Xopo's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    56
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    been using this pass couple days as a trial run, works pretty damn well. Nothing has broke either and has been working pretty flawlessly. Thanks man pretty awesome +rep

  10. #115
    WNxChampion's Avatar Member
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    5
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    been fiddling with the profile but no luck.. 2.0.4 is broken..
    anyone has the password for 2.0.0? i got the .rar but its locked.

  11. #116
    jackus's Avatar Active Member
    Reputation
    58
    Join Date
    Aug 2006
    Posts
    802
    Thanks G/R
    1/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WNxChampion View Post
    been fiddling with the profile but no luck.. 2.0.4 is broken..
    anyone has the password for 2.0.0? i got the .rar but its locked.
    I like 2.0.4 very much.

    ask PartyKilla for it

  12. #117
    jackus's Avatar Active Member
    Reputation
    58
    Join Date
    Aug 2006
    Posts
    802
    Thanks G/R
    1/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any one got a FIX for the interrupt? It still uses DS when people are immune

  13. #118
    dumars's Avatar Active Member CoreCoins Purchaser
    Reputation
    30
    Join Date
    May 2009
    Posts
    63
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Partykilla View Post
    Build 2.0.5 fix: (Not out yet)
    *Fixed Totem spam on friendly targets
    *?
    2.0.4 is awsome and i cant wait for next update with more improvements

  14. #119
    jackus's Avatar Active Member
    Reputation
    58
    Join Date
    Aug 2006
    Posts
    802
    Thanks G/R
    1/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If a warrior pops reck or avatar and then bladestorm the profile will try to disarm coz the war is reck/avatar but its also bladestorming so it will try to disarm bladestorm and miss.

    I wrote this:
    I do not know if it works tho, any one got an idea?
    HTML Code:
    function shouldDisarm(unit)
        for i=1,#disarmID do
        if UnitBuffID(unit,46924) ~= nil
        then
        return false
        end    
        end
    end    
    function shouldDisarm(unit)
        for i=1,#disarmID do
        if UnitBuffID(unit,disarmID[i]) ~= nil
        then 
        return true
        end    
        end
    end

  15. #120
    sabsty's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tried this rotation, but seems to break.


    "[addon_name] has been blocked from an action only available to the Blizzard UI. You can disable this addon and reload the UI."


    Did a clean install of Wow and installed previous addons 1 by 1, seems that both Stubby and Prat-3.0 are causing the problems, removed both for the present time. Anyone have experience with these two or know of a fix?
    Last edited by sabsty; 10-22-2013 at 11:43 PM.

Page 8 of 12 FirstFirst ... 456789101112 LastLast

Similar Threads

  1. PQR 3.3.5a ARMS WARRIOR AUTO-BASH
    By n1ce0n3 in forum WoW Bots Questions & Requests
    Replies: 10
    Last Post: 03-17-2015, 06:12 AM
  2. PQR Arms Warrior - Profile Request
    By poofball in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 04-17-2013, 05:08 AM
  3. [Buying] WTB Pqr PvP Arms profile
    By sevennsins in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 03-12-2013, 01:45 PM
  4. [PQR] Arms Warrior 5.2
    By lockstrom in forum WoW Bot Maps And Profiles
    Replies: 4
    Last Post: 03-07-2013, 07:07 PM
  5. [PQR] Arms Warrior PvP Rotation
    By nebmyers in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 12-20-2012, 07:15 PM
All times are GMT -5. The time now is 04:44 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