no. btw if you see nameplate you can attack it using range spell (40 yds)
Sent from my iPhone using Tapatalk - now Free
Well advanced name plates includes a range check so maybe can use something similar ? Is there anyway to target a nameplate by guid or something ? Or set nameplate distance to melee range ?
Is there a Mac version of PQR and PQI?
help finish line where there are signs -???????? PTR is working on but need to add one line where ???????????????>>>>>>>>><ClntObjMgrGetActivePlayerObjAddress>0xD45E</ClntObjMgrGetActivePlayerObjAddress><<<<???????????
<?xml version="1.0" encoding="UTF-8"?>
<Offsets>
<CurrentWoWVersion>17481</CurrentWoWVersion>
<WoWVersionOffset>0xDAFDF5</WoWVersionOffset>
<PlayerName>0xFF6E28</PlayerName>
<PlayerClass>0xFF6FA5</PlayerClass>
<GetCurrentKeyBoardFocus>0xCD76D8</GetCurrentKeyBoardFocus>
<GameState>0xE9852E</GameState>
<Lua_DoStringAddress>0x5C8BB</Lua_DoStringAddress>
<Lua_GetLocalizedTextAddress>0x49F36A</Lua_GetLocalizedTextAddress>
<CVarBaseMgr>0xCB80E0</CVarBaseMgr>
<CVarArraySize>0x400</CVarArraySize>
<ObjMgr>0xDEA194</ObjMgr>
<CurMgr>0x462C</CurMgr>
???????????????>>>>>>>>><ClntObjMgrGetActivePlayerObjAddress>0xD45E</ClntObjMgrGetActivePlayerObjAddress><<<<???????????
<LocalGUID>0xE0</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>
guy's comeon someone make offset for PTR I would appreciate it, thank you whoever make it.
PTR Build = 17498
I'm having a problem with the following two pieces of code for different abilities. However the code comes up with the same error which is bugging the hell out of me.
and the other codePHP Code:
if (select(7,UnitBuffID("pet",115939)) - GetTime() < 1)
then return true end
The error I receive is.PHP Code:
local BWStart, BWDuration = GetSpellCooldown(19574)
local BWCD = BWStart + BWDuration - GetTime()
attempt to perform arithmetic on a nil value
However I don't believe any of the code actually returns a nil value.
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
im also having the same problem as kronos20102
anyone know how to get this offset ?
your nil is if you don't have bw up it returns a nil
this is for the second code pc.
this sets your local to something thats not a nilCode:local BWStart, BWDuration = GetSpellCooldown(19574) local BWCD = 999 if UnitBuffID("player", id) then BWCD = BWStart + BWDuration - GetTime() else BWCD = 999 end
you then need to check if not 999 or your CDTime then do something. its prob the same thing with the pet code just check for the debuff first then do the math.
Please if someone helped you donate rep to them.
Nm wrong subject haha
Last edited by CodeMyLife; 10-19-2013 at 09:35 PM.
Soapbox Rotations Developer
id like a ptr build as well
I did Offsets_17498 WORKS but it is very small FPS. need to write a single line <ClntObjMgrGetActivePlayerObjAddress>0x?????????????????????????????????</ClntObjMgrGetActivePlayerObjAddress>
<?xml version="1.0" encoding="UTF-8"?>
<Offsets>
<CurrentWoWVersion>17498</CurrentWoWVersion>
<WoWVersionOffset>0xDAFE15</WoWVersionOffset>
<PlayerName>0xFF6E48</PlayerName>
<PlayerClass>0xFF6FC5</PlayerClass>
<GetCurrentKeyBoardFocus>0xCD76F8</GetCurrentKeyBoardFocus>
<GameState>0xE9854E</GameState>
<Lua_DoStringAddress>0x5CB2C</Lua_DoStringAddress>
<Lua_GetLocalizedTextAddress>0x49F829</Lua_GetLocalizedTextAddress>
<CVarBaseMgr>0xCB8100</CVarBaseMgr>
<CVarArraySize>0x400</CVarArraySize>
<ObjMgr>0xDEA1B4</ObjMgr>
<CurMgr>0x462C</CurMgr>
<LocalGUID>0xE0</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>
working offsets would be awesome!