PQR - Rotation Bot menu

User Tag List

Page 12 of 779 FirstFirst ... 891011121314151662112512 ... LastLast
Results 166 to 180 of 11681
  1. #166
    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)
    Nice and it's now working! Just more knowledge to add while I try and teach my self this

    Thanks all adding +rep to whom I can

    PQR - Rotation Bot
  2. #167
    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 Xelper View Post
    Just so you know, when a parameter doesn't exist it is considered to be nil. So those two lines are basically the same thing.
    Some spells returns a rank as second parameter, is posible to get this "CastSpellByName(spellname,spellrank)", the nil value is just to avoid getting a second value on any scenario.
    [ 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. #168
    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)
    Does PQR query object manager even is new functions (PQR_UnitInfo,...) not being used on profile? I think i noticed perforance decreased on last version playing 25 man groups. But not sure, need more testing, cant find older version to compare.
    [ 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]

  4. #169
    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)
    Ok guys, since [Blinded] hasn't came on and updated his Enhance profile in a while, I decided to take it over and make it better

    Log:
    • -- Heal Mode Start --
      • Press Right Alt to Switch On/Off Heal Mode
        • Heal Mode Activated: Will use Greater Healing Wave When at 5 Maelstrom Stacks instead of Lightning Bolt when Health is Below 40%
        • Heal Mode Deactivated: Will Use Lightning Bolt as Normal.

    • While Heal Mode is Activated, it will do the above stated. Also, if the player has the Deep Corruption Debuff from H Yor'Sahj, it will instead skip Greater Healing Wave and instead cast Lightning Bolt/CHain Lightning Respectively/

    • PURELY BETA! HAVE NOT HAD A CHANCE TO TEST AS MY SHAMAN HAS ALREADY DONE H DS10 THIS WEEK. NEED FEEDBACK

      -- Heal Mode End --


    • -- AoE Mode Start --
      • -Press Right Control To Toggle AoE Mode
        • AoE Mode Activated: Uses Chain Lightning instead of Lightning Bolt as well as uses Fire Nova ( No Magma Totem Coded in Yet)
        • AoE Mode Disabled: Uses Lightning Bolt and Does Not Use Chain Lightning/Fire Nova.

      -- AoE Mode End --


    • -- Toggle Controls Start --
      • Hold Left Control to use Healing Rain
      • Hold Left Shift To use Fire Elemental Totem

      -- Toggle Controls End --


    Usage:
    • Automatically puts enchants on weapons
      • Windfury on Main-Hand
      • Flametongue on Off-Hand
    • Keeps Lightning Shield Up
      • Recommended use of Lightning Shield Major Glyph for increased DPS

    To-Do
    • Add in use of Stone Claw Totem on Yor'Sahj for Shield
    • Maybe More?

    LINK: http://pqrotation-profiles.googlecod...HAMAN_v1.0.rar

    GO INTO THE ROTATION EDITOR AND UPDATE PROFILE BEFORE USE TO GET THE DATA FILE!!
    Last edited by firepong; 05-10-2012 at 08:26 PM.

  5. #170
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    Does PQR query object manager even is new functions (PQR_UnitInfo,...) not being used on profile? I think i noticed perforance decreased on last version playing 25 man groups. But not sure, need more testing, cant find older version to compare.
    Nope, if PQR_UnitInfo isn't being used it is not querying or running the command to update the object manager. Nothing has really changed at all with PQR WoW code in many builds. As long as you aren't passing the "EXACT" line to UnitBuffID it is still functioning exactly the same. I'll go a step further next update to cause it to not even write the object data to WoW... but that doesn't even matter because it is being written by a seperate process to a piece of memory that is never being touched by WoW.
    Last edited by Xelper; 05-10-2012 at 07:54 PM.

  6. #171
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    Some spells returns a rank as second parameter, is posible to get this "CastSpellByName(spellname,spellrank)", the nil value is just to avoid getting a second value on any scenario.

    True, but if it returned a rank it would do:

    CastSpellByName("Spell", "Rank", nil) rather than just CastSpellByName("Spell", nil)

  7. #172
    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 Xelper View Post
    True, but if it returned a rank it would do:

    CastSpellByName("Spell", "Rank", nil) rather than just CastSpellByName("Spell", nil)
    Dont work that way, try this

    Code:
    /dump GetSpellInfo(133),nil
    its lua behaviour
    [ 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]

  8. #173
    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)
    Updated Fire Mage PvE profile. This is mayor update, dps have been increased substantially also having a faster response to spread DoTs while holding shift.
    [ 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]

  9. #174
    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)
    You know Sheuron.... I really wish I had a Mage to try out your Mage profile. Looks awesome.
    ^0^Team Nova's PQR NCC ^0^

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

  10. #175
    evlow's Avatar Contributor
    Reputation
    171
    Join Date
    Sep 2007
    Posts
    233
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i'll give it a shot soon on my mage and let ya know

  11. #176
    osbornx22's Avatar Sergeant
    Reputation
    14
    Join Date
    Nov 2009
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lawlmoto View Post
    I thought you couldn't /target totems by name for a few patches now?
    if target has buff spirit link, then tab until target = spirit link totem?

    or

    TargetUnit("totem") ?

    or

    CastSpellByID(1234,"totem") ?

    or

    CastSpellByName(1234, "totem") ?
    Last edited by osbornx22; 05-10-2012 at 10:11 PM.

  12. #177
    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 osbornx22 View Post
    if target has buff spirit link, then tab until target = spirit link totem?

    or

    TargetUnit("totem") ?

    or

    CastSpellByID(1234,"totem") ?

    or

    CastSpellByName(1234, "totem") ?
    "Totem" isn't a unit. Better to use RunMacroText("/tar Spirit Link Totem")

  13. #178
    osbornx22's Avatar Sergeant
    Reputation
    14
    Join Date
    Nov 2009
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i tested it, you cannot target enemy totems with a macro like "/tar spirit link totem"

    TargetUnit(), CastSpellByName() and CastSpellByID also doesnt work

    example for my first idea (NOT TESTED)

    Code:
    local name, realm = UnitName("target")
    local totem = "Spirit Link Totem"
    
    local mem = GetNumRaidMembers()
    
    for i = 1, mem do
    	local tar = "arena"..i
    	
    	if UnitBuff(tar,totem) ~= nil
    	and CheckInteractDistance(tar,3)
    	then		
    		while name ~= totem do
    			TargetNearestEnemy()
    			name, realm = UnitName("target")
    		end
    		
    		return
    	end
    end
    maybe the while loop goes crazy, if the totem is not in the "TAB" cycle
    and while tabbing you possibly break a cc
    and you cannot self choose a other target in this phase
    and highspeed target changing is a indicator for cheating (like instant kick etc.)
    Last edited by osbornx22; 05-10-2012 at 11:00 PM.

  14. #179
    tigole1's Avatar Member
    Reputation
    3
    Join Date
    Apr 2012
    Posts
    82
    Thanks G/R
    0/1
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey crrystal tech about your affliction profile, does it do the rotation once you have flasks food buffs and such in dragon soul?

  15. #180
    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 osbornx22 View Post
    i tested it, you cannot target enemy totems with a macro like "/tar spirit link totem"

    TargetUnit(), CastSpellByName() and CastSpellByID also doesnt work

    example for my first idea (NOT TESTED)

    Code:
    local name, realm = UnitName("target")
    local totem = "Spirit Link Totem"
    
    local mem = GetNumRaidMembers()
    
    for i = 1, mem do
    	local tar = "arena"..i
    	
    	if UnitBuff(tar,totem) ~= nil
    	and CheckInteractDistance(tar,3)
    	then		
    		while name ~= totem do
    			TargetNearestEnemy()
    			name, realm = UnitName("target")
    		end
    		
    		return
    	end
    end
    maybe the while loop goes crazy, if the totem is not in the "TAB" cycle
    and while tabbing you possibly break a cc
    and you cannot self choose a other target in this phase
    and highspeed target changing is a indicator for cheating (like instant kick etc.)
    Don't know if your smokin anything or not, but macros are CASE-SENSITIVE. Meaning "/tar spirit link totem" wouldn't work anyways. Gotta do "/tar Spirit Link Totem" See the 3 letters there that are capitals? I just tested it out myself in a duel with a shaman. I could and did target the totem with:
    Code:
    /tar Spirit Link Totem
    /cast Flame Shock
    Worked like a charm for me. Just make sure to check cases next time

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