[PQR] Nova Team Profiles menu

User Tag List

Page 42 of 157 FirstFirst ... 38394041424344454692142 ... LastLast
Results 616 to 630 of 2342
  1. #616
    swijaya's Avatar Private
    Reputation
    2
    Join Date
    Nov 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    have anyone using this profile for raiding warrior fury?

    [PQR] Nova Team Profiles
  2. #617
    tatakau's Avatar Member
    Reputation
    2
    Join Date
    Mar 2008
    Posts
    93
    Thanks G/R
    10/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    pvp arms dont work or is it my problem?

    updated via txt

    [PQR] Nova Team Profiles-vcpcem-jpg
    Last edited by tatakau; 11-16-2012 at 08:39 AM.

  3. #618
    lockslash's Avatar Member
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    42
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    SVN Error:

    404. That’s an error.

    The requested URL /p/bubba-pqr-profiles/source/browse/trunk was not found on this server. That’s all we know.

  4. #619
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,036
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    svn is being updated it will be back up!

    Please if someone helped you donate rep to them.

  5. #620
    geroth22's Avatar Member
    Reputation
    3
    Join Date
    Jun 2011
    Posts
    17
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any eta when it'll be up again? I want to try out your affliction profile.

  6. #621
    freaki's Avatar Member
    Reputation
    12
    Join Date
    Dec 2008
    Posts
    85
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any ETA on the svn being updated crystal?

  7. #622
    TheGreatRowaH's Avatar Member
    Reputation
    47
    Join Date
    May 2008
    Posts
    377
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Still down. Oh well.

  8. #623
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's coming back soon! We're currently in a process of switching from Google Code to Assembla because of many reasons. It's coming back today!

  9. #624
    expunge's Avatar Knight-Lieutenant
    Reputation
    17
    Join Date
    Nov 2011
    Posts
    226
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mentally View Post
    It's coming back soon! We're currently in a process of switching from Google Code to Assembla because of many reasons. It's coming back today!
    If you need some help to defer the cost of that, let me know

  10. #625
    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)
    Originally Posted by tatakau View Post
    pvp arms dont work or is it my problem?

    updated via txt

    [PQR] Nova Team Profiles-vcpcem-jpg
    Looks to me as if you're in the wrong spec there, or using a really old profile.

  11. #626
    ace99ro's Avatar Sergeant Major
    Reputation
    9
    Join Date
    Dec 2011
    Posts
    173
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    trying to make a little update to the nova holy pala profile , basicly im trying to make Light's Hammer cast the same way as DnD on blood dk profile , but for some reason its not working

    Code:
    if PQR_SpellAvailable(114158)
     and IsLeftShiftKeyDown()
     and not GetCurrentKeyBoardFocus() then 
    	CastSpellByName(GetSpellInfo(114158))
    	if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end  
    	return true 
    end

  12. #627
    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)
    i tested to DL from the new site but the profile maps was empty
    Looking for exploiters and botters to Elder Scrolls Online.

  13. #628
    TheGreatRowaH's Avatar Member
    Reputation
    47
    Join Date
    May 2008
    Posts
    377
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yep they're moving to a new server. They'll be back soon.

  14. #629
    Ralphiuss's Avatar Active Member
    Reputation
    44
    Join Date
    Sep 2011
    Posts
    230
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This question is probably better asked here.

    What am I doing wrong here?

    PHP Code:
    Eternal Flame

    if Nova_Spell[PQ_WordofGlory].check then
        
    if members[1].HP Nova_Spell[PQ_WordofGlory].targetHealth
             
    and select(5Nova_UnitInfo("player")) <= 3
                 
    and PQR_SpellAvailable(114163then
                    CastSpellByName
    (GetSpellInfo(114163), members[1].Unit)
           

    elseif 
    members[1].HP >= Nova_Spell[PQ_WordofGlory].targetHealth 
                
    and UnitBuffID(members[1].Unit114163) == nil  then
                    CastSpellByName
    (GetSpellInfo(114163), members[1].Unit)
         
    end
    end 

  15. #630
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Ralphiuss: I think you have to set PQR_CustomTarget = members[1].Unit and then set the Spell Target to "Custom"

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. Replies: 11
    Last Post: 01-13-2013, 10:56 PM
  3. {PQR} Windwalker Raid Profile - Wanted
    By fish221171 in forum WoW Bot Maps And Profiles
    Replies: 3
    Last Post: 10-18-2012, 02:01 AM
  4. PQR - DK Blood profiles - none of them work :(
    By zambeaux in forum WoW Bot Maps And Profiles
    Replies: 4
    Last Post: 10-09-2012, 07:44 AM
  5. PQR PVP Hunter profile?
    By aLorzy91 in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 07-29-2012, 02:32 AM
All times are GMT -5. The time now is 04:14 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