PQR - Rotation Bot menu

User Tag List

Page 323 of 779 FirstFirst ... 223273319320321322323324325326327373423 ... LastLast
Results 4,831 to 4,845 of 11681
  1. #4831
    Bgreen12's Avatar Banned
    Reputation
    32
    Join Date
    Aug 2012
    Posts
    128
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Scizz View Post
    I need some assistance... I've been trying to figure out whats going on with Elusive Brew for the Brewmaster spec on monks... Everything coded with UnitBuffID() hasnt been working for me.. I've been trying stuff like:
    Code:
    if UnitBuffID("player", 128938) >= 10 then
    	CastSpellByName(tostring(GetSpellInfo(115308)))
    end
    The spell Elusive brew (ID 115308 ) is supposed to be cast when the debuff Elusive brew (ID 128939) reaches 10 stacks or so, with a maximum of 15 stacks. I've noticed in earlier posts the talk of GetSpellCharges() but not sure how to code that... On the action bar as you get stacks of the buff it will show how many stacks on the actual spell itself... I thought it would be almost exactly like Tigereye brew for Windwalkers since they're almost identical on how they're used.. but no.

    I'm so confused! Please give me some guidance
    local eb,_,_,ebCount = UnitBuffID("player",11530

    if eb
    and ebCount >= 10
    and ebCount <=15
    then
    CastSpellByName(GetSpellInfo(128939),nil)
    end

    PQR - Rotation Bot
  2. #4832
    odano1988's Avatar Member
    Reputation
    3
    Join Date
    Jun 2011
    Posts
    194
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    - <Ability>
    <Name>Enh : Sham Rage/Astr Spirit</Name>
    <Default>false</Default>
    <SpellID>0</SpellID>
    <Actions />
    <Lua>if IsLeftShiftKeyDown() then CastSpellByName(tostring(&quot;Shamanistic Rage&quot) CastSpellByName(tostring(GetSpellInfo(108271))) return true end</Lua>
    <RecastDelay>0</RecastDelay>
    <Target>Player</Target>
    <CancelChannel>False</CancelChannel>
    <SkipUnknown>True</SkipUnknown>
    </Ability>
    - <Ability>
    <Name>All : Ascendance</Name>
    <Default>false</Default>
    <SpellID>114049</SpellID>
    <Actions />
    <Lua>if UseCD then return true end</Lua>
    <RecastDelay>15000</RecastDelay>
    <Target>Target</Target>
    <CancelChannel>False</CancelChannel>
    <SkipUnknown>True</SkipUnknown>
    </Ability>
    - <Ability>
    <Name>All : Elemental Blast</Name>
    <Default>false</Default>
    <SpellID>117014</SpellID>
    <Actions />
    <Lua>return true</Lua>
    <RecastDelay>0</RecastDelay>
    <Target>Target</Target>
    <CancelChannel>False</CancelChannel>
    <SkipUnknown>True</SkipUnknown>
    </Ability>


    k got this from an enhance profile, wondering if it would work for the ele and how the hell do i edit one of these files?

  3. #4833
    odano1988's Avatar Member
    Reputation
    3
    Join Date
    Jun 2011
    Posts
    194
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    or can someone add ascendance, elemental blast and the cd usage to an ele profile?possibley vorns?

  4. #4834
    bauwoo's Avatar Master Sergeant
    Reputation
    5
    Join Date
    Feb 2012
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't blame you Dom, ret is so shitty right now in PvP at 90.

  5. #4835
    UnrealEck's Avatar Active Member
    Reputation
    17
    Join Date
    May 2006
    Posts
    112
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone know how to get a buff's ID then? Not the spell that causes the buff but the actual buff itself. I'm trying to find Stampede which is the Feral Druid 4 piece set bonus on the new PvP armour.

  6. #4836
    dalaria23's Avatar Private
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by averykey View Post


    anyone have the glyph id? idtip doesnt track it

    need help with light's hammer code, I tried dnd code but all I have now is, a rotation delay with left alt to place, I want it to autoclick. I saw sheurons castclick() but I don't know if that will do it.
    Hi guy, sorry about my english. :P

    I think you cant get the glyph id from wowhead... from the adress bar

    P.E:
    Glyph of Word of Glory - Item - World of Warcraft
    http://www.wowhead.com/item=41105 <- IdTip


    Glyph of Word of Glory
    Major Glyph
    Classes: Paladin
    Requires Level 25
    Item Level 25
    Use: Permanently teaches you this glyph.

    Increases your damage by 3% per Holy Power spent after you cast Word of Glory or Eternal Flame. Lasts 6 sec.
    Sell Price: 1
    Hope this help you... thanks for a great work

  7. #4837
    SHJordan's Avatar Member
    Reputation
    1
    Join Date
    Aug 2011
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone help me coding Execution Sentence ? It would be used on rares/elites/and bosses!

  8. #4838
    Nerder's Avatar Contributor
    Reputation
    117
    Join Date
    Aug 2012
    Posts
    263
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Bgreen12, that worked just what you put down was flip flopped on the buff ID and the spell ID =P But thank you very much!

  9. #4839
    jamieb19's Avatar Corporal
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is anyone else lagging with all profiles? It also starts spaming abilities and makes error noises over and over again, i have to alt F4 to stop.
    I have tried to reinstall it all and its still doing the same :/

  10. #4840
    kayonekayone's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ralphiuss View Post
    If you're using Bu_ba 911 profile he hasn't coded in Eternal Flame yet. It's a morphed spell from World Of Glory which will cause the the client to lock up.

    You'll need to go in manually and change the coding around to use the fix for morphed spells. I have the fix at my home PC. I will post it later if no one has figured it out yet.
    this would be very nice.

  11. #4841
    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 kayonekayone View Post
    this would be very nice.
    ill post something after my arenas are done
    ^0^Team Nova's PQR NCC ^0^

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

  12. #4842
    Master34's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Nov 2011
    Posts
    119
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Crystal_tech: Just to let u know...your ww profile do not attack the weak spot on the last boss in gate of setting sun

  13. #4843
    jamieb19's Avatar Corporal
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jamieb19 View Post
    Is anyone else lagging with all profiles? It also starts spaming abilities and makes error noises over and over again, i have to alt F4 to stop.
    I have tried to reinstall it all and its still doing the same :/
    If anyone else has this problem it is one of the add ons! not sure which one but i disabled all and it seems okay now.

  14. #4844
    Bgreen12's Avatar Banned
    Reputation
    32
    Join Date
    Aug 2012
    Posts
    128
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by UnrealEck View Post
    Does anyone know how to get a buff's ID then? Not the spell that causes the buff but the actual buff itself. I'm trying to find Stampede which is the Feral Druid 4 piece set bonus on the new PvP armour.
    get addon idTip wait for buff to happen, mouseover the buff. load out of date addon

  15. #4845
    UnrealEck's Avatar Active Member
    Reputation
    17
    Join Date
    May 2006
    Posts
    112
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bgreen12 View Post
    get addon idTip wait for buff to happen, mouseover the buff. load out of date addon
    Nice one, thanks.

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. [Bot] PQR - Rotation Bot
    By Xelper in forum World of Warcraft Bots and Programs
    Replies: 1738
    Last Post: 10-15-2014, 11:00 AM
  3. [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
  4. rotation bot leveling (PQR)
    By classdog in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 09-17-2013, 06:13 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 04:44 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search