PQR - Rotation Bot menu

User Tag List

Page 47 of 116 FirstFirst ... 43444546474849505197 ... LastLast
Results 691 to 705 of 1739
  1. #691
    zahremar's Avatar Active Member
    Reputation
    30
    Join Date
    Sep 2007
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if UnitDebuffID("target",2944) then
    CastSpellByName(GetSpellInfo(15407)) return true end

    PQR - Rotation Bot
  2. #692
    aeonz's Avatar Master Sergeant
    Reputation
    19
    Join Date
    Nov 2010
    Posts
    136
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone have a really good 2H Frost DK and Arms Warrior PVE Rotation that is up-to-date?
    Last edited by aeonz; 11-27-2013 at 07:50 PM.

  3. #693
    Redan's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I decided to try this on my ret paladin. Using Xelper's ret rotation I find it isn't casting Crusader Strike or Judgment at all. I downloaded it directly from the URL and the script is "return true" just like HoW and exorcism which work. The spell id's on both Crusader Strike and Judgment are correct, and their settings seem otherwise identical to working ones.

    So I googled it and only found a thread where someone had a similar problem with the same script, and a search of this thread turned up no results. I was wondering if this was a commonly known issue or something I should have fixed myself in some way shape or form.

    Thanks.

  4. #694
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,033
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    instead of return true try CastSpellByName(GetSpellInfo(id), "target") where id = SpellId in the left panel and set that one to 0 and save it.

    Please if someone helped you donate rep to them.

  5. #695
    Redan's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    instead of return true try CastSpellByName(GetSpellInfo(id), "target") where id = SpellId in the left panel and set that one to 0 and save it.
    Thanks for replying so fast, I really appreciate it. Sadly I copied that exactly as you put it, so "CastSpellByName(GetSpellInfo(35395), "target")" (no quotations) for crusader strike. But had no luck, the id matches what wowhead has and what my ingame ui has for the id, but if I didn't know any better I'd say I had the wrong ID.

    Other things I've tried include
    -Removing everything except exorcism, judgment, and crusader strike from my rotation, exorcism is still the only spell cast and crusader strike is the only one with a script that wasn't "return true"
    -Disabled every add-on and tried with only crusader strike and exorcism

    In this case I just used exorcism because it is a spell with no other requirements that works.

    Just to confirm, all of the settings for crusader strike are as follows

    Ability Name: Ret: Crusader Strike
    Actions:
    Cancel Channel: False
    Recast Delay: 0
    Skip Unknown: True
    Spell ID: 35395
    Target: Target
    Note: I keep saying crusader strike, but I used the script you told me to on Crusader strike, Hammer of the Righteous, and Judgment. Thanks again for your help.

  6. #696
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,033
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Redan View Post
    Thanks for replying so fast, I really appreciate it. Sadly I copied that exactly as you put it, so "CastSpellByName(GetSpellInfo(35395), "target")" (no quotations) for crusader strike. But had no luck, the id matches what wowhead has and what my ingame ui has for the id, but if I didn't know any better I'd say I had the wrong ID.

    Other things I've tried include
    -Removing everything except exorcism, judgment, and crusader strike from my rotation, exorcism is still the only spell cast and crusader strike is the only one with a script that wasn't "return true"
    -Disabled every add-on and tried with only crusader strike and exorcism

    In this case I just used exorcism because it is a spell with no other requirements that works.

    Just to confirm, all of the settings for crusader strike are as follows



    Note: I keep saying crusader strike, but I used the script you told me to on Crusader strike, Hammer of the Righteous, and Judgment. Thanks again for your help.
    change Spell ID: 35395 to 0 and keep return true just add the line i wrote earlier above it

    so in the settings box everything stays the same but the Spell ID: 35395; that becomes 0 and the code part is

    Code:
    if PQR_SpellAvailable(GetSpellInfo(35395)) then --add this so it wouldn't lock up
         CastSpellByName(GetSpellInfo(35395), "target")
         return true
    end

    Please if someone helped you donate rep to them.

  7. #697
    Redan's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That worked, thanks!

  8. #698
    CodeMyLife's Avatar Contributor
    Reputation
    272
    Join Date
    Mar 2013
    Posts
    707
    Thanks G/R
    24/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    PQR - Rotation Bot

    Originally Posted by aeonz View Post
    Does anyone have a really good 2H Frost DK and Arms Warrior PVE Rotation that is up-to-date?
    I do!! Arms Warrior only tought!

    Originally Posted by Redan View Post
    I decided to try this on my ret paladin. Using Xelper's ret rotation I find it isn't casting Crusader Strike or Judgment at all. I downloaded it directly from the URL and the script is "return true" just like HoW and exorcism which work. The spell id's on both Crusader Strike and Judgment are correct, and their settings seem otherwise identical to working ones.

    So I googled it and only found a thread where someone had a similar problem with the same script, and a search of this thread turned up no results. I was wondering if this was a commonly known issue or something I should have fixed myself in some way shape or form.

    Thanks.
    You might find what you need in my profile. Did you try it? It is a bit more current than the old xelpers did at MoP start.


    Sent from my iPhone using Tapatalk
    Soapbox Rotations Developer

  9. #699
    Taran32's Avatar Knight-Lieutenant
    Reputation
    9
    Join Date
    Feb 2012
    Posts
    369
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So of all the random questions asked here, here's another:

    With Wildstar also using LUA and XML like WoW, are there any plans to bring PQR to that game as well? I realize it hasn't been released yet and there's a good bit of time before that, but looking at the game, it seems like it could be very, very good. I was crossing my fingers that Xelper had plans to implement PQR or something similar to it once it's released.

  10. #700
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    As far as I'm aware, Xelper is busy with rl things so unless that changes I highly doubt it.
    Former PQR Developer

  11. #701
    aghost917's Avatar Corporal
    Reputation
    2
    Join Date
    Nov 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was wondering if anyone could help me out with my arena auto cc. What I am running into is that when the cc target isn't cc'ed both pqr's me and my partners go off at the same time.

    PHP Code:
    ----- Arena 1 -----
    if (
    UnitExists("arena1")
    and 
    not UnitIsUnit("playertarget""arena1")
    and 
    not UnitIsUnit("party1target""arena1")
    and 
    IsSpellInRange("Paralysis""arena1") == 1
    and PQR_IsOutOfSight("arena1") == false)
    and 
    not UnitDebuffID("arena1",SpellID)
    then
    CastSpellByName
    end
    ----- Arena 1 End ----- 
    Obviously not the full code.

    Is there someway to add a stack counter so when the stack gets > than a number it starts trying to cast the spell and when the target is cc'ed or spell not ready it resets to 0?
    I tried and failed
    Thanks
    Aghost917

  12. #702
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,033
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by aghost917 View Post
    I was wondering if anyone could help me out with my arena auto cc. What I am running into is that when the cc target isn't cc'ed both pqr's me and my partners go off at the same time.

    PHP Code:
    ----- Arena 1 -----
    if (
    UnitExists("arena1")
    and 
    not UnitIsUnit("playertarget""arena1")
    and 
    not UnitIsUnit("party1target""arena1")
    and 
    IsSpellInRange("Paralysis""arena1") == 1
    and PQR_IsOutOfSight("arena1") == false)
    and 
    not UnitDebuffID("arena1",SpellID)
    then
    CastSpellByName
    end
    ----- Arena 1 End ----- 
    Obviously not the full code.

    Is there someway to add a stack counter so when the stack gets > than a number it starts trying to cast the spell and when the target is cc'ed or spell not ready it resets to 0?
    I tried and failed
    Thanks
    Aghost917
    theres some code that may help you but its on the pqr dev forum and i don't know if its fulling working or if partykilla wants to release it to public yet.

    Please if someone helped you donate rep to them.

  13. #703
    chk's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi I get this whenever wow is open and I try open PQR

    PQR opens fine first, but when I open wow afterwards (from Launch WoW on PQR or manually) I get this error again then not responding before I can open more info on the error.

  14. #704
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,033
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chk View Post
    Hi I get this whenever wow is open and I try open PQR

    PQR opens fine first, but when I open wow afterwards (from Launch WoW on PQR or manually) I get this error again then not responding before I can open more info on the error.
    I'd say it might be read only in the PQR folder or you might be using a cafe computer with deep freeze installed or the dot net needs to be reinstalled

    Please if someone helped you donate rep to them.

  15. #705
    cukiemunster's Avatar Contributor
    Reputation
    132
    Join Date
    Dec 2009
    Posts
    1,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chk View Post
    Hi I get this whenever wow is open and I try open PQR

    PQR opens fine first, but when I open wow afterwards (from Launch WoW on PQR or manually) I get this error again then not responding before I can open more info on the error.
    I too have had this happen a few times in the last week. PQR well not open properly after this starts popping up unless I chose and reload wow, then it loads properly.

    Sent from my Galaxy S4 using Tapatalk 2

Similar Threads

  1. [Bot] PQR PE Next Steps / Future of Rotation Botting
    By Chevrolet1 in forum World of Warcraft Bots and Programs
    Replies: 120
    Last Post: 10-21-2014, 11:47 AM
  2. [Selling] 3 Lifetime Session Keys For Sale, Great for the PQR user looking for a rotation bot
    By cukiemunster in forum World of Warcraft Buy Sell Trade
    Replies: 13
    Last Post: 03-11-2014, 07:18 AM
  3. rotation bot leveling (PQR)
    By classdog in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 09-17-2013, 06:13 PM
  4. [Release] PQR - Rotation Bot
    By Xelper in forum World of Warcraft Bots and Programs
    Replies: 11680
    Last Post: 09-16-2013, 07:47 PM
  5. [HELP] PQR Rotation Bot Profile Making
    By Missu in forum Programming
    Replies: 0
    Last Post: 10-22-2012, 06:27 AM
All times are GMT -5. The time now is 03:06 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