This project is abandoned and its default file will likely not work with the most recent version of World of Warcraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.
Despite development being abandoned this is an amazing add-on for all healers. However i have one problem:
How do you get it to work with out having to reset all your bindings in the menu every time you log on or go in to a raid and your first dungeon after logging in?
I use my left and right mouse buttons together to move. After installing click2cast, i can no longer do this. how do i set this up so i can use my mouse to move my toon?
I wonder if there will be an update for 3.3? I can get Click to work, but it takes some finigeling at every log in and every change to the group (10man to 25, etc). Great mod. I love it.
there have been some changes for the TargetofTargetFrame and thats why its broken, you can replace in Click2Cast.lua line:46 ClickCastFrames[TargetofTargetFrame] = true with --ClickCastFrames[TargetofTargetFrame] = true to make it work again, but the targetoftarget wont work with this hack, but better have it without targettarget than completely broken:O
Thank you very much, Dezzimal. I find it curious that a single misnamed frame would cause all of the frames to stop working. Perhaps that, too, is a bug? Perhaps some sort of
ifFrameIsValid(frame)then
should be added at lines 108 and 137.
Edit 20091217: That is, by the way, pseudocode. I am not a lua programmer, nor do I have any experience with the WoW/Ace addon API.
Does anybody know why I cannot generate mesh in Click2Cast? It tells me to change the ingate or check the stl file?
Despite development being abandoned this is an amazing add-on for all healers. However i have one problem:
How do you get it to work with out having to reset all your bindings in the menu every time you log on or go in to a raid and your first dungeon after logging in?
"CompactPartyFrameMember{x}"
"CompactRaidFrame{x}"
"CompactRaidGroup{x}Member{y}"
Also, I would like to see support for the WoW mouse. The clicks to register for are:
"Button{x}Up" where {x} goes up to 15.
esc --> interface --> addons -- click2cast
I use my left and right mouse buttons together to move. After installing click2cast, i can no longer do this. how do i set this up so i can use my mouse to move my toon?
http://www.wowace.com/addons/click2cast/files/
It's really good addon for casters! ))))
Appreciate the minor fixes. Keep up the good work!
line:46 ClickCastFrames[TargetofTargetFrame] = true
with --ClickCastFrames[TargetofTargetFrame] = true
to make it work again, but the targetoftarget wont work with this hack, but better have it without targettarget than completely broken:O
Thank you very much, Dezzimal. I find it curious that a single misnamed frame would cause all of the frames to stop working. Perhaps that, too, is a bug? Perhaps some sort of
should be added at lines 108 and 137.
Edit 20091217: That is, by the way, pseudocode. I am not a lua programmer, nor do I have any experience with the WoW/Ace addon API.
Thanks Dezzimal! Works like a charm. I was seriously not going to play lol. I love this addon that much! hehe.
In click2cast.lua line #46 change ClickCastFrames[TargetofTargetFrame] = true to read as this instead: ClickCastFrames[TargetFrameToT] = true