I've manually renamed the file and tried doing it with updater itself as well and nothing seems to work even manually starting wow from the folder it will either say invalid wow as it has been or it won't even register that there is a wow open at all if I use the renamed file to launch the game. I'm probably missing something simple and stupid. But for the life of me I can't figure out what's going on. (I've searched through the forums and other people having a similar issue already) If anyone can help me out I would really appreciate it ! Thanks a bunch. (if it's a long explanation just pm me!)
Looks like CanHeal is broken, Not sure why
Anyone have a working CanHeal function? The nova data file one I was using is not working, this doesn't work either.
function CanHeal(t)
if UnitInRange(t)
and not UnitIsDeadOrGhost(t)
and not PQR_IsOutOfSight(t)
then return true else return false end
end
edit: This version works fine
function CanHeal(t, id)
if IsSpellInRange(GetSpellInfo(id),members[1].Unit) == 1 and not PQR_IsOutOfSight(t)
then return true else return false end
end
Last edited by averykey; 09-11-2013 at 02:35 PM.
My Svn - https://subversion.assembla.com/svn/averykeys-svn/
Am I the only person getting Dced from game multiple times due to lack of memory or something?
Ehhhh Idk what's wrong I tried that and nothing happened so I had to open up the wtf file in notepad and manually put SET taintLog setting 0 in there but it's still not connecting at all with WoW or if I chose one of the other wows it will just say invalid.
Thanks. I have the community page (at least I think it's the community page, but I'm not sure) bookmarked. I only see one person offering an Affliction profile, and it's not updated for 5.4. Would this be the community page you're referring to: http://www.ownedcore.com/forums/worl...ml#post2652794 If so, it was last updated 8/13/2013. If that's not the correct one, could I bother you for a link to the current community page you're referring to? I've already used the search function with no results.
Thanks cukie. I replied to your PM, as well as here. I went to the link you provided for nilrem, but when I download his/her profile it says that it hasn't been updated for three months, and is still viable for 5.3. Was there somewhere else I should be going to get a 5.4 compatible affliction profile?
If it is just saying invalid then you are "actually" running the 64-bit client.
There are a few things you can do to fix this.
- PQR function on pick Process window, "Disable WoW-64". This basically renames your 64-bit client so the 32-bit client doesn't switch to it. (this is due to an internal function that checks your system info)
- Rename the Wow-64.exe to something else yourself.
-or-- Replace your Wow.exe with one that I give that disables the internal function that causes it to switch to 64-bit. or you can do the edit yourself if you have a hex editor since I provide the location anyways. (By the way there is only a 5 byte difference from the original client. So if you are worried about it you can check it yourself with a byte comparison program.)
Thanks, Idk what I did but deleted a few things and now its attached! lol Now gotta try to figure out the profiles and such thanks again though!
Xhelper I been trying to use ur Ret Pally profile(pve) and its giving some issues. Basically i start the pull then it takes over for a sec then just stops and/or just sit there until exorcism come off cd at which point it casts that but then does nothing. Its just being really sketchy and im not sure if its me not know this bot or the profile. Can u pls help and no need to be rude kinda new to this so just trying to understand.
To you Billy I suggest you read this guide and then try to install CML's paladin-profile again, this time with PQInterface so it can work properly.
http://www.ownedcore.com/forums/worl...p-use-pqr.html ([GUIDE] How to Setup and Use PQR)
okay so i did everything here and still nothing. i have the PQI installed and still its just standing there no matter the macros i use and the config says nothing. i mean i start the rotation. alt x and it says rotation enabled. but its not attacking at all, even after i attack first it doesnt continue.
Xhelper rotation attacks but it doesnt cast judgement, crusader strike ever.
Last edited by billythefukingkid; 09-11-2013 at 08:59 PM.