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

User Tag List

Page 9 of 12 FirstFirst ... 56789101112 LastLast
Results 121 to 135 of 180
  1. #121
    djpuka's Avatar Private
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Have to run this and see how we go. Thanks alot for the hard work you put into this.

    [PQR] World of Warriorcraft - Arms 5.4  (R)BG / Arena
  2. #122
    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 theflounder View Post
    This is just a clone of the old bgreen/failroad profile. Not surprising that it has a ton of errors in it since he just mainly copy and pasted other peoples' works.
    PartyKilla already said he used old profiles and thanks other people on the first page. But there are a lot of new stuff in it too

  3. #123
    xyllus's Avatar Private
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ist eigentlich ganz gut zu gebrauchen....aber.....

    - Arbeit mit ca 12 anderen addon NICHT zusammen
    - hat lags wie die sau 3-4 sek wo der char einfach gar nix macht ausser autohit
    - während des BG Arena setzt das Profil einfach aus wi er absolut gar nix mehr macht
    - mach brauch ca 5-10 relogs und neustarts von WoW und PQR um es ein RBG/Arena richtig nutzen zu können



    Sehr überarbeitungswürdig!

  4. #124
    KuRIoS's Avatar Admin
    Authenticator enabled
    Reputation
    2984
    Join Date
    Apr 2006
    Posts
    9,811
    Thanks G/R
    353/298
    Trade Feedback
    9 (100%)
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)
    keep it civil guys or leave this forums please.. Noone bothers listening to idiots making up false suicide rumours, we certainly don't want those kind of people here.

    NOT A DISCUSSION, DO NOT BOTHER COMMENTING OR DISCUSSING THIS! It is simply just how it is.
    Last edited by KuRIoS; 11-02-2013 at 01:22 PM.

  5. #125
    Eryx's Avatar
    Eryx
    Guest
    Deleted a bunch of retarded comments again.

    Do NOT start this flamewar again. Consider this a final warning.

  6. #126
    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)
    Does he have a "wishlist" of things that he want's completed?

  7. #127
    KuRIoS's Avatar Admin
    Authenticator enabled
    Reputation
    2984
    Join Date
    Apr 2006
    Posts
    9,811
    Thanks G/R
    353/298
    Trade Feedback
    9 (100%)
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)
    Naturally I shouldnt have used such language, but remember that we have to deal with the tonnes of reports from kids like failroad/bgreen, who was the one making the accusations and the one that complained about the language I used. So I must have hit a nerve

  8. #128
    taurentado's Avatar Private
    Reputation
    4
    Join Date
    Nov 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey, can u try this? Just a warning, I've never done lua before

    under "local disarmID" part, add this new part:

    Code:
    local disarmImmuneID= {
    	46924,  -- Bladestorm
    	5277 }  -- Evasion
    You can add other buffs if you want. Then, under "shouldDisarm(unit)" part, add this new function:

    Code:
    function isDisarmImmune(unit)
    	for i=1,#disarmImmuneID do
    	if UnitBuffID(unit,disarmImmuneID[i]) ~= nil
    	then 
    	return true
    	end	
    	end
    end
    Then, edit World of Warriorcraft_WARRIOR_Abilities.xml, on "-- Disarm --" part, add this under the line "and shouldDisarm(cTar[i]) ~= nil":

    Code:
    and isDisarmImmune(cTar[i]) == nil






    Originally Posted by jackus View Post
    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

  9. #129
    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 taurentado View Post
    hey, can u try this? Just a warning, I've never done lua before

    under "local disarmID" part, add this new part:

    Code:
    local disarmImmuneID= {
    46924,  -- Bladestorm
    5277 }  -- Evasion
    You can add other buffs if you want. Then, under "shouldDisarm(unit)" part, add this new function:

    Code:
    function isDisarmImmune(unit)
    for i=1,#disarmImmuneID do
    if UnitBuffID(unit,disarmImmuneID[i]) ~= nil
    then 
    return true
    end
    end
    end
    Then, edit World of Warriorcraft_WARRIOR_Abilities.xml, on "-- Disarm --" part, add this under the line "and shouldDisarm(cTar[i]) ~= nil":

    Code:
    and isDisarmImmune(cTar[i]) == nil
    Uhh I will try when I come home later looks good! Have you tested it?

    Edit: I think it works
    Last edited by jackus; 11-05-2013 at 12:41 PM.

  10. #130
    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)
    Guess this project is done? :\

  11. #131
    replikatoren's Avatar Active Member
    Reputation
    53
    Join Date
    Aug 2011
    Posts
    182
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If PartyKilla isnt updating the profile anymore. I can take a deep look into it and fix the current bugs for you guys. Just post everything detailed, and I will do it in the next days.

  12. #132
    wowmacro's Avatar Member
    Reputation
    7
    Join Date
    Oct 2013
    Posts
    93
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I hope the Mass spell Reflection can be used for protect my friend only when the enemy do CC on him?
    should just delete the LUAs in Maspell part
    Code:
    	for i=1, #reflectDMG do
    	if UnitCastingInfo(unit) == GetSpellInfo(reflectDMG[i])
    	and UnitIsUnit("player",unit.."target")
    	then
    	local _, _, _, _,  startTimer, endTimer = UnitCastingInfo(unit)
    	local timeSinceStart = (GetTime() * 1000 - startTimer) / 1000
    	local castTime = endTimer - startTimer
    	local currentPercent = timeSinceStart / castTime * 100000
    	if currentPercent > 45
    	and getHp("player") >= 60
    	then
    			return true
    	end
    	end
    	end
    	end
    and
    edit Ability XML
    Code:
    -- Mass Spell Reflect --
    if UseMass == true then
    
    for i = 1, #cTar do
    and for y = 1, #FriendlyTars do
    if UnitExists(cTar[i])
    and MaspellReflect(cTar[i]) == true
    then
    	 if UnitIsUnit(cTar[i].."target",FriendlyTars[y])
         and UnitCanAttack("player",cTar[i]) 
         then
         _castSpell(114028)
         end
         end
        end
    anything else? give me some help~thank u~
    Last edited by wowmacro; 11-08-2013 at 06:03 AM.

  13. #133
    Partykilla's Avatar Contributor
    Reputation
    107
    Join Date
    Jan 2011
    Posts
    129
    Thanks G/R
    5/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by replikatoren View Post
    If PartyKilla isnt updating the profile anymore. I can take a deep look into it and fix the current bugs for you guys. Just post everything detailed, and I will do it in the next days.
    I've updated it for private use. Do feel free to work with me updating it public again
    As of right now I just change everything very messy!

  14. #134
    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)
    If you want I can compile a list of things again when I get a chance, been working kind of heavily.

  15. #135
    wowmacro's Avatar Member
    Reputation
    7
    Join Date
    Oct 2013
    Posts
    93
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Partykilla

    I hope the Mass spell Reflection can be only used for protecting my friends when the enemy do CC on them in arena?what should i do?

Page 9 of 12 FirstFirst ... 56789101112 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 06:33 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