PQR - Rotation Bot menu

User Tag List

Page 719 of 779 FirstFirst ... 219619669715716717718719720721722723769 ... LastLast
Results 10,771 to 10,785 of 11681
  1. #10771
    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)
    Originally Posted by botirk View Post
    Don't use with in binary functions, which return two states (true or false, 1 or nil).
    IsSpellInRange does not work with melee.
    Do not cast spell by name. You just **** someone with different localization, cause they will not be able to use your work/ideas.
    IsSpellInRange does to work with melee using it for my warrior with heroic strike,

    if IsSpellInRange(78) == 1 then inRange = 1 else inRange = 0 end

    Please if someone helped you donate rep to them.

    PQR - Rotation Bot
  2. #10772
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated

    KMD_All_Hunter_Rotations_v26.zip

    paintpauller, has kindly updated the misdirection code.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

  3. #10773
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    IsSpellInRange does to work with melee using it for my warrior with heroic strike,

    if IsSpellInRange(7 == 1 then inRange = 1 else inRange = 0 end
    I'm kinda getting the idea botirk doesn't have a clue what they're talking about half the time....

    I use IsSpellInRange for my monk profiles with a melee ability too as well as using CastSpellByName(GetSpellInfo(spellid)) without any issues in localization.
    Former PQR Developer

  4. #10774
    Holobyte's Avatar Sergeant
    Reputation
    43
    Join Date
    Apr 2012
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Partykilla View Post
    Code:
    function check(sp,unit)
       unit = unit or "target";
       spell = string.format("%s",sp)
       if GetSpellCooldown(spell)==0 and IsUsableSpell(spell) then 
          if SpellHasRange(spell)==1 then
             if IsSpellInRange(spell,unit)~=1 then
                return false
             end
          end
       else 
          return false
       end
       return true
    end
    Can anyone help me with this code, what am I doing wrong?
    I want to use this for a rule of casting spells / abillitys!
    PHP Code:
    spell string.format("%s",sp
    This line of code makes no sense to me. You are transforming an integer into a string representation of that integer and then you try to use this string on functions that are expecting either an integer or a spell name.

    Try this:
    PHP Code:
    function check(spunit)
        
    unit unit or "target"
        
    local spell GetSpellInfo(sp)
        if 
    PQR_SpellAvailable(spellthen
            
    if SpellHasRange(spell) == 1 then
                
    if IsSpellInRange(spellunit)~=1 then
                    
    return false
                end
            end
        
    else
            return 
    false
        end
        
    return true
    end 
    But keep in mind that IsSpellInRange won't work most of the time.

  5. #10775
    Vogel81's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Feb 2012
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone else ahving the issue with the PTR saying that you are running the 64 bit client even though you have checked the 32 bit option?

  6. #10776
    zeromaster's Avatar Member
    Reputation
    1
    Join Date
    Feb 2013
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Rename or delete the wow64.exe in your WOW public test realm folder and PQR will run!

    P.S Anyone got the Offset for the PTR Raid Test today ?

  7. #10777
    Vinshom's Avatar Contributor
    Reputation
    86
    Join Date
    Apr 2012
    Posts
    428
    Thanks G/R
    11/21
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Feral PvP 5.3 that needs optimization
    This is a feral druid profile I have gathered and tweaked a little. Can someone fix it, it lags severely to where I have to restart.

    https://code.google.com/p/roguepvp/d...q=#makechanges

    Thank you!!

  8. #10778
    chumii's Avatar Master Sergeant
    Reputation
    7
    Join Date
    Aug 2011
    Posts
    104
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zeromaster View Post
    P.S Anyone got the Offset for the PTR Raid Test today ?
    that would be awesome

  9. #10779
    chumii's Avatar Master Sergeant
    Reputation
    7
    Join Date
    Aug 2011
    Posts
    104
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jettand View Post
    Is there a working DK profile? Tried using Rubims and Imdasandmans.
    They both used to work for me, not sure if it's the most recent patch or if it's just me.

    I re-installed PQI, got the new Microsoft .Net Framework and made sure I had the latest Offsets.
    Basically I can load profiles for every class but the DK, PQI shows [Not Loaded] when I have PQR up, and [PQR Ready] when I load any DK profile.

    Thanks in advance for your help!
    Are you lvl 90? cause i think none of the dk profiles is working for <90.. when my dk was 87 i just edited the level check and it worked for me

  10. #10780
    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)
    @PartyKilla

    sorry,but IsSpellInRange works, I forgot something
    also if you pass spellID instead of spellName, then localized versions gonna work well

  11. #10781
    Vogel81's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Feb 2012
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zeromaster View Post
    Rename or delete the wow64.exe in your WOW public test realm folder and PQR will run!

    P.S Anyone got the Offset for the PTR Raid Test today ?
    Awesome thanks. And yes... any PTR offsets? :P

  12. #10782
    CodeMyLife's Avatar Contributor
    Reputation
    272
    Join Date
    Mar 2013
    Posts
    707
    Thanks G/R
    24/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kuukuu View Post
    There's always a risk of a bot being detected but the chance with PQR is pretty low. Not aware of anyone being banned specifically due to it personally.
    I totally agree on that. Nowaday what is risky is LCP detection wich refers to toon navigation. Never heard of anyone beign banned for using PQR. Only way I see would be by beign reported by other players in high ranking BGs using interrupts at 0% cast. This kind of behavior could get you reported.

    Je suis d'accord avec Kuukuu. PQR tel qu'il est actuellement est pratiquement indétectable. La manière à la mode de détecter les bots est le LCP qui consiste à vérifier la navigation des joueurs et voir si ils repassent toujours au meme endroit. Le seul moyen de se faire ban sur PQR serait d'avoir l'interrupt à 0% en rated BG et te faire reporter. Autrement, la faute est celle du bot, c'est certain.
    Soapbox Rotations Developer

  13. #10783
    Sacred's Avatar Contributor
    Reputation
    207
    Join Date
    Dec 2007
    Posts
    152
    Thanks G/R
    3/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Offsets for 5.4.0.17161 PTR.
    https://www.dropbox.com/s/e3afwh9mtr...sets_17161.xml
    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <Offsets>
    	<CurrentWoWVersion>17161</CurrentWoWVersion>  
    	<WoWVersionOffset>0xD92E15</WoWVersionOffset>
    	<PlayerName>0xFD83A0</PlayerName>
    	<PlayerClass>0xFD851D</PlayerClass>
    	<GetCurrentKeyBoardFocus>0xCBA6E8</GetCurrentKeyBoardFocus>
    	<GameState>0xE7996E</GameState>
    	<Lua_DoStringAddress>0x5ADC3</Lua_DoStringAddress>
    	<Lua_GetLocalizedTextAddress>0x48377B</Lua_GetLocalizedTextAddress>
    	<CVarBaseMgr>0xCADC10</CVarBaseMgr>
    	<CVarArraySize>0x400</CVarArraySize>
    	<ObjMgr>0xFD8360</ObjMgr>
    	<CurMgr>0x462C</CurMgr>
    	<LocalGUID>0xF0</LocalGUID>
    	<FirstObject>0xCC</FirstObject>
    	<NextObject>0x34</NextObject>
    	<Descriptors>0x4</Descriptors>
    	<Obj_TypeOffset>0xC</Obj_TypeOffset>
    	<Obj_X>0x830</Obj_X>
    	<Obj_TargetGUID>0x28</Obj_TargetGUID>
    	<ClickTerrain>0</ClickTerrain>
    </Offsets>

  14. #10784
    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 Sacred View Post
    Offsets for 5.4.0.17161 PTR.
    https://www.dropbox.com/s/e3afwh9mtr...sets_17161.xml
    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <Offsets>
    	<CurrentWoWVersion>17161</CurrentWoWVersion>  
    	<WoWVersionOffset>0xD92E15</WoWVersionOffset>
    	<PlayerName>0xFD83A0</PlayerName>
    	<PlayerClass>0xFD851D</PlayerClass>
    	<GetCurrentKeyBoardFocus>0xCBA6E8</GetCurrentKeyBoardFocus>
    	<GameState>0xE7996E</GameState>
    	<Lua_DoStringAddress>0x5ADC3</Lua_DoStringAddress>
    	<Lua_GetLocalizedTextAddress>0x48377B</Lua_GetLocalizedTextAddress>
    	<CVarBaseMgr>0xCADC10</CVarBaseMgr>
    	<CVarArraySize>0x400</CVarArraySize>
    	<ObjMgr>0xFD8360</ObjMgr>
    	<CurMgr>0x462C</CurMgr>
    	<LocalGUID>0xF0</LocalGUID>
    	<FirstObject>0xCC</FirstObject>
    	<NextObject>0x34</NextObject>
    	<Descriptors>0x4</Descriptors>
    	<Obj_TypeOffset>0xC</Obj_TypeOffset>
    	<Obj_X>0x830</Obj_X>
    	<Obj_TargetGUID>0x28</Obj_TargetGUID>
    	<ClickTerrain>0</ClickTerrain>
    </Offsets>
    Thanx alot really Great Job

  15. #10785
    chumii's Avatar Master Sergeant
    Reputation
    7
    Join Date
    Aug 2011
    Posts
    104
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sacred, you are my hero!

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 01:04 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