PQR - Rotation Bot menu

User Tag List

Page 86 of 779 FirstFirst ... 36828384858687888990136186586 ... LastLast
Results 1,276 to 1,290 of 11681
  1. #1276
    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)
    @ sheuron

    nice , but unfortunently none of your imba healing profiles ( resto druid , holy priest , resto shaman ) have that code in them , so you can easily add what should and should not be dispelled , but thats a minor inconvinience tbh , the profiles work great , dispelling can be done manually

    PQR - Rotation Bot
  2. #1277
    sheuron's Avatar Knight-Champion
    Reputation
    319
    Join Date
    Aug 2011
    Posts
    504
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ace99ro View Post
    @ sheuron

    nice , but unfortunently none of your imba healing profiles ( resto druid , holy priest , resto shaman ) have that code in them , so you can easily add what should and should not be dispelled , but thats a minor inconvinience tbh , the profiles work great , dispelling can be done manually
    on PQR_xrn.lua search this function

    Code:
    function BadEffects(t)
      local buff  = { 96328, 96325, 96326, 86788, 30108, 101810 } 
      for i=1, #buff do if UnitDebuffID(t,buff[i]) then return true end end
    end
    Add the spell id you dont want to be dispelled
    [ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
    If you like this piece of code feel free to invite me a beer making a donation.
    My paypal account: [email protected]

  3. #1278
    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)
    Anyone need a holy paladin right now?!?! I WANT TO RAID!! apping and apping to some of these guilds is really starting to suck..

  4. #1279
    OnionsTich's Avatar Banned
    Reputation
    0
    Join Date
    Jul 2012
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    function BadEffects(t)
    local buff = { 96328, 96325, 96326, 86788, 30108, 101810, 106200 }
    for i=1, #buff do if UnitDebuffID(t,buff[i]) then return true end end
    end
    Would this be correct? 106200 Is what I do not want to dispell. that is earth i believe.

  5. #1280
    OnionsTich's Avatar Banned
    Reputation
    0
    Join Date
    Jul 2012
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sheroun does your profile dispell --blood corruption death
    Spell ID; 106199 ? If not can you explain on how to make it do such!

  6. #1281
    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 OnionsTich View Post
    Sheroun does your profile dispell --blood corruption death
    Spell ID; 106199 ? If not can you explain on how to make it do such!
    He did in his previous quoted post?

  7. #1282
    OnionsTich's Avatar Banned
    Reputation
    0
    Join Date
    Jul 2012
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    all i want is sheuron's profile to dispell death and to not dispell earth ;( but ive been searchign for days if it will do this!!

  8. #1283
    OnionsTich's Avatar Banned
    Reputation
    0
    Join Date
    Jul 2012
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    His last post said how to add Earth to the DO NOT DISPELL list correct? What im asking is if it will dispell Death

  9. #1284
    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 is what I use for my Holy Paladin

    Code:
    if UnitDebuffID("target", 106199) 
    then CastSpellByID(4987)
    You'll need to change the spell ID to what you use to disspell. As well you'll have to manual target the frame. Also you'll need to move or something if you're casting something. It's very crude, but it gets the job done,

  10. #1285
    OnionsTich's Avatar Banned
    Reputation
    0
    Join Date
    Jul 2012
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so confused ;*(

  11. #1286
    Decaed's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys =)

    Just wondering if someone would be able to give me some advice in trying to code Blood Tap for my early MoP DK profile?

    Here is what I'm working with.

    Code:
    local Blood Charge = UnitBuffID("player", 114851)
    
    if Blood Charge == nil then
    return true
    end
    I'm still new to writing profiles, but I'm doing as much research as I can to try and do it all on my own. But I'm a little stuck

    The way the new Blood Tap works is you need to have 5 Blood Charges before you can use it. I'm not sure how to add that into the above piece of code.

    Could someone be so kind as to give me a hint on how to apply that to this code?

    Thank you in advance!

  12. #1287
    imdasandman's Avatar Contributor
    Reputation
    206
    Join Date
    Feb 2011
    Posts
    965
    Thanks G/R
    9/4
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey I am lurking kinda still... does the player base here in pqr still use my dk profiles? What improvements/tweaks do you think need to be done? Let me know via pm and I will try to address them Thanks.
    P.S. I only worked on frost/unholy dks for pve
    My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
    https://imdasandmandeathknight.googl...com/svn/trunk/
    Originally Posted by Valma View Post
    Oh sure. (: Plz,lord,rewrite my profile without "re-inventing a wheel".I'm really interested how would you do so.I even ready to eat my pants if yours will perform better in raids than mine

  13. #1288
    imdasandman's Avatar Contributor
    Reputation
    206
    Join Date
    Feb 2011
    Posts
    965
    Thanks G/R
    9/4
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Decaed View Post
    Hey guys =)

    Just wondering if someone would be able to give me some advice in trying to code Blood Tap for my early MoP DK profile?

    Here is what I'm working with.

    Code:
    local Blood Charge = UnitBuffID("player", 114851)
    
    if Blood Charge == nil then
    return true
    end
    I'm still new to writing profiles, but I'm doing as much research as I can to try and do it all on my own. But I'm a little stuck

    The way the new Blood Tap works is you need to have 5 Blood Charges before you can use it. I'm not sure how to add that into the above piece of code.

    Could someone be so kind as to give me a hint on how to apply that to this code?

    Thank you in advance!
    first thing you need to check/verifiy is: does each stack of blood charge carry it's own specific spell id or does it all share the same spell id?
    My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
    https://imdasandmandeathknight.googl...com/svn/trunk/
    Originally Posted by Valma View Post
    Oh sure. (: Plz,lord,rewrite my profile without "re-inventing a wheel".I'm really interested how would you do so.I even ready to eat my pants if yours will perform better in raids than mine

  14. #1289
    imdasandman's Avatar Contributor
    Reputation
    206
    Join Date
    Feb 2011
    Posts
    965
    Thanks G/R
    9/4
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ralphiuss View Post
    Anyone need a holy paladin right now?!?! I WANT TO RAID!! apping and apping to some of these guilds is really starting to suck..
    hehe I feel your pain that used to be me... I got my hm dw kill while it was( still is) current content. First time I had ever fully cleared current content. Been close so many other times in other xpacs .... yea my raiding hardcoreish days are done
    My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
    https://imdasandmandeathknight.googl...com/svn/trunk/
    Originally Posted by Valma View Post
    Oh sure. (: Plz,lord,rewrite my profile without "re-inventing a wheel".I'm really interested how would you do so.I even ready to eat my pants if yours will perform better in raids than mine

  15. #1290
    Decaed's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by imdasandman View Post
    first thing you need to check/verifiy is: does each stack of blood charge carry it's own specific spell id or does it all share the same spell id?
    It shares the same spell id. It just stacks to a maximum of 12 charges. So I will assume an aura is applied server-side.

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 06:13 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