Heres the PTR 17205 offsets.
https://dl.dropboxusercontent.com/u/...79/Offsets.zip
Heres the PTR 17205 offsets.
https://dl.dropboxusercontent.com/u/...79/Offsets.zip
WoW LUA Script Developer
Need Something Custom? WarmaneScripts.com
Skype - grapejuice111
Here is the copy and paste
<?xml version="1.0" encoding="UTF-8"?>
<Offsets>
<CurrentWoWVersion>17205</CurrentWoWVersion>
<WoWVersionOffset>0xD9BDD5</WoWVersionOffset>
<PlayerName>0xFE1CA0</PlayerName>
<PlayerClass>0xFE1E1D</PlayerClass>
<GetCurrentKeyBoardFocus>0xCC3658</GetCurrentKeyBoardFocus>
<GameState>0xE831E6</GameState>
<Lua_DoStringAddress>0x5A74F</Lua_DoStringAddress>
<Lua_GetLocalizedTextAddress>0x487D8C</Lua_GetLocalizedTextAddress>
<CVarBaseMgr>0xCA4110</CVarBaseMgr>
<CVarArraySize>0x400</CVarArraySize>
<ObjMgr>0xDD62FC</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>
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
This is the old interrupt code from failroad:
I am modifying the interrupt list all the time. For example I want to interrupt dominate mind manually so I deleted it from the interrupt list.Code:--Pum-- if cdRemains(6552) == 0 and rangeCheck(6552,castingTarget) == true and ( PQR_IsOnInterruptList(cName) ~= nil or PQR_IsInterruptAll() ~= nil ) and currentPercent &gt;= intPctDelay then _castSpell(6552,castingTarget) PQR_DelayRotation(.5) end
Yet the profile interrupts dominate mind the whole efing time :S
Interrupt all box is not checked. And I never load xelper's or anyone elses interrupt rotation.
What could possibly be the reason it interrupts dominate mind?
My PQR just crashed. I ran the PQR updater, and got a new login box, one that offers the opportunity to donate money, via Paypal, for the great work on PQR. However, as soon as I tried to enable PQR in the game using Alt-X, PQR crashed again.
Edit: I just relaunched the game using the new PQR launch box, and can enable PQR now.![]()
Last edited by map1000; 07-20-2013 at 10:46 AM.
Is anyone having problems with PQR randomly making the game freeze on the release?
I still have failroad and bggree profiles, I was wondering why these two profiles stopped working,any insight of warriors changes? I am trying to revive them for a friend who purchased them. Where are u Failorad? Come on dude and start a new page plz...
Try it with the less codes you need. Something like this.
If you do not use interruptall dont keep it.Code:--Pum-- if cdRemains(6552) == 0 and rangeCheck(6552,castingTarget) and PQR_IsOnInterruptList(cName) ~= nil and currentPercent >= intPctDelay then _castSpell(6552,castingTarget) end
Also make sure your returns are correct values. When targetting someone casting type in chat
/run print(castingTarget)
Test your values and make sure you are looking for correct values. ~= nil will not detect any difference between 0 and 1 and such.
Do that everytime you want to make sure your vars are returned correctly.
Hope this helps. Btw didnt test code, am on my iPhone in vacations!! Good luck![]()
Last edited by CodeMyLife; 07-20-2013 at 02:42 PM.
Soapbox Rotations Developer
yes Ballers I have this problem with the cute rogue profile, and Vinshom rogue pvp profile;but all the other profiles work well
If it can be of any interest to anyone i am gonna post a warrior protection rotation soon and I will make it work for Fury also. I should have the prot released by the end of next week have already a couple testers using it. Fury, i'd say 2-3 weeks. Keep in touch
I will need someone that know the ins and outs of fury to help me fine tuning this. PM me if you want to contribute!!
Edit : Well I'm gonna ask Ghostcore actually but if you have suggestions of secific things for fury, if you ask it you probably will get it!
Last edited by CodeMyLife; 07-20-2013 at 10:34 PM.
Soapbox Rotations Developer
update the bot + my offsets been off wow for around a month but it cannot seem to find the game to load to ? Any ideas please thanks!