If anyone would make a complete guide on how to get the offsets for WoW and PQR so raiders don't have to struggle every PTR raid test / patch I'll donate $200 to that person, and I'm sure there are quite a few who would be willing to chip in.
If anyone would make a complete guide on how to get the offsets for WoW and PQR so raiders don't have to struggle every PTR raid test / patch I'll donate $200 to that person, and I'm sure there are quite a few who would be willing to chip in.
Heres the Video. Tried to be as through as could be. im sure theres a million ways to find these off sets. But this is how i find them and it works.
http://www.youtube.com/watch?v=ehPfJ...f2L_7t&index=1
Last edited by cpowroks; 08-01-2013 at 02:51 AM.
WoW LUA Script Developer
Need Something Custom? WarmaneScripts.com
Skype - grapejuice111
Ptr offsets please?
17252
Code:<?xml version="1.0" encoding="UTF-8"?> <Offsets> <CurrentWoWVersion>17252</CurrentWoWVersion> <WoWVersionOffset>0xD9DF55</WoWVersionOffset> <PlayerName>0xFE3F28</PlayerName> <PlayerClass>0xFE40A5</PlayerClass> <GetCurrentKeyBoardFocus>0xCC57D8</GetCurrentKeyBoardFocus> <GameState>0xE85456</GameState> <Lua_DoStringAddress>0x5B018</Lua_DoStringAddress> <Lua_GetLocalizedTextAddress>0x4893F2</Lua_GetLocalizedTextAddress> <CVarBaseMgr>0xCA6290</CVarBaseMgr> <CVarArraySize>0x400</CVarArraySize> <ObjMgr>0xDD8484</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>
Last edited by cpowroks; 08-01-2013 at 02:45 AM.
WoW LUA Script Developer
Need Something Custom? WarmaneScripts.com
Skype - grapejuice111
I have been finding PTR offsets myself while my game time was over.
Now, I have got a little bug report (You should install the addon swatty, it let's you find those lua errors)
Every once in a while a global error shows up
Unfortunately I don't have this error pasted but I have seen it enough to kind of know what it is
PQR_IsFileLoaded tried to call ? a nill value on line 500 something
Usually it crashes somewhere near the time that that error shows up
I'll come back if I find the thing again and I will copy paste it.
(Also, first post in 6 years. I didn't even know I had this account)
Last edited by Uitham; 08-01-2013 at 03:35 AM.
why
andPHP Code:
karmatoggle = MOUSE4
if karmatime == nil then karmatime = 0 end
if karmatoggle then
if karma == nil and not GetCurrentKeyBoardFocus() and GetTime() - karmatime > 1 then karmatime = GetTime() karma = 1 end
if karma == 1 and not GetCurrentKeyBoardFocus() and GetTime() - karmatime > 1 then karmatime = GetTime() karma = nil end
end
if karma == 1 and PQR_SpellAvailable(122470) and UnitExists("target") and IsSpellInRange(GetSpellInfo(122470), "target") == 1 then
CastSpellByName(GetSpellInfo(122470), "target")
end
works finePHP Code:
SLASH_DIFFUSEMAGIC1 = "/diffusemagic"
function SlashCmdList.DIFFUSEMAGIC(msg, editbox)
if PQR_SpellAvailable(122783) and IsSpellKnown(122783) then
StopAttack()
if not (UnitChannelInfo("player") == GetSpellInfo(131523)) then SpellStopCasting() end --Zen Meditation
if not (UnitChannelInfo("player") == GetSpellInfo(131523)) then CastSpellByName(GetSpellInfo(122783)) end
end
end
but
cause errors of every addon, freeze rotation and works only when all addons disabled.PHP Code:
if karmatime == nil then karmatime = 0 end
SLASH_TOUCHOFKARMA1 = "/touchofkarma"
function SlashCmdList.TOUCHOFKARMA(msg, editbox)
if karma == nil and not GetCurrentKeyBoardFocus() and GetTime() - karmatime > 1 then karmatime = GetTime() karma = 1 end
end
if karma == 1 and PQR_SpellAvailable(122470) and UnitExists("target") and IsSpellInRange(GetSpellInfo(122470), "target") == 1 then
CastSpellByName(GetSpellInfo(122470), "target")
karma = nil
end
Last edited by WWF; 08-01-2013 at 10:22 AM.
@WWF
You need within PQR call the slash command first to sidstepp blizzard.
You need to do something like
if MacroCheck == nil
then
RunMacroText("/touchofkarma All")
MacroCheck = true
end
Looking for exploiters and botters to Elder Scrolls Online.
I was wondering if anyone has had a 72 hour suspension from using pqr on your accounts and if so did you wait the suspension or did you contest it. Please I really need help.
Were you using it on live and or ptr? Were you using other bots or hacks? Did you talk about using it in game or tell other people you are using it? What profiles were you using (maybe they were causing a massive amount of errors or something)? Are your offsets for the program and the program itself up to date (can delete the old stuff and start a fresh folder)? Were you using the PQI addon?
I was using it on live the program and the profile I was using are up to date. I also was using the PQI addon for cpoworks enhancement shaman profile. I deleted the addon also because I was thinking it could of been it. I also was not using any other bots or hacks at the time.