PQR - Rotation Bot menu

User Tag List

Page 290 of 779 FirstFirst ... 190240286287288289290291292293294340390 ... LastLast
Results 4,336 to 4,350 of 11681
  1. #4336
    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)
    I'm trying to code Touch of Chaos to cast if in meta form while moving, but it doesn't seem to want to work. Just wondering if there's something I've missed.

    Code:
    if PQR_IsMoving(1)
    and GetShapeshiftForm("player") == 1
    then return true
    end
    Am I doing it right? :P

    PQR - Rotation Bot
  2. #4337
    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 Decaed View Post
    I'm trying to code Touch of Chaos to cast if in meta form while moving, but it doesn't seem to want to work. Just wondering if there's something I've missed.

    Code:
    if PQR_IsMoving(1)
    and GetShapeshiftForm("player") == 1
    then return true
    end
    Am I doing it right? :P
    try

    PHP Code:
    if PQR_IsMoving(1)
     and 
    GetShapeshiftForm("player") == 1 then 
          CastSpellByName
    (GetSpellInfo("TOUCHOFCHAOSspellid"), "target")
    end 


    Originally Posted by ZidaneT View Post
    no, that's only to end an if condition. it's ok though, it seems hemorrhage is known to be buggy with pqr, i'm just going to have to resort to pressing a button myself... oh, the humanity! lol.
    I'll take a look at Hemorrhage real quick.... lets just hope my rogue still has that attack >.<

    *edit*
    lol let me guess.... you put Hemorrhage's Spell ID into the Ability Info section, and did have it Skip Unknown spells

    try doing

    /dump IsSpellKnown(16511)

    inside of your WoW chat window and see what that says XD if ever a spell returns false and u have it's spellid inside of PQR as the Ability's Spell ID that PQR checks, it will automatically skip it if you don't tell it to not skip it otherwise.

    Here's what I got....

    Ability Name: Hemorrhage
    Target: Target
    Spell ID: 0
    Code:
    PHP Code:
    if IsSpellInRange(GetSpellInfo(1776), "target") == 1
     
    and not UnitDebuffID("target"16511)
     and 
    UnitCanAttack("player""target"then
         CastSpellByName
    (GetSpellInfo(16511), "target")
    end 
    Works like a charm
    Last edited by bu_ba_911; 09-24-2012 at 08:36 AM.
    ^0^Team Nova's PQR NCC ^0^

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

  3. #4338
    vasek75's Avatar Private
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pls. need a PVP DK frost and unholy profile if anyone has one?

  4. #4339
    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 vasek75 View Post
    Pls. need a PVP DK frost and unholy profile if anyone has one?
    Use the search-function.

  5. #4340
    rovillien's Avatar Sergeant
    Reputation
    17
    Join Date
    May 2011
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    WTB RAFF Friend to lvl a Monk at midnight

  6. #4341
    Krimp's Avatar Private
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ninjaderp View Post
    Use the search-function.
    Search "pvp" on this thread and results will yield a post 2 weeks ago. Try again.

  7. #4342
    Meatglue's Avatar Active Member
    Reputation
    16
    Join Date
    Aug 2011
    Posts
    248
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rovillien View Post
    WTB RAFF Friend to lvl a Monk at midnight
    I'll recruit you, pst me your email.

  8. #4343
    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 Krimp View Post
    Search "pvp" on this thread and results will yield a post 2 weeks ago. Try again.
    Did you even look in the giant profile-thread in the Bot Maps & Profile-forum?

  9. #4344
    marcmk2's Avatar Member
    Reputation
    5
    Join Date
    Nov 2008
    Posts
    51
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I haven't been playing wow for a few months and thus I completely forgot about this amazing project. Just popping in to see how it's doing and say that I really admire the work done by the profile creators and xelper. Also for me this is one of the few threads on the internet where I feel there's a sense of community, people helping others, offering advice and just being good people. Keep up the good work guys

  10. #4345
    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)
    Soon very Soon!

    Please if someone helped you donate rep to them.

  11. #4346
    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)
    Got some info for some Profile Developer's in here.

    As soon as I get membership back on my WoW account, I've got a new piece of code that I will be posting up. The essence of the new piece of code is to keep track of every spell that you cast.

    Now, the way it does this, is after a spell is cast and so on, it will then insert a value, through a function, into a table. This value will have the spell's name given through GetSpellInfo() as well as all other data through it as well. I'm also going to include a GetTime() in there to insert the time it was cast. Now, if the spell has a casting time or channel, this will have to be taken into account for future casts. The most that could happen here is that my code doesn't work and I wont be able to figure out a way for it to work (Mist likely going to be the case ). I'll probably give up on the GetTime() function the more I look into it and take a look at my code, but I'm going to try whatever I can to get it added in there for informational purposes. This table, in a sense, is going to work and look much like Object manager in the form of how the table is updated.

    For example, this is how its going to look in a Ability:
    PHP Code:
    //Misc Buffs/Debuff's/Cooldowns
    local TF select(4,UnitBuffID("Player"5217))
    local BS select(4,UnitBuffID("Player"106951))
    local BSstartBSduration GetSpellCooldown(106951)
    local BScooldown = (BSstart BSduration GetTime())
    //local bsEnergy = UnitPower("Player") / UnitPowerMax("Player") * 100
    //local bsHealth = UnitHealth("Target") / UnitHealthMax("Target") * 100
    //local levelcheck = UnitLevel("Target")
    //local spell = select(2,GetSpellBookItemInfo(tostring(GetSpellInfo(106951))))

    if TF == nil then
        
    return false
    else
        if 
    BScooldown 0 then
            
    return false
        
    else
            
    PQR_CreateSpellTable(106951)
        
    end
    end 
    Where PQR_CreateSpellTable(106951) both cast's the given spell with it's spellID through CastSpellByName(tostring(GetSpellInfo(106951))) as well as doing a table insert to insert all data from GetSpellinfo(106951) as well as GetTime() if I can get it to work right.

    Updates will be going out, again, when I can get membership on my account. I had the money for the expansion, but not the money for the game-time

  12. #4347
    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)
    im gonna go ahead and post what ive been working on for arm's pvp warrior, my war is only lvl 74 atm, but i will make an new thread to start getting some feed back, i also did prot.

  13. #4348
    Kinkeh's Avatar Established Member
    Reputation
    243
    Join Date
    Jan 2012
    Posts
    450
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    Soon very Soon!
    Woo , got my redbull ready =p

  14. #4349
    reapagedk's Avatar Member
    Reputation
    9
    Join Date
    Sep 2009
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kinkeh View Post
    Woo , got my redbull ready =p
    same here will be giving you some feedback on your updated dk ones as soon as it goes live

  15. #4350
    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)
    Whelp..... Last minute change..... Guild is having me go Resto/Boomkin MS/OS for MoP XD

    However I will maintain Paladin, and more than likely Warlock PvE/PvP as Mist Progresses
    ^0^Team Nova's PQR NCC ^0^

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

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 12:39 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