To verify the offsets, you take the last 4 numbers / letters :
Wow Version = 0xC01497
Verified with 01EE1497
Player Name = 0xE3CB40
Verified with 0211CB40
Player Class = 0xE3CCBD
Verified with 0211CCBD
And more more more..
To verify the offsets, you take the last 4 numbers / letters :
Wow Version = 0xC01497
Verified with 01EE1497
Player Name = 0xE3CB40
Verified with 0211CB40
Player Class = 0xE3CCBD
Verified with 0211CCBD
And more more more..
Thanks works great, awesome job folks. Appreciate the quick response!
im currently using these offsets:
<?xml version="1.0" encoding="UTF-8"?>
<Offsets>
<CurrentWoWVersion>17055</CurrentWoWVersion>
<WoWVersionOffset>0xc01497</WoWVersionOffset>
<PlayerName>0xE3CB40</PlayerName>
<PlayerClass>0xE3CCBD</PlayerClass>
<GetCurrentKeyBoardFocus>0xB3045C</GetCurrentKeyBoardFocus>
<GameState>0xCDC84E</GameState>
<Lua_DoStringAddress>0x55347</Lua_DoStringAddress>
<Lua_GetLocalizedTextAddress>0x3DD8F9</Lua_GetLocalizedTextAddress>
<CVarBaseMgr>0xB23AB0</CVarBaseMgr>
<CVarArraySize>0x400</CVarArraySize>
<ObjMgr>0xE3CB00</ObjMgr>
<CurMgr>0x462C</CurMgr>
<LocalGUID>0xE0</LocalGUID>
<FirstObject>0xCC</FirstObject>
<NextObject>0x34</NextObject>
<Descriptors>0x4</Descriptors>
<Obj_TypeOffset>0xC</Obj_TypeOffset>
<Obj_X>0x7F8</Obj_X>
<Obj_TargetGUID>0x28</Obj_TargetGUID>
<ClickTerrain>0</ClickTerrain>
and i have loaded it, and it loads up fine. i havent run a LFR with it yet, but one issue i notice is that my left alt keybind no longer activates the associated spell i have set in PQInterface. i tried all other keybinds too, and it still doesnt work. i have the same settings that i had b4 the ninja patch and all worked perfectly. but since i put the new offsets in, the one keybind doesnt work. i dont know how the profile will perform either in a LFR. like if thats the only issue or not.. hmmm
we need xelper!
I can't help you, I have'nt gametime (FxCK > <)
But, your issue is for GetCurrentKeyBoardFocus
Last edited by Neyia; 06-12-2013 at 02:51 PM.
blindness (I can't test), trying
Offsets_17055.xml (824 B)
https://mega.co.nz/#!vB9QiKhZ!cvnpox...h_hZUBYXjpGfKw
(Miss dualpost sorry)
Last edited by Neyia; 06-12-2013 at 02:50 PM.
Anyone have a good Holy paladin profile?
http://www.ownedcore.com/forums/worl...1252013-a.html
Paladin
Holy:
Averykey(Updated for 5.3)
Bubba(Use SVN Source)(Updated for 5.3)
Vachiusa(Updated for 5.3)
Kuukuu's Edited SM Profile(Updated for 5.3)
Sheepmoon(SM is no longer updating so use at own risk but download link still works)
Last edited by Neyia; 06-12-2013 at 02:49 PM.
If there are any PVE Rogues looking for good profiles, I have released a 5.3 update for Blinded's legendary profile with a lot of improvements thrown in too. http://www.ownedcore.com/forums/worl...ted-5-3-a.html
It's the only Rogue profile currently that uses the T15 4pc optimally
Another member starl1te has posted updated versions of Combat and Subtlety PvE in the same thread
Very good assassination profile !
I have an issue that I think is related to UnitHealth. This started last time I updated my offsets, and is still happening.
I have this ability setup (originally by kickMyDog:
if not IsPlayerSpell(131894) then return false end
if not UnitDebuffID("target", 131894, "PLAYER")
and UnitHealth("target") > (UnitHealth("player")*3)
then return true
end
If I read this right, it should only cast Murder of Crows if my target has health that is 3x my own health. I assume this is so that it does not waste the cast on targets that have really low health.
I found that if I commented out this line it worked (minus the health check).
if not UnitDebuffID("target", 131894, "PLAYER")
-- and UnitHealth("target") > (UnitHealth("player")*3)
then return true
end
Is there a work around for this? I am currently using offsets from cokx above
Thanks!
well i have tried 3-4 different offsets. and some of them wont even allow me to start the profile, just says PQR not loaded or whatever. and others will start up, but certain keybinds wont work. and i wouldnt be surprised if other things didnt work if i went ahead and tried a LFR or something.
we really need some working offsets. and someone told me that the reason my one keybind wasnt working was because of the GetCurrentKeyBoardFocus line. well i changed that to like 3 different ones i found, and the same problems occur. either PQR wont let me start the profile, or the keybind doesnt work.
i really hope xelper can help us all out here pretty soon. i sent him a PM telling him about whats been goin on, but not sure when he will be able to help. anyone have any other ways of contacting him?
ugh..this sux. lol
Anyone know where I can find the code to change the pause key in a profile?
Using AzN's mage profile and I would like to make pause left alt.