PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 700 of 779 FirstFirst ... 200600650696697698699700701702703704750 ... LastLast
Results 10,486 to 10,500 of 11681
  1. #10486
    botirk's Avatar Master Sergeant
    Reputation
    14
    Join Date
    May 2013
    Posts
    118
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am creating simulation craft integration library.
    Pros:
    + Easier SimCraft integration
    Cons:
    - "&" "|" symbols are not supported cause lua syntax, you should replace them with "and" "or"
    - "+=" symbol is not supported cause lua syntax, you should call special function per action list member
    - white space required cause lua syntax, you should put it manually
    - "energy" "energy.time_to_max" are too hard for implementation (maybe later)
    - requires whole action list per one PQR ability, otherwise it will lag(I guess(see my PvE Feral Beast profile))
    - requires manual spellID cause wow locales

    I have cool idea, how to remove Cons. Can you help me? I need lua "dostring" for that feature.
    Last edited by botirk; 06-15-2013 at 08:48 PM.

    PQR - Rotation Bot
  2. #10487
    paintpauller's Avatar Contributor
    Reputation
    128
    Join Date
    Jan 2012
    Posts
    265
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by botirk View Post
    I am creating simulation craft integration library.
    Pros:
    + Easier SimCraft integration
    Cons:
    - "&" "|" symbols are not supported cause lua syntax, you should replace them with "and" "or"
    - "+=" symbol is not supported cause lua syntax, you should call special function per action list member
    - white space required cause lua syntax, you should put it manually
    - "energy" "energy.time_to_max" are too hard for implementation (maybe later)
    - requires whole action list per one PQR ability, otherwise it will lag(I guess(see my PvE Feral Beast profile))
    - requires manual spellID cause wow locales

    I have cool idea, how to remove Cons. Can you help me? I need lua "dostring" for that feature.
    sounds interesting, i use the following to load a string as a variable then use it maybe this could help?
    PHP Code:
    if AlphaInterrupt_SpamProtect == nil then AlphaInterrupt_SpamProtect 0 end
    function Alpha_Deserialize(s,Sname)
        
    local func,err loadstring(s)
        if 
    err and AlphaInterrupt_SpamProtect GetTime() then
            AlphaInterrupt_SpamProtect 
    GetTime() + 10
            
    print(format("|cff00ffff<|cff00aaffAlpha Interrupt Error|cff00ffff>|cffb048f8 |cff00aaffSyntax Error in "..Sname.." List: |cffb048f8"..err)) end
        
    return func()
    end
    --example of it in use:
    --
    PQI_AlphaInterrupt_InstantInterruptlist_value is a list of spell names and ids provided from users through PQI

    local AlphaInterrupt_Instantlist 
    "toInstantInterrupt = {"..PQI_AlphaInterrupt_InstantInterruptlist_value.."}"

    if AlphaInterrupt_SpamProtect2 == nil then AlphaInterrupt_SpamProtect2 0 end
    if AlphaInterrupt_TestIgnorelist_enable then
        
    if AlphaInterrupt_SpamProtect2 GetTime() then
            AlphaInterrupt_SpamProtect2 
    GetTime() + 10
            Alpha_Deserialize
    (AlphaInterrupt_Ignorelist"Ignore")
            for 
    1#toIgnore do
                
    print("|cff00ffff<|cff00aaffAlpha Interrupt|cff00ffff>|cffb048f8 Ignoring Spell: "..toIgnore[i])
            
    end
        end
    end 
    hope this helps out some =D

    Alpha Profiles: - All profiles with PQInterface support!
    Alpha Interrupt: https://goo.gl/OLhGi - Ignore List, Random Percentage, Time Delays, & much More!
    Alpha Utilities: https://goo.gl/rt7WA - Farming, Prospecting, Disenchanting, Milling, & Questing
    Alpha Moonkin: https://goo.gl/gjxw0 - Optimized DPS Rotation for PvE, Mashup of 3 Profiles
    Avery's Ret: https://goo.gl/GhurM - My take on Avery's outstanding Ret profile with PQI

  3. #10488
    botirk's Avatar Master Sergeant
    Reputation
    14
    Join Date
    May 2013
    Posts
    118
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @paintpauller oh I see your code is using "loadstring". Probably I mistyped "loadstring" to "dostring". I am going to test this function, if its work, then I will continue work on improved SimCraft integration!

  4. #10489
    cpowroks's Avatar Contributor
    Reputation
    180
    Join Date
    Oct 2007
    Posts
    623
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by botirk View Post
    I am creating simulation craft integration library.
    Pros:
    + Easier SimCraft integration
    Cons:
    - "&" "|" symbols are not supported cause lua syntax, you should replace them with "and" "or"
    - "+=" symbol is not supported cause lua syntax, you should call special function per action list member
    - white space required cause lua syntax, you should put it manually
    - "energy" "energy.time_to_max" are too hard for implementation (maybe later)
    - requires whole action list per one PQR ability, otherwise it will lag(I guess(see my PvE Feral Beast profile))
    - requires manual spellID cause wow locales

    I have cool idea, how to remove Cons. Can you help me? I need lua "dostring" for that feature.
    timeToMax = (UnitPowerMax("player") - UnitPower("player")) / GetPowerRegen()
    Energy = UnitPower("player")
    WoW LUA Script Developer
    Need Something Custom? WarmaneScripts.com
    Skype - grapejuice111

  5. #10490
    Nixo's Avatar Sergeant OldSchool CoreCoins Purchaser
    Reputation
    11
    Join Date
    Mar 2013
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    11 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rubim View Post
    i'm back .

    **** yeah!

    Edit: Still no new pqr
    welcome back monster

    *Start the action*

  6. #10491
    Nov17's Avatar Sergeant Major CoreCoins Purchaser
    Reputation
    9
    Join Date
    Aug 2011
    Posts
    161
    Thanks G/R
    6/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone experienced give some advice as to what might be wrong in the following code?

    PHP Code:
    function bloodbath()
      

    local apBaseapPlusapNeg UnitAttackPower(&amp;quot;player&amp;quot;)
        
    local total apBase+apPlus
        
    local target 
    45000
        
    if total &amp;gttarget then return true
        
    else return false

        end

    end 

    and

    PHP Code:
    --Bloodbath-
    if 
    inMelee() == true 
    then
      
    if bloodbath() == true
    _castSpell
    (12292)
        
    end
    end 
    Last edited by Nov17; 06-16-2013 at 09:20 PM.

  7. #10492
    botirk's Avatar Master Sergeant
    Reputation
    14
    Join Date
    May 2013
    Posts
    118
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @solva rly don't use functions for lame things. Its not java.

    Just met weird thing - I cant edit global variables after load ended. Integration progress: 20%.

  8. #10493
    Nov17's Avatar Sergeant Major CoreCoins Purchaser
    Reputation
    9
    Join Date
    Aug 2011
    Posts
    161
    Thanks G/R
    6/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @solva rly don't use functions for lame things. Its not java.
    can you elaborate?

  9. #10494
    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 botirk View Post
    I am creating simulation craft integration library.
    Pros:
    + Easier SimCraft integration
    Cons:
    - "&" "|" symbols are not supported cause lua syntax, you should replace them with "and" "or"
    - "+=" symbol is not supported cause lua syntax, you should call special function per action list member
    - white space required cause lua syntax, you should put it manually
    - "energy" "energy.time_to_max" are too hard for implementation (maybe later)
    - requires whole action list per one PQR ability, otherwise it will lag(I guess(see my PvE Feral Beast profile))
    - requires manual spellID cause wow locales

    I have cool idea, how to remove Cons. Can you help me? I need lua "dostring" for that feature.
    I've often considered doing something similar and it is certainly a challenge. I don't think the solution is to have PQR/WoW parse the list at runtime though. I would recommend creating an application that converts the list to a PQR profile and go from there. SimCraft might actually already have some libraries that do something similar. I may look at this again soon, but I didn't think it was really worth it when profile developers, who will customize their rotations anyway, can basically recreate the rotations within 20-30 min.

    EDIT: Offtopic, but I fixed the Launch WoW button in PQR for Windows 8 users. Feel free to update using PQRUpdater. No other functionality changes in this update.

    Sent from my iPad using Tapatalk HD
    Last edited by Xelper; 06-16-2013 at 10:21 PM.

  10. #10495
    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)
    Last edited by zahremar; 06-17-2013 at 02:26 AM.

  11. #10496
    finish's Avatar Master Sergeant
    Reputation
    18
    Join Date
    Mar 2013
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi all, i hope someone can help me

    im working on a dk blood pvp profile...yes u did read correct, blood pvp perhaps no one needs or wants this, but im writing this for a friend, and i must say its crazy as blood, profile works like a charm...he was mostly green, my dk has nice equip, and with 2 blood dk´s we filled his 15k cap in nearly 1 day and now 1700+ rating...lol
    anyway, here is my problem

    as blood dk i want to slow the tartgets with blood boil, and that is my coding:

    Code:
    if PQR_SpellAvailable(48721)
    	and PQ_ValidUnit
    	and IsSpellInRange(GetSpellInfo(45462), PQR_CustomTarget) == 1
    	and (UnitDebuffID("target",55095,"PLAYER") or UnitDebuffID("target",55078,"PLAYER")) then
    			BR1start, BR1duration, BR1ready = GetRuneCooldown(1)
    			BR2start, BR2duration, BR2ready = GetRuneCooldown(2)
    			if BR1ready or BR2ready and not UnitDebuffID("target",50435,"PLAYER") then return true end
    end
    the spellrange check is working ok with the spellid of plague strike, but blood boil has a range of 10yards, so i want to check for this

    but when i just change the spellid to 48721 it just dont work ;-(
    perhaps because blood boil is an aoe ? hope someone can help me ;-)
    thanks in advance
    finni

  12. #10497
    NiceL's Avatar Private
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Greetings from Russian gamers!) I ran into a problem, the next update of PQR with offsets 17055 does not work. Read more: World of Warcraft crashes when you try to activate any of the profiles, as well as the application PQR.exe. My profile Frost Mage. Reinstalled the game - does not help. Please help. Sorry for my imperfect English.

  13. #10498
    Nov17's Avatar Sergeant Major CoreCoins Purchaser
    Reputation
    9
    Join Date
    Aug 2011
    Posts
    161
    Thanks G/R
    6/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    debug pqr

    PQR_WriteToChat(text[, suffix)
    Prints to chat using the <PQR[, suffix]> prefix. Passing "text" a nil value will cause a Lua error.
    Can I use that function to print the value of a variable for debug purposes?
    I know I can use the value in the suffix but I was wondering what is the syntax for using it in the prefix.

    On topic what is the best way, or how do you debug your code?

  14. #10499
    paintpauller's Avatar Contributor
    Reputation
    128
    Join Date
    Jan 2012
    Posts
    265
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by solva View Post
    Can I use that function to print the value of a variable for debug purposes?
    I know I can use the value in the suffix but I was wondering what is the syntax for using it in the prefix.

    On topic what is the best way, or how do you debug your code?
    i normally do
    print("title: "..varname)
    print("title: "..tostring(varname))
    for debugging, then take them out

    hope that helps some =D

    Alpha Profiles: - All profiles with PQInterface support!
    Alpha Interrupt: https://goo.gl/OLhGi - Ignore List, Random Percentage, Time Delays, & much More!
    Alpha Utilities: https://goo.gl/rt7WA - Farming, Prospecting, Disenchanting, Milling, & Questing
    Alpha Moonkin: https://goo.gl/gjxw0 - Optimized DPS Rotation for PvE, Mashup of 3 Profiles
    Avery's Ret: https://goo.gl/GhurM - My take on Avery's outstanding Ret profile with PQI

  15. #10500
    iEthos's Avatar Sergeant
    Reputation
    16
    Join Date
    Aug 2010
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If anyone is an experienced coder, I need help with a Hunter's Readiness code. Every one I try has these problems, casts Rapid Fire > uses Readiness > casts Rapid Fire again, over lapping the current one... or just flat out doesn't work. If anyone can write me a little code that will check to see if I have the Rapid Fire buff, and holds off casting Readiness until the buff fades so it will cast another Rapid Fire right after the first one ends, it would be much appreciated, thank you!

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:24 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