i'll definitely look into how i can optimize threat a little bit better....... i left the pause ever after learning how to hold down a modifier to cast DnD just because it's still really easy to do haha, and the pause button gives so much more flexibility
yea that was sort of where I was going with my whole idea for BS..... i just couldn't find a way to get vengeance or anything haha. i guess i can just use health percentages that might be able to work......
lol my current project is bouncing between a leveling feral druid or a kick ass pvp/arena sub rogue (druid is 50ish and rogue is 70ish)
LOOOOOOOONG SHOT, but is it because I have é in my name? I've thought of everything and maybe thats the issue? It doesn't heal people with weird characters in their name?
Also, was Beacon code (where u hold left alt key) removed from the rotation? I can't seem to find it.
yea lol it wasn't written yet
i was thinking of whats the easiest way to do the beacon targeting code without doing another full party check outside of auto-targeting.... but haven't gotten around to it yet.....
i don't think weird characters should make any difference >.> and i also have yet to repeat the issue you've been having......
can anyone else with weird characters in their names report back if they are having similar issues?
is anyone else experiencing problems with the bot not injecting properly anymore?
ie. is the bot still working for you ?
Last edited by diesall; 10-25-2011 at 11:26 PM.
ok thanks, strange i thought it might be something they hotfixed or something , my bot loads onto my current toon but nothing functions and theres no PQR globel enivrionment set
i just ran a backup warcraft install its working fine there .... must be something ive cached
found it: FYI do not attempt to use taint logging it will conflict with PQR
i was half asleep last night and wanted to try and trace back taints i was receiving from a few addons through PQR
Last edited by diesall; 10-26-2011 at 12:50 AM.
It looks like the problem is occurring when it is trying to attach to your WoW/install the detour/check the playername/class... just to verify, your WoW is version 14333 (the live version) correct?
![]()
Hey guys,
Instead of having to search through 100s of pages to find a particular profile, I dont suppose there is anyway you could update the primary post is there?
Cheers,
Shar.
Hi,
I've been using a sub rogue profile from Sheuron, it's been tweaked to keep slice and dice up and recuperate and seems to work quite well in PVP. One thing I would like to do is have the ability to cast tricks of the trade to a player in a BG or arena.
Anyone got a thought on how to accomplish this? the 15% damage buff would come very handy to the player I cast it to. Below is Sheuron's code for PVE, wonder if it could be tweaked for PVP.
if UnitCanAttack("player","target") and UnitIsDead("target") == nil and UnitHealth("target") > UnitHealthMax("player") and UnitName("target") ~= "Raider's Training Dummy" and UnitInRaid("player") == nil then
local InParty = GetNumPartyMembers()
if InParty > 0 then
for i = 1, InParty, 1 do
local member = "party"..tostring(i)
if UnitGroupRolesAssigned(member) == "TANK" and UnitIsDead(member) == nil then
if UnitThreatSituation(member,"target") ~= 3 and UnitInRange(member) then CastSpellByID(57934,member) end
end
end
end
end
Anyone have any suggestions as to how to make Arcane Missles fire back-to-back? From what I can tell in the LUA code, it should execute, but for some reason it never casts right after the other - always requires some spell to be cast inbetween.
Offsets for PTR 14890.
http://dl.dropbox.com/u/39925787/Offsets_14890.xml
I will reupload 1.1 with these offsets shortly.