Could you include this code in a next release? So that blizz party frames also works? I could make a patch file, but this is just added a few lines in Click2Cast.lua line 36
function Click2Cast:OnEnable()
if not ClickCastFrames then
ClickCastFrames = {}
end
self.clickFrames = ClickCastFrames
ClickCastFrames[PlayerFrame] = true
ClickCastFrames[TargetFrame] = true
---add from here---
ClickCastFrames[PetFrame] = true
ClickCastFrames[PartyMemberFrame1] = true
ClickCastFrames[PartyMemberFrame2] = true
ClickCastFrames[PartyMemberFrame3] = true
ClickCastFrames[PartyMemberFrame4] = true
ClickCastFrames[PartyMemberFrame1PetFrame] = true
ClickCastFrames[PartyMemberFrame2PetFrame] = true
ClickCastFrames[PartyMemberFrame3PetFrame] = true
ClickCastFrames[PartyMemberFrame4PetFrame] = true
ClickCastFrames[TargetFrame] = true
ClickCastFrames[TargetofTargetFrame] = true
---to here---
I am kind of obsessed with replacing my working addons with their lightweight alternatives. That is why I was thrilled to get the Click2Cast running.
Apart from that, binding some action directly to some key is the feature that really rocks!
However, there is one core thing missing (or I am just dump). Could someone please clarify, whether there is a option to define one binding to several types of targets? I mean basically friendly and hostile. With the number of abilities it is necessary for me as a druid to have for example Shift+Leftclick bound to Healing Touch (pointing at my frame) and to Starfire at the same time (pointing at mob being killed).
Yeah, it does but it doesn't mean any bad. I like the simplicity of it. However, the division of friendly and hostile targets is the absolute necessity for me.
Could you include this code in a next release? So that blizz party frames also works? I could make a patch file, but this is just added a few lines in Click2Cast.lua line 36
Yeah, it does but it doesn't mean any bad. I like the simplicity of it. However, the division of friendly and hostile targets is the absolute necessity for me.
Set the action to macro text, then do something like
Could you include this code in a next release? So that blizz party frames also works? I could make a patch file, but this is just added a few lines in Click2Cast.lua line 36
Done, thanks.
Thanks,
But in the code I posted there is twice the line "ClickCastFrames[TargetFrame] = true". I copied a line to much...
for two days now i get the following error. i use the german client and the version is the latest of today in the morning (updated with WoWAceUpdater)
its maybe the same error that the others reported but since noone sent the error report...
Update, I just fixed it.
You are developing C2C?
Could you include this code in a next release? So that blizz party frames also works? I could make a patch file, but this is just added a few lines in Click2Cast.lua line 36
Apart from that, binding some action directly to some key is the feature that really rocks!
However, there is one core thing missing (or I am just dump). Could someone please clarify, whether there is a option to define one binding to several types of targets? I mean basically friendly and hostile. With the number of abilities it is necessary for me as a druid to have for example Shift+Leftclick bound to Healing Touch (pointing at my frame) and to Starfire at the same time (pointing at mob being killed).
Is there some option to define it?
Thank you very much.
Done, thanks.
Thanks,
But in the code I posted there is twice the line "ClickCastFrames[TargetFrame] = true". I copied a line to much...
Sorry for that...
Makes it so you can cast stuff while not hovering over a unit frame, like Shadowform, etc.
http://ace.pastey.net/49246
i have this problem 2 in 38227 rev.
ok where to find previous version?
http://files.wowace.com/Click2Cast
version of 22 may I think it was works fine get that one till it is fixed.
its maybe the same error that the others reported but since noone sent the error report...
well, hopefully its ficxed till friday :)
have fun
First, in the latest revision of Click2Cast as of this posting, any spells with ranks defined won't cast (everything else seems to work fine.)
Second, I'm experimenting with /stopcasting to try and get my priest's heals to be a bit faster. I want to use the following macro via Click2Cast:
/stopcasting
/cast [target=mouseover] Flash Heal
The problem being, I can't figure out how to make it work on the single line that you get in the Click2Cast macro options. Am I missing something?
I've tried all the suggestions previously mentioned in the thread.
Is this ever going to work in Click2cast?
/stopcasting;/cast [target=mouseover] Flash Heal
-Ammo