[BETA] PQRotation - an automated ability priority queue. menu

User Tag List

Page 371 of 731 FirstFirst ... 271321367368369370371372373374375421471 ... LastLast
Results 5,551 to 5,565 of 10955
  1. #5551
    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)
    @DSentinus: That'd probably be my next project after making sure that Masterforst works. Quite interested in seeing how a Unholy PvE profile would work out.

    [BETA] PQRotation - an automated ability priority queue.
  2. #5552
    Devolenok's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @ kickmydog
    Sorry mate but ur Hunter PQR does not work on my server
    if any one could comment why
    Russian loc
    thx in advanced
    Last edited by Devolenok; 02-09-2012 at 08:38 AM.

  3. #5553
    Valma's Avatar Contributor
    Reputation
    152
    Join Date
    Nov 2011
    Posts
    209
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Devolenok View Post
    @ kickmydog
    Sorry mate but ur Hunter PQR does not work on my server
    if any one could comment why
    Russian loc
    thx in advanced
    Coz he is using english names for some skills.Two ways to fix that.
    First open abilities.xml and manually change all "English_skill_name" to "Russian_skill_name".
    Second profile writer need to do smth like this for every time he is using name of spell instead of ID: name = GetSpellInfo(id)
    MEDVED+VODKA+BALALAYKA

  4. #5554
    Devolenok's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can u recommend the spell id site to use?
    thx

  5. #5555
    Valma's Avatar Contributor
    Reputation
    152
    Join Date
    Nov 2011
    Posts
    209
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Devolenok View Post
    can u recommend the spell id site to use?
    thx
    See this link? Deterrence - Spell - World of Warcraft last numbers is ID of the spell.
    MEDVED+VODKA+BALALAYKA

  6. #5556
    vitriol's Avatar Member
    Reputation
    1
    Join Date
    Jan 2011
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Find the right spell and switch to the Russian language, the numbers after the = is SpellID
    Wowhead:
    Last edited by vitriol; 02-09-2012 at 09:17 AM.

  7. #5557
    CharleyWex's Avatar Member
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Valma View Post
    Then u'r doing something wrong for sure.What do u mean on wouldn't work?
    For me, I had to do the same thing. I just switched beacon out for the old code and the profile ran great. The "Beacon -Valma Edit" just wasn't casting beacon. Didn't break the whole rotation for me or anything.

  8. #5558
    robinmiles1's Avatar Member
    Reputation
    7
    Join Date
    Jun 2007
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys is there anyone that can help me with this, i have been trying to config an ability for the xelper warlock rotation to cast soulburn soulfire to trigger the warlock 4-set but im not really good with writing this stuff. Is there anyone that could lend a helping hand? Thanks

  9. #5559
    couky's Avatar Corporal
    Reputation
    2
    Join Date
    Jan 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CharleyWex View Post
    For me, I had to do the same thing. I just switched beacon out for the old code and the profile ran great. The "Beacon -Valma Edit" just wasn't casting beacon. Didn't break the whole rotation for me or anything.
    You're lucky, for me the whole rotation was broken until I replaced that spell.

    @Valma : The whole rotation wouldn't work at all, I mean, my paladin won't cast at all any spells.

    @Bubba : I tried to put the following spells in the rotation pve holy paladin : "Hand of sacrifice" and "Lay of Hand" and the rotation just broke like it did with the spell Beacon - Valma. I removed them and the rotation worked again.

    Sorry for my bad english.
    Last edited by couky; 02-09-2012 at 10:48 AM.

  10. #5560
    soheil55's Avatar Corporal
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    today i face this error while using the kitty PVE (xelper)

    Date: 2012-02-09 21:14:50
    ID: 1
    Error occured in: Global
    Count: 1
    Message: [string " function pqrFunc0() if XelperDruidGeneral ..."] line 230:
    attempt to compare nil with number
    Debug:
    [C]: ?
    [string " function pqrFunc0() if XelperDruidGeneral ..."]:230: ?()
    [string "..."]:266: PQR_NextAbility()
    [string "..."]:161: PQR_CastNext()
    [string "..."]:150: PQR_ExecuteBot()
    [string "..."]:40:
    [string "..."]:23
    AddOns:


    xelper m8 plz cheak this out if this is important thank you alll

  11. #5561
    Darkstylo's Avatar Contributor Authenticator enabled
    Reputation
    197
    Join Date
    Jan 2009
    Posts
    218
    Thanks G/R
    1/2
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by smrdlja View Post
    HB, and auction bot.
    What was the reason you got banned for? If it's Abuse of the Economy then i would say the cause was either HB and/or Auction Bot.
    Give some more details would help us in this matter!

  12. #5562
    robinmiles1's Avatar Member
    Reputation
    7
    Join Date
    Jun 2007
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a way to reapply BoD when there is <15 seconds left on it? current code is :

    --cast Bane of Doom if boss level and Bane not up already.
    local baneDoomDebuff = UnitDebuffID("target", 603, "PLAYER")

    local levelCheck = UnitLevel("target")
    if levelCheck ~= -1 then
    --boss level returns as -1
    return false
    end

    if baneDoomDebuff == nil then
    return true
    end

  13. #5563
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by robinmiles1 View Post
    Is there a way to reapply BoD when there is <15 seconds left on it? current code is :

    --cast Bane of Doom if boss level and Bane not up already.
    local baneDoomDebuff = UnitDebuffID("target", 603, "PLAYER")

    local levelCheck = UnitLevel("target")
    if levelCheck ~= -1 then
    --boss level returns as -1
    return false
    end

    if baneDoomDebuff == nil then
    return true
    end
    Code:
     local _, BaneDCD = GetSpellCooldown(603)
    
    if BaneDCD > 15 then return true end

  14. #5564
    bu_ba_911's Avatar Elite User
    Reputation
    552
    Join Date
    May 2006
    Posts
    1,638
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by couky View Post
    You're lucky, for me the whole rotation was broken until I replaced that spell.

    @Valma : The whole rotation wouldn't work at all, I mean, my paladin won't cast at all any spells.

    @Bubba : I tried to put the following spells in the rotation pve holy paladin : "Hand of sacrifice" and "Lay of Hand" and the rotation just broke like it did with the spell Beacon - Valma. I removed them and the rotation worked again.

    Sorry for my bad english.
    well there is a reason they aren't in, I stopped working with them lol. I'll double check beacon again though

    found absolutely nothing wrong with my beacon code when i loaded up my profile. its also the exact same profile on my SVN right now, haven't changed anything on it in 2 days now :-/
    Last edited by bu_ba_911; 02-09-2012 at 03:35 PM.
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

  15. #5565
    firepong's Avatar Elite User
    Reputation
    384
    Join Date
    Jan 2008
    Posts
    955
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by soheil55 View Post
    today i face this error while using the kitty PVE (xelper)

    Date: 2012-02-09 21:14:50
    ID: 1
    Error occured in: Global
    Count: 1
    Message: [string " function pqrFunc0() if XelperDruidGeneral ..."] line 230:
    attempt to compare nil with number
    Debug:
    [C]: ?
    [string " function pqrFunc0() if XelperDruidGeneral ..."]:230: ?()
    [string "..."]:266: PQR_NextAbility()
    [string "..."]:161: PQR_CastNext()
    [string "..."]:150: PQR_ExecuteBot()
    [string "..."]:40:
    [string "..."]:23
    AddOns:


    xelper m8 plz cheak this out if this is important thank you alll
    Are you using the FireKitteh Profile? And if so, is it the old one or the new one where I coded in updates for Tier 2P and 4P?

Similar Threads

  1. [Buying] Planetside 2 Priority Beta Key
    By isit123 in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 07-21-2012, 06:34 AM
  2. [Selling] PLANETSIDE 2 Priority/Early Access Beta Account
    By Kabraxiss in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 07-18-2012, 10:20 AM
  3. [Selling] Planetside 2 Priority/Early access Beta Keys
    By mrsluf in forum General MMO Buy Sell Trade
    Replies: 3
    Last Post: 07-17-2012, 04:45 AM
  4. [Selling] Planetside 2 Priority Access beta key codes
    By fatalefout in forum General MMO Buy Sell Trade
    Replies: 1
    Last Post: 06-26-2012, 04:08 PM
  5. [Bot] Automated dungeon queue / Justice Point leecher(Auto-it source)
    By s_e_a_n_66 in forum World of Warcraft Bots and Programs
    Replies: 36
    Last Post: 01-17-2011, 11:50 AM
All times are GMT -5. The time now is 03:31 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