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
Former PQR Developer
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.PHP Code:
spell = string.format("%s",sp)
Try this:
But keep in mind that IsSpellInRange won't work most of the time.PHP Code:
function check(sp, unit)
unit = unit or "target"
local spell = GetSpellInfo(sp)
if PQR_SpellAvailable(spell) then
if SpellHasRange(spell) == 1 then
if IsSpellInRange(spell, unit)~=1 then
return false
end
end
else
return false
end
return true
end
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?
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 ?
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!!
@PartyKilla
sorry,but IsSpellInRange works, I forgot something
also if you pass spellID instead of spellName, then localized versions gonna work well
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
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>
sacred, you are my hero!