PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 285 of 779 FirstFirst ... 185235281282283284285286287288289335385 ... LastLast
Results 4,261 to 4,275 of 11681
  1. #4261
    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 Bgreen12 View Post
    Hi I'm trying to write my own external LUA file and I make a file and put a few functions in it but it fails to load even though the name is exactly the same that I used for the name of the data file. It keeps failing to loaD. Even after reloading the UI and reloading pqr. Why would this happen? Is there something special you need to put in the data files to allow them to load to pqr?


    I run /dump PQR_LoadLua(**my file name**)

    And I get fail returns all the time..
    The Data file has to also be loaded from within the profile itself. For example, this is what Bu_Ba and Sheuron came up with and I've been using it since:
    PHP Code:
    if PQR_RotationStarted == true then
      PQR_RotationStarted 
    false
      
    if PQR_LoadLua ~= nil then
        
    if PQR_LoadLua("PQR_Firepong.lua") == false then 
           PQR_WriteToChat
    ("Put the file PQR_Firepong.lua in the Data file for this profile to work properly!!!""Error")
           
    PQR_RotationStop()
            return 
    true
         end
       end
    end 
    That is pretty much the universal code we use to load our Data files. Just change anything you see that's PQR_Firepong to your Data file name. For a while now, you haven't had to use the same name as the rotation for the name of the Data file.

    If after using the above, you still get a error, then you have a coding problem in your Data file somewhere.
    Last edited by firepong; 09-22-2012 at 07:36 AM.

    PQR - Rotation Bot
  2. #4262
    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)
    @xelper

    Every time i change between the rotation editor and abilitiy editor, i need to reselect the class, profile and rotation or ability. please can you make the windows tabbed or dont close ability editor, if the rotation editor opened.

  3. #4263
    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 firepong View Post
    The Data file has to also be loaded from within the profile itself. For example, this is what Bu_Ba and Sheuron came up with and I've been using it since:
    PHP Code:
    if PQR_RotationStarted == true then
      PQR_RotationStarted 
    false
      
    if PQR_LoadLua ~= nil then
        
    if PQR_LoadLua("PQR_Firepong.lua") == false then 
           PQR_WriteToChat
    ("Put the file PQR_Firepong.lua in the Data file for this profile to work properly!!!""Error")
           
    PQR_RotationStop()
            return 
    true
         end
       end
    end 
    That is pretty much the universal code we use to load our Data files. Just change anything you see that's PQR_Firepong to your Data file name. For a while now, you haven't had to use the same name as the rotation for the name of the Data file.

    If after using the above, you still get a error, then you have a coding problem in your Data file somewhere.
    Yes I do put that in my profile, and it says the data file isn't found even though it is in my data file in pqr

  4. #4264
    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 Bgreen12 View Post
    Yes I do put that in my profile, and it says the data file isn't found even though it is in my data file in pqr
    Then you got a error in your Data file somewhere that stops it from loading. If their is a error in the Data file, it will not inject it to keep from injecting fugged up Code into wow (the Data file is directly injected into the WoW memory code if I remember correctly).

  5. #4265
    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 firepong View Post
    Then you got a error in your Data file somewhere that stops it from loading. If their is a error in the Data file, it will not inject it to keep from injecting fugged up Code into wow (the Data file is directly injected into the WoW memory code if I remember correctly).

    Right, maybe an extra end, or forgetting a then... ill have to stare at it for awhile tonight. Is it only appropriate to define functions in the data files? Or should variables (ill give a simple one as an example) such as PlayerCombat = UnitAffectingCombat("player") be in there aswell, or should those go in the initialize ability on pqr? Thanks for all the info btw

  6. #4266
    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 Bgreen12 View Post
    Right, maybe an extra end, or forgetting a then... ill have to stare at it for awhile tonight. Is it only appropriate to define functions in the data files? Or should variables (ill give a simple one as an example) such as PlayerCombat = UnitAffectingCombat("player") be in there aswell, or should those go in the initialize ability on pqr? Thanks for all the info btw
    I don't do it, but if I remember correctly, Bu_ba and maybe Sheuron both declare those in their Data file. I haven't taken a look at them in a while.

  7. #4267
    jericco's Avatar Active Member
    Reputation
    58
    Join Date
    Feb 2008
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gabbz View Post
    Which profiles are you using? With MoP Blizzard introduced a lot of morphed spell and in some cases we need to use CastSpellByID instead of just entering id in he Ability field.

    Furthermore i think that DS have some ranged issues so if you are using distance it can be bugged.
    Most recently it was the rogue combat pve profile from [ Sheuron PQR Profiles Pack ] [Release] PQR - Rotation Bot

    And then it happened to me on my hunter, I believe the BM profile by kick my dog, I dont have a link to it right now.

    Thanks for the response Gabbz +rep, I just went and updated all the profiles I'll let you know if the problem happens again.

  8. #4268
    nilrem2004's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2009
    Posts
    810
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I got a question for the experienced.
    I need to do a delay within ability, for example:

    if condition1 and condition2 then
    CastSpellByName(bla..bla..bla..)
    Delay 0.2 secs
    CastSpellByName(bla..bla..bla..)
    return true
    end

    is there a posibility to do such a delay?
    and another question, is it possible to call a macro in wow from PQR , like I make a macro called "Nilremmacro" and use PQR to use the macro.
    Supporter of Frozen.

  9. #4269
    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 nilrem2004 View Post
    I got a question for the experienced.
    I need to do a delay within ability, for example:

    if condition1 and condition2 then
    CastSpellByName(bla..bla..bla..)
    Delay 0.2 secs
    CastSpellByName(bla..bla..bla..)
    return true
    end

    is there a posibility to do such a delay?
    and another question, is it possible to call a macro in wow from PQR , like I make a macro called "Nilremmacro" and use PQR to use the macro.
    PQR_DelayRotation(.2)

    Or you can

    PQR_DelayRotation()

    This will default to 1 second

  10. #4270
    nilrem2004's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2009
    Posts
    810
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ty for info, that is what I thought but obviously something else is the problem...ah, stearing at the code again
    Supporter of Frozen.

  11. #4271
    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)
    I have updated my SVN to include the Holy Paladin Test that I have let a select number of users try out

    I have heard many good reports about mana issues being better with this as well

    It is currently in my SVN's WIP folder, so grab the Data File and the profiles from there if you want to try it out

    Please report back to me if you are more mana efficient, and if you are a better healer with it

    Summary of what i've done -

    Made all my Healing Spells Smarter.
    Healing Based off Healing Amount not % (Level 85 only and No Mouseover Only[For Testing Purposes])
    WoG is now a smart lil mofo with how it uses it's Holy Power if you have Divine Purpose (more Divine Purpose procs now)
    Rewrote the Stop Casting ability.... (Still testing this one.... may need to improve it some more)
    AND completely butchered Sheuron's Tabled healing even more XD
    ^0^Team Nova's PQR NCC ^0^

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

  12. #4272
    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 Bgreen12 View Post
    PQR_DelayRotation(.2)

    Or you can

    PQR_DelayRotation()

    This will default to 1 second
    This is a new one. Don't think I've seen it around anywhere. Does it actually work? :confused:

  13. #4273
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nilrem2004 View Post
    I got a question for the experienced.

    is there a posibility to do such a delay?
    and another question, is it possible to call a macro in wow from PQR , like I make a macro called "Nilremmacro" and use PQR to use the macro.

    RunMacro(id or "name") - Runs a macro.
    So your should look like this
    RunMacro("Nilremmacro")
    Looking for exploiters and botters to Elder Scrolls Online.

  14. #4274
    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 Gabbz View Post
    RunMacro(id or "name") - Runs a macro.
    So your should look like this
    RunMacro("Nilremmacro")
    I did that for the longest time on Beta when they had the spell problem of having to have "!" in front of all the spell names. Had a ability in my rotation that checked for all macros with a certain name and if they didn't exist, made them. Then, when the rotation was ran, it called those macros instead of using everything else.

  15. #4275
    nilrem2004's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2009
    Posts
    810
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ty very much. btw PQR_DelayRotation() delays between PQR abilities order, not in my case where I need to cast Soulburn + Soulswap.
    I tried putting 1 second in between but it still sometimes casts soulswap without soulburn and then ofc there is a problem.
    I need a delay between Soulburn and Soulswap in same pqr ability.

    ex:

    CastSpellByName(tostring(GetSpellInfo(74434)))
    "delay 0.2-0.3 secs"
    CastSpellByName(GetSpellInfo(86121),target)
    Supporter of Frozen.

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 10:14 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