Category: Unit Mods
Addon Information
Works with 3.2
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Cladhaire's Portal Bug Reports Feature Requests
Author:
Version:
r130
Date:
11-14-2009 01:12 PM
Size:
66.94 Kb
Downloads:
813,717
Favorites:
3,143
MD5:
Pictures
Click to enlarge
Showing the new tab, and the Clique UI
Click to enlarge
Showing profile window, and a few click-casts
Click to enlarge
Showing the frame editor where you can exclude frame from click-casting
Click to enlarge
Creating a custom macro
Click to enlarge
Clique's /clique showbindings window
Clique   Popular! (More than 5000 hits)
Clique is a simple GUI that lets you assign click-casting for any number of unit frames. Click casting allows you to define the behavior the game takes when you click on a frame. This can be casting spells, running a macro, using an item, or something as simple as changing targets or assisting a unit.

To begin with Clique, simply open your spellbook, and click the new tab that exists there. This is the Clique configuration tab, and you can open it anytime you are not in combat to configure your clicks.

If all you want is simple spell casting, find the spell in your book, and click on it (using the combination of keys and mouse button you would like) and it will be added to the list on the right-hand pane. You can always cast the MAX rank of a spell, by clicking the "Max" button when you have a spellcast selected.

In addition to basic click-casting, Clique has the concepts of click-sets. There are four different click-sets that can be selected (in the upper right-hand corner):
  • Default: These are the fall-through actions that will be used when another action isn't found.
  • Harmful actions: These actions will be taken if you are clicking on a mob that is hostile to you (i.e. it's attackable). This allows you to define a different set of clicks for enemies.
  • Helpful actions: These actions will be taken if you are clicking on a mob that is an ally (i.e. it's assistable). This allows you to define a different set of clicks for supporting your allies.
  • Out-of-combat: These clicks override any other click-set, and only exist when you are out-of-combat (such as buffing your party, etc). This prevents you from say, group buffing in the middle of combat, costing half of your mana bar.

Steelseries MMO (WoW) Gaming Mouse

I have added support for the Steelseries MMO (WoW) gaming mouse, but the driver needs to be configured in a specific way in order to make things work intelligently. By default the mouse is configured to send commands to game, and can be configured through the configuration program. It does this by sending the appropriate keyboard commands (such as M for opening the world map). This is obviously a bad way to operate.

In patch 3.2.2, WoW added native support for this sort of mouse, with higher buttons that range up through 32. Do the following:
  1. Open the Steelseries configuration program
  2. For the six buttons on the side, the four extra buttons on top and the two buttons on the right, right click them and select "Disable/Clear"
  3. Uncheck the "Enable in-game mode" checkbox
  4. Log into WoW and open the Interface Options menu
  5. Select the "Mouse" sub-category
  6. Check the "Detect WoW Mouse" checkbox, and ensure that WoW is able to detect your mouse.

Once this is done, you can just use the buttons as you do the left and right buttons. You can configure them in Clique, in the Key Bindings menu, or anywhere that the others might be allowed.

Clique may work with other mice such as the Razr Naga, but I'm unable to confirm this without a mouse to test with.

I am an addon author, how do I register my frames for click-casting?

It's simple, and it works for more addons than just Clique. You just run the following code first, to make sure the global table exists. Then you add your buttons to the table with the FRAME object as the key, and true as the value, like so.

Code:
ClickCastFrames = ClickCastFrames or {}
ClickCastFrames[PlayerFrame] = true
Now any addon that implements this click-casting standard will see and recognize your frames. You should ensure that all of the buttons you register in this way have names, so they can appear in configuration screens.

Clique and dual talent specs
In addition Clique allows you to set up different profiles, and can automatically switch between them when your character changes talent groups. In order to set this up, simple create the two profiles you would like to use (on the Profiles) button, and then open the Options button to set them to your primary and secondary specs.

http://www.wowinterface.com/forums/s...ead.php?t=7106

Do not post bugs in my comments. If you find a bug, post it on my issues list, or it won't get fixed. I do not have the time to wade through these comments, and the forums, and fix the issues. Thanks.

http://code.google.com/p/wow-clique/issues/list

Here are some videos of how to use Clique:

Healing with Grid and Clique by Bufe

http://www.bufe.no/tutorials/


*** Please note, Clique does not need any of the software downloaded in this video, other than Clique itself. Clique works with the default UI and most unit frame addons. You do NOT need to download WowAceUpdater or Grid in order to use Clique ***

Introduction to Clique
http://video.google.com/videoplay?do...94326108730311

Rebinding Menu, other Advanced Features
http://video.google.com/videoplay?do...05783428405078

Creating a custom macro in Clique
http://video.google.com/videoplay?do...89369861870162


How to use Clique
1. Install the addon
2. Open your spellbook
3. You should see a new tab. This is the Clique configuration UI. Click on this tab to open the Clique UI
4. You should see a row of buttons at the bottom, but lets ignore them for now.
5. Navigate to a spell in your spellbook (It can be anything that isn't passive, including Pet spells)
6. Click directly on the spell, holding down any of the Alt/Control/Shift keys in combination, or none of them.
7. This defines a "click-cast" in the CliqueUI. Now anytime you use that combination of modifiers and button on any unit frame which is defined as click-castable, you will cast the spell ON THAT UNIT if its able to be a targeted spell.
8. Click on the Clique tab again, to close the configuration UI

How do I STOP Clique from click-casting on a specific frame, but leave it active on others

1. Open the spellbook
2. Open the Clique UI
3. Click the "Options" button.

Any frames that are checked will be managed by Clique. Simply find the frame in the list, and uncheck it. If you don't know the name of a frame you can use the following script, while putting your mouse over the frame:

/script ChatFrame1:AddMessage("You are hovering over frame: " .. GetMouseFocus():GetName())

How do I set up common profiles for my priests, for example

1. Open the spellbook
2. Open the Clique UI
3. Click on the "Profiles" button
4. Click on the "New" button
5. Type in the name of the profile you'd like to create, say "Priests"
6. Click "Ok"
7. You will see confirmation in your main chat frame that Clique has changed to the new profile.

How do I select that profile on another character, so they can share?

1. Open the spellbook
2. Open the CliqueUI
3. Click on the "Profiles" button
4. Select the profile you would like to choose
5. Click on the "Set" button
6. You will see confirmation in the main chat frame that Clique has changed to the profile.

Wild Growth does not work properly!

This is an issue with World of Warcraft's resolution of Wild Growth targets. There's nothing that I can do to fix it, but you can use the following Clique macro instead of binding the spell directly:

Code:
/cleartarget
/cast [target=mouseover] Wild Growth
/targetlasttarget
Donations:
Some people have asked, so here is a way to send me donations:

  Change Log - Clique
------------------------------------------------------------------------
r130 | Cladhaire-15704 | 2009-11-14 18:04:53 +0000 (Sat, 14 Nov 2009) | 2 lines

Fix the sorting of higher button options

------------------------------------------------------------------------
r129 | Cladhaire-15704 | 2009-11-14 17:55:35 +0000 (Sat, 14 Nov 2009) | 11 lines

Added support for Steelseries MMO Gaming Mouse, with a few caveats and setup requirements:

* You must open the Steelseries mouse configuration screen and set each button (except Left/Right/Middle/Button4/Button5) to "Disable/Clear". This ensures they don't try to send WoW commands, which it does by sending keyboard keys (like M to open the map).

* You should disable "Enable in-game mode".

* In-game you must open interface options, and go to the mouse configuration tab. There you need to select "Detect WoW Mouse". If it doesn't work, you'll need to play with things a bit.

Then you should be able to use the mouse natively, taking advantage of all buttons in Clique and WoW in general (as buttons, not as keys).

------------------------------------------------------------------------
r127 | Cladhaire-15704 | 2009-11-02 15:01:09 +0000 (Mon, 02 Nov 2009) | 1 line

Added support for extra mouse buttons

------------------------------------------------------------------------
r125 | Cladhaire-15704 | 2009-08-05 18:50:49 +0100 (Wed, 05 Aug 2009) | 1 line

Fixing a localization issue when applying clicks in combat
------------------------------------------------------------------------
r123 | Cladhaire-15704 | 2009-08-05 10:23:12 +0100 (Wed, 05 Aug 2009) | 1 line

Interface version update
------------------------------------------------------------------------
r122 | Cladhaire-15704 | 2009-08-05 09:27:22 +0100 (Wed, 05 Aug 2009) | 1 line

Allow Clique to make changed in combat.. using frame:CanChangeAttribute()
------------------------------------------------------------------------
r121 | Cladhaire-15704 | 2009-04-17 08:48:50 +0100 (Fri, 17 Apr 2009) | 2 lines

Added preliminary support for Blizzard's arena frames

-----------------------------------------------------------------------
r121 | Cladhaire-15704 | 2009-04-17 08:48:50 +0100 (Fri, 17 Apr 2009) | 2 lines

Added preliminary support for Blizzard's arena frames

------------------------------------------------------------------------
r119 | Cladhaire-15704 | 2009-04-15 22:06:04 +0100 (Wed, 15 Apr 2009) | 2 lines

Fixed the code used to detect talent changes, should work correctly now

------------------------------------------------------------------------
r118 | Cladhaire-15704 | 2009-04-15 21:53:28 +0100 (Wed, 15 Apr 2009) | 2 lines

Fixed an error that could occur when mousing over empty slots in the spellbook

------------------------------------------------------------------------
r116 | Cladhaire-15704 | 2009-03-28 10:20:11 +0000 (Sat, 28 Mar 2009) | 2 lines

Updated Clique to use ACTIVE_TALENT_GROUP_CHANGED

------------------------------------------------------------------------
r115 | Cladhaire-15704 | 2009-03-27 12:10:08 +0000 (Fri, 27 Mar 2009) | 2 lines

* Fix profile switching system so it stores the options in 'char' rather than 'profile'.. duur

------------------------------------------------------------------------
r114 | Cladhaire-15704 | 2009-03-27 11:50:41 +0000 (Fri, 27 Mar 2009) | 4 lines

* Removed old "MAX" button, since the game no longer encourages downranking.
* Added an "options" button that allows you to enable/disable profile switching when changing talent specs
* Fixed a taint issue due to using UIFrameFlash

------------------------------------------------------------------------
r113 | Cladhaire-15704 | 2009-01-27 11:27:11 +0000 (Tue, 27 Jan 2009) | 3 lines

* Fix an error that caused custom pet actions to have a display error
* The Clique configuration window will now properly be visible on the pet tab

------------------------------------------------------------------------
r112 | Cladhaire-15704 | 2008-11-29 17:05:08 +0000 (Sat, 29 Nov 2008) | 2 lines

Make ruRU locale only apply when the user is using a ruRU client

------------------------------------------------------------------------
r111 | Cladhaire-15704 | 2008-11-28 12:09:38 +0000 (Fri, 28 Nov 2008) | 2 lines

Added ruRU localization courtesy of gzukka

------------------------------------------------------------------------
r110 | Cladhaire-15704 | 2008-11-06 10:48:10 +0000 (Thu, 06 Nov 2008) | 2 lines

* Added localization for esES and esMX thanks to iflores23

------------------------------------------------------------------------
r109 | Cladhaire-15704 | 2008-11-03 19:09:36 +0000 (Mon, 03 Nov 2008) | 2 lines

* Fix an issue with the new profile dialog when clicking the "Accept" button

------------------------------------------------------------------------
r108 | Cladhaire-15704 | 2008-10-13 21:45:19 +0100 (Mon, 13 Oct 2008) | 2 lines

Fixed an error when mousing over an empty spellbook slot

------------------------------------------------------------------------
r107 | Cladhaire-15704 | 2008-10-13 21:28:09 +0100 (Mon, 13 Oct 2008) | 2 lines

Removed conditional WoTLK code

------------------------------------------------------------------------
r106 | Cladhaire-15704 | 2008-10-13 20:19:52 +0100 (Mon, 13 Oct 2008) | 8 lines

* Fixed deprecated use of 'this' in a number of places
* Fixed an issue where the icon selection screen gave an error
* Added a tooltip to the dropdown selector button and the Clique tab button
* Fixed the toggling behavior of Clique when entering combat
* Altered frame levels of the Clique UI so the windows should be usable in all situations
* Double-clicking an entry will edit it
* Rephrased "Stop Casting" to "Cancel Pending Spellcast", since it reflects what the option does

------------------------------------------------------------------------
r105 | Cladhaire-15704 | 2008-10-13 19:18:20 +0100 (Mon, 13 Oct 2008) | 2 lines

Only specify a spell rank when the "Show all spell ranks" button is selected

------------------------------------------------------------------------
r104 | Cladhaire-15704 | 2008-10-13 19:17:20 +0100 (Mon, 13 Oct 2008) | 2 lines

Make the spellbook tab/button disappear when we're on the glyph screen

------------------------------------------------------------------------
r103 | Cladhaire-15704 | 2008-10-13 19:16:55 +0100 (Mon, 13 Oct 2008) | 2 lines

Update table of contents

------------------------------------------------------------------------
r102 | Cladhaire-15704 | 2008-08-11 21:16:01 +0100 (Mon, 11 Aug 2008) | 2 lines

Added reference to IsWrathBuild()

------------------------------------------------------------------------
r101 | Cladhaire-15704 | 2008-08-11 21:11:36 +0100 (Mon, 11 Aug 2008) | 2 lines

Added code to fix the scroll and dropdown frames in WoTLK

------------------------------------------------------------------------
r100 | Cladhaire-15704 | 2008-08-10 18:00:10 +0100 (Sun, 10 Aug 2008) | 2 lines

Fixed an issue with mousing over a spellbook button in WoTLK

------------------------------------------------------------------------
r99 | Cladhaire-15704 | 2008-07-31 16:43:12 +0100 (Thu, 31 Jul 2008) | 2 lines

Fixed a number of issues with the edit UI

------------------------------------------------------------------------
r98 | Cladhaire-15704 | 2008-07-04 08:31:09 +0100 (Fri, 04 Jul 2008) | 2 lines

Remove a stray SetMultiline(true)

------------------------------------------------------------------------
r97 | Cladhaire-15704 | 2008-07-04 08:29:11 +0100 (Fri, 04 Jul 2008) | 2 lines

Make the one-line argument boxes not accept the enter character

------------------------------------------------------------------------
r96 | Cladhaire-15704 | 2008-04-07 13:25:56 +0100 (Mon, 07 Apr 2008) | 2 lines

* Added wowi:dirname so zips are generated properly

------------------------------------------------------------------------
r95 | Cladhaire-15704 | 2008-04-07 13:23:28 +0100 (Mon, 07 Apr 2008) | 3 lines

* Fixed tooltip bindings so there are no more duplicates
* Added a /clique showbindings command that will show a draggable window that shows the current clique bindings. This window will not update when your bindings change and currently doesn't retain its position on-screen
.

------------------------------------------------------------------------
r94 | Cladhaire-15704 | 2008-04-05 16:56:01 +0100 (Sat, 05 Apr 2008) | 3 lines

* Removed old database upgrading code
* Added version field to table of contents

------------------------------------------------------------------------
r93 | jnwhiteh | 2008-03-25 18:42:45 +0000 (Tue, 25 Mar 2008) | 2 lines

* Updated .toc

------------------------------------------------------------------------
r92 | jnwhiteh | 2007-11-15 21:53:52 +0000 (Thu, 15 Nov 2007) | 3 lines

* Fixed an issue relating to Polymorph (Rank 1: Pig) and the way the rank text was changed. The system should now work for any ranks, numeric or not.
* Renamed the "Options" button to "Frames"

------------------------------------------------------------------------
r91 | jnwhiteh | 2007-11-12 21:33:20 +0000 (Mon, 12 Nov 2007) | 1 line

Added COPYING and LICENSE.
------------------------------------------------------------------------
r90 | jnwhiteh | 2007-11-12 20:13:48 +0000 (Mon, 12 Nov 2007) | 2 lines

* .toc update

------------------------------------------------------------------------
r89 | jnwhiteh | 2007-11-12 20:12:17 +0000 (Mon, 12 Nov 2007) | 2 lines

* Updated to Dongle-1.1

------------------------------------------------------------------------
r88 | jnwhiteh | 2007-09-27 19:18:24 +0100 (Thu, 27 Sep 2007) | 3 lines

* Currently in patch 2.2 Blizzard changed the unit attribute resolution. As a result, a unit attribute of "nil" is different from a unit attribute that has never been set. This release works around this issue by only setting the attribute if you've set it in your configuration.
* If you set the "unit" argument for a given custom type, and then clear it, you will need to reload your UI in order to get teh change applied. This should not affect the average user in any way.

------------------------------------------------------------------------
r87 | jnwhiteh | 2007-09-25 23:32:06 +0100 (Tue, 25 Sep 2007) | 2 lines

* Update to fix issues with TargetUnit and other attributes

------------------------------------------------------------------------
r86 | jnwhiteh | 2007-09-25 21:51:58 +0100 (Tue, 25 Sep 2007) | 2 lines

* .TOC update

------------------------------------------------------------------------
r85 | jnwhiteh | 2007-09-25 21:27:32 +0100 (Tue, 25 Sep 2007) | 2 lines

* Fix for the 2.2 issue with odd cast targets

------------------------------------------------------------------------
r84 | jnwhiteh | 2007-06-18 14:58:47 +0100 (Mon, 18 Jun 2007) | 2 lines

* Updated localisations and altered the .toc file to ensure they load properly

------------------------------------------------------------------------
r83 | jnwhiteh | 2007-05-28 17:10:36 +0100 (Mon, 28 May 2007) | 2 lines

* Update to Dongle-1.0-r871 to fix the profile issue

------------------------------------------------------------------------
r82 | jnwhiteh | 2007-05-23 01:47:09 +0100 (Wed, 23 May 2007) | 2 lines

* .toc update for 2.1.0

------------------------------------------------------------------------
r81 | jnwhiteh | 2007-05-21 03:40:00 +0100 (Mon, 21 May 2007) | 2 lines

* Guard the sv conversion code to prevent an error

------------------------------------------------------------------------
r80 | jnwhiteh | 2007-05-20 19:54:34 +0100 (Sun, 20 May 2007) | 2 lines

* Updating to Dongle-1.0-r863

------------------------------------------------------------------------
r79 | jnwhiteh | 2007-05-20 19:48:30 +0100 (Sun, 20 May 2007) | 2 lines

* Updated to Dongle-1.0-r859

------------------------------------------------------------------------
r78 | jnwhiteh | 2007-05-20 16:51:04 +0100 (Sun, 20 May 2007) | 2 lines

* Base the options title off Clique.rev, which is pulled from Clique.luq

------------------------------------------------------------------------
r77 | jnwhiteh | 2007-05-20 16:46:13 +0100 (Sun, 20 May 2007) | 2 lines

* Removed a number of debug procedures

------------------------------------------------------------------------
r76 | jnwhiteh | 2007-05-20 16:43:18 +0100 (Sun, 20 May 2007) | 2 lines

* Changed the upgrade procedure to be more rigid, based on revision number

------------------------------------------------------------------------
r75 | jnwhiteh | 2007-05-20 16:38:49 +0100 (Sun, 20 May 2007) | 2 lines

* Fixing issue 44, with PROFILE_RESET localisation

------------------------------------------------------------------------
r74 | jnwhiteh | 2007-05-20 16:31:56 +0100 (Sun, 20 May 2007) | 2 lines

* Updated localisation for deDE and pulled out the custom help and labels.

------------------------------------------------------------------------
r73 | jnwhiteh | 2007-05-20 15:57:16 +0100 (Sun, 20 May 2007) | 2 lines

* Updated the logic for rank parsing. Should be more robust and work with other locales.

------------------------------------------------------------------------
r72 | jnwhiteh | 2007-05-20 15:51:55 +0100 (Sun, 20 May 2007) | 2 lines

* Fixed logic so you can assign clicks on PTR

------------------------------------------------------------------------
r71 | jnwhiteh | 2007-05-20 15:17:25 +0100 (Sun, 20 May 2007) | 2 lines

* Updated to Dongle-r849

------------------------------------------------------------------------
r70 | jnwhiteh | 2007-04-20 02:55:50 +0100 (Fri, 20 Apr 2007) | 2 lines

* Menu no longer requires an arg, so remove that from the options code.

------------------------------------------------------------------------
r69 | jnwhiteh | 2007-04-18 23:39:43 +0100 (Wed, 18 Apr 2007) | 2 lines

* Updating to Dongle-r315 to fix an issue with logout errors

------------------------------------------------------------------------
r68 | jnwhiteh | 2007-04-14 19:33:00 +0100 (Sat, 14 Apr 2007) | 2 lines

* Added error checking to the macro type

------------------------------------------------------------------------
r67 | jnwhiteh | 2007-04-14 19:24:13 +0100 (Sat, 14 Apr 2007) | 2 lines

* tostring() on entry.arg2

------------------------------------------------------------------------
r66 | jnwhiteh | 2007-04-14 19:19:50 +0100 (Sat, 14 Apr 2007) | 2 lines

* Trying to fix a clique macro issue

------------------------------------------------------------------------
r65 | jnwhiteh | 2007-04-14 19:18:12 +0100 (Sat, 14 Apr 2007) | 2 lines

* Attempt to fix an issue with numeric macro indices

------------------------------------------------------------------------
r64 | jnwhiteh | 2007-04-14 16:32:35 +0100 (Sat, 14 Apr 2007) | 2 lines

* Fixed an issue where macros would fail if they had no text, and no index.

------------------------------------------------------------------------
r63 | jnwhiteh | 2007-04-14 02:22:46 +0100 (Sat, 14 Apr 2007) | 2 lines

* Fix to sv conversion code

------------------------------------------------------------------------
r62 | jnwhiteh | 2007-04-14 02:18:18 +0100 (Sat, 14 Apr 2007) | 2 lines

* Dongle-1.0

------------------------------------------------------------------------
r61 | jnwhiteh | 2007-04-11 22:57:17 +0100 (Wed, 11 Apr 2007) | 2 lines

* Due to changes in Dongle, added a script to convert savedvariables, to retain profiles

------------------------------------------------------------------------
r60 | jnwhiteh | 2007-03-25 05:33:23 +0100 (Sun, 25 Mar 2007) | 2 lines

* Corrected locale string in frFR (closes issue 28)

------------------------------------------------------------------------
r59 | jnwhiteh | 2007-03-25 05:25:11 +0100 (Sun, 25 Mar 2007) | 3 lines

* Tooltip lines are only added when we're mousing over a frame.
* Added an option for /clique tooltip, which toggles the listing of clique-bindings in the unit tooltips

------------------------------------------------------------------------
r58 | jnwhiteh | 2007-03-25 02:00:05 +0100 (Sun, 25 Mar 2007) | 2 lines

* Initial work on tooltip listing of bindings

------------------------------------------------------------------------
r57 | jnwhiteh | 2007-03-24 23:25:28 +0000 (Sat, 24 Mar 2007) | 2 lines

* When a user learns a new spell tab, the Clique button will reposition accordingly.

------------------------------------------------------------------------
r56 | jnwhiteh | 2007-03-18 04:29:48 +0000 (Sun, 18 Mar 2007) | 2 lines

* Updated to Dongle-Beta1

------------------------------------------------------------------------
r55 | jnwhiteh | 2007-03-18 04:16:49 +0000 (Sun, 18 Mar 2007) | 2 lines

* Added support for changing profiles on commandline.

------------------------------------------------------------------------
r54 | jnwhiteh | 2007-03-18 03:50:01 +0000 (Sun, 18 Mar 2007) | 2 lines

* Updated to use Dongle-Beta1

------------------------------------------------------------------------
r53 | jnwhiteh | 2007-02-06 03:43:01 +0000 (Tue, 06 Feb 2007) | 2 lines

Resolved an issue where custom edited macros were not saving harm/help buttons properly.

------------------------------------------------------------------------
r52 | jnwhiteh | 2007-02-06 03:42:09 +0000 (Tue, 06 Feb 2007) | 2 lines

Added a small debug function for troubleshooting that can be activated using /clique debug.

------------------------------------------------------------------------
r51 | jnwhiteh | 2007-01-15 02:18:05 +0000 (Mon, 15 Jan 2007) | 2 lines

Fixed a stray character

------------------------------------------------------------------------
r50 | jnwhiteh | 2007-01-15 01:31:18 +0000 (Mon, 15 Jan 2007) | 2 lines

* Resolved an issue where helpful and out-of-combat clicks could conflict, with the helpful click taking prescendence.

------------------------------------------------------------------------
r49 | jnwhiteh | 2007-01-13 00:06:49 +0000 (Sat, 13 Jan 2007) | 2 lines

Removed a stray "frame" argument in PLAYER_REGEN_ENABLED() that was causing clicks to not be set properly. Thanks [Ammo]!!!

------------------------------------------------------------------------
r48 | jnwhiteh | 2007-01-11 13:21:26 +0000 (Thu, 11 Jan 2007) | 2 lines

Fixed an issue where clicks weren't applying after the MAX or EDIT buttons were used

------------------------------------------------------------------------
r47 | jnwhiteh | 2007-01-11 03:55:02 +0000 (Thu, 11 Jan 2007) | 2 lines

Updated to Dongle-Beta0. Updated .toc file for 2.0.3.

------------------------------------------------------------------------
r46 | jnwhiteh | 2007-01-11 02:43:53 +0000 (Thu, 11 Jan 2007) | 2 lines

Updated to Dongle-Beta0

------------------------------------------------------------------------
r45 | jnwhiteh | 2007-01-11 02:27:03 +0000 (Thu, 11 Jan 2007) | 2 lines

Fixed a typo

------------------------------------------------------------------------
r44 | jnwhiteh | 2007-01-11 02:23:23 +0000 (Thu, 11 Jan 2007) | 3 lines

Added version checks and warnings for Dongle
Removed clique "special" mode

------------------------------------------------------------------------
r43 | jnwhiteh | 2007-01-09 01:36:35 +0000 (Tue, 09 Jan 2007) | 2 lines

Fixed a typo, appears to have resolved any clickset issues we've had

------------------------------------------------------------------------
r42 | jnwhiteh | 2007-01-08 03:05:37 +0000 (Mon, 08 Jan 2007) | 2 lines

Updated to work with Dongle-Beta0, at least in spirit

------------------------------------------------------------------------
r41 | jnwhiteh | 2007-01-02 20:34:41 +0000 (Tue, 02 Jan 2007) | 2 lines

* Updated to remove some stray globals from Copy/Paste of Blizzard code.

------------------------------------------------------------------------
r40 | jnwhiteh | 2007-01-02 20:13:35 +0000 (Tue, 02 Jan 2007) | 2 lines

* Urgent update to Dongle-0.5.1-Alpha

------------------------------------------------------------------------
r39 | jnwhiteh | 2007-01-02 01:10:52 +0000 (Tue, 02 Jan 2007) | 2 lines

* Fixed an issue where frames were registering too early

------------------------------------------------------------------------
r38 | jnwhiteh | 2007-01-01 23:58:07 +0000 (Mon, 01 Jan 2007) | 2 lines

* Fixed an issue where framed wouldn't unregister properly if deselected

------------------------------------------------------------------------
r37 | jnwhiteh | 2007-01-01 22:33:27 +0000 (Mon, 01 Jan 2007) | 2 lines

* Dongle-0.5.0-Alpha

------------------------------------------------------------------------
r36 | jnwhiteh | 2007-01-01 21:34:22 +0000 (Mon, 01 Jan 2007) | 2 lines

* Cleaned up a TON of attribute nastiness, which appears to have resolved any outstanding issues.

------------------------------------------------------------------------
r35 | jnwhiteh | 2007-01-01 20:19:36 +0000 (Mon, 01 Jan 2007) | 2 lines

* Trying to debug the ooc issue.

------------------------------------------------------------------------
r34 | jnwhiteh | 2007-01-01 18:09:03 +0000 (Mon, 01 Jan 2007) | 2 lines

* Updated to use new Dongle events for database/profiles

------------------------------------------------------------------------
r33 | jnwhiteh | 2006-12-31 06:25:50 +0000 (Sun, 31 Dec 2006) | 2 lines

* Fixed an issue where spells were not being masked properly due to 1 ~= "1"

------------------------------------------------------------------------
r32 | jnwhiteh | 2006-12-31 04:29:41 +0000 (Sun, 31 Dec 2006) | 2 lines

* Added helpful clicks to the masking process, so they are applied ooc.

------------------------------------------------------------------------
r31 | jnwhiteh | 2006-12-30 18:21:44 +0000 (Sat, 30 Dec 2006) | 2 lines

* Removed random test code

------------------------------------------------------------------------
r30 | jnwhiteh | 2006-12-30 18:20:31 +0000 (Sat, 30 Dec 2006) | 2 lines

* Fix for custom macros, which wouldn't work after editing

------------------------------------------------------------------------
r29 | jnwhiteh | 2006-12-30 17:16:44 +0000 (Sat, 30 Dec 2006) | 2 lines

* Updated to Dongle-0.4.2-Alpha

------------------------------------------------------------------------
r28 | jnwhiteh | 2006-12-30 17:09:37 +0000 (Sat, 30 Dec 2006) | 2 lines

* Fixed an issue with profile changes due to empty blacklist

------------------------------------------------------------------------
r27 | jnwhiteh | 2006-12-30 16:51:58 +0000 (Sat, 30 Dec 2006) | 2 lines

* Update to the clickset functionality to improve the logic and speed. Should greatly improve loadtimes when large raid mods (RDX) are loaded

------------------------------------------------------------------------
r25 | jnwhiteh | 2006-12-27 18:43:34 +0000 (Wed, 27 Dec 2006) | 2 lines

* Fixed an issue where attributes were being deleted on blacklisted frames

------------------------------------------------------------------------
r23 | jnwhiteh | 2006-12-21 21:54:35 +0000 (Thu, 21 Dec 2006) | 2 lines

* Updated to Dongle-0.3.1-Alpha

------------------------------------------------------------------------
r22 | jnwhiteh | 2006-12-16 00:24:52 +0000 (Sat, 16 Dec 2006) | 2 lines

* Resolved another outstanding issue with out-of-combat clicks

------------------------------------------------------------------------
r21 | jnwhiteh | 2006-12-15 22:37:35 +0000 (Fri, 15 Dec 2006) | 2 lines

* Updated to Dongle-0.3.0-Alpha

------------------------------------------------------------------------
r20 | jnwhiteh | 2006-12-15 22:32:58 +0000 (Fri, 15 Dec 2006) | 3 lines

Clique:
* Change API to reflect changes to Dongle

------------------------------------------------------------------------
r19 | jnwhiteh | 2006-12-15 02:27:26 +0000 (Fri, 15 Dec 2006) | 7 lines

* Resolved some outstanding issues with click priority, required signifgant changes
* Out-of-combat clicks should now have the highest priority, followed by harm/help, followed by default
* Resolved an issue with "Click Button"
* Identified an issue with the left click binding not working across reloads on the default blizzard raid frames. Do not have a fix for this yet, waiting on Blizzard
* Fixed an issue where the blacklist was not properly being applied. Blacklisted frames will no longer have attributes applied to them.


------------------------------------------------------------------------
r18 | jnwhiteh | 2006-12-07 02:46:30 +0000 (Thu, 07 Dec 2006) | 4 lines

Clique:
* Fixed icon issues, all non-set icons should now properly use the questionmark
* Added custom radio buttons, courtesy Beladona

------------------------------------------------------------------------
r17 | jnwhiteh | 2006-12-07 02:04:39 +0000 (Thu, 07 Dec 2006) | 6 lines

Clique:
* Moved some localisation around
* Added an edit box for macrotext when making a custom macro
* Removed outdated Print() function
* Added a "menu" action which will show the unit menu, if stored in the frame.menu variable

------------------------------------------------------------------------
r15 | jnwhiteh | 2006-12-06 02:18:00 +0000 (Wed, 06 Dec 2006) | 2 lines

* Updated to Dongle-0.2.2-Alpha to fix a potential issue with missing libraries

------------------------------------------------------------------------
r14 | jnwhiteh | 2006-12-06 01:34:40 +0000 (Wed, 06 Dec 2006) | 2 lines

* Fixed an issue with the new profile static pop-up, where clicking the "Accept" button would cause an error

------------------------------------------------------------------------
r13 | jnwhiteh | 2006-12-06 00:12:47 +0000 (Wed, 06 Dec 2006) | 2 lines

* Updated to Dongle-0.2.1-Alpha

------------------------------------------------------------------------
r12 | jnwhiteh | 2006-12-05 23:32:01 +0000 (Tue, 05 Dec 2006) | 2 lines

* Fixed an issue where the based actions would not display properly, and would error in the UI

------------------------------------------------------------------------
r10 | jnwhiteh | 2006-12-05 23:12:03 +0000 (Tue, 05 Dec 2006) | 3 lines

* Fixed a typo when leaving combat
* Added some separation to the potential bug in CliqueOptions.lua

------------------------------------------------------------------------
r8 | jnwhiteh | 2006-12-05 03:31:32 +0000 (Tue, 05 Dec 2006) | 5 lines

Clique:
* Too many updates to list
* Added a profile window where you can change/set profiles
* Added an options window where you can disable click-casting for named frames

------------------------------------------------------------------------
r5 | jnwhiteh | 2006-12-03 16:28:44 +0000 (Sun, 03 Dec 2006) | 2 lines

Clique: Some basic change to the profile system

------------------------------------------------------------------------
r4 | jnwhiteh | 2006-12-01 02:39:28 +0000 (Fri, 01 Dec 2006) | 2 lines

Clique: Changed line-ending bits, just to be done with it

------------------------------------------------------------------------
r3 | jnwhiteh | 2006-12-01 02:35:54 +0000 (Fri, 01 Dec 2006) | 2 lines

Clique: Removed truncating of profile names, and re-anchored. Trying to get the nested delete working properly

------------------------------------------------------------------------
r2 | jnwhiteh | 2006-11-30 23:37:37 +0000 (Thu, 30 Nov 2006) | 2 lines

Clique: Initial commit from old svn

------------------------------------------------------------------------
r1 | (no author) | 2006-11-30 17:50:43 +0000 (Thu, 30 Nov 2006) | 1 line

Initial directory structure.
------------------------------------------------------------------------
  Beta Files - Clique
File Name
Version
Hits
Size
Author
Date
r129
11
67kB
Cladhaire
11-14-2009 12:55 PM
r125
4
67kB
Cladhaire
11-14-2009 12:46 PM
r127
52
67kB
Cladhaire
11-03-2009 02:54 AM
r121
321
67kB
Cladhaire
04-17-2009 03:49 AM
r108
965
58kB
Cladhaire
10-13-2008 04:55 PM
  Archived Versions - Clique
File Name
Version
Size
Author
Date
r125
67kB
Cladhaire
08-05-2009 01:53 PM
r123
67kB
Cladhaire
08-05-2009 10:10 AM
r119
67kB
Cladhaire
04-15-2009 05:08 PM
r116
67kB
Cladhaire
04-07-2009 05:49 PM
r113
65kB
Cladhaire
01-27-2009 06:29 AM
r108
58kB
Cladhaire
10-15-2008 03:51 AM
  Comments - Clique
Post A Reply Comment Options
Old 08-17-2006, 11:44 AM  
Trimble Epic
A Deviate Faerie Dragon
 
Trimble Epic's Avatar
Interface Author - Click to view interfaces

Forum posts: 16
File comments: 18
Uploads: 2
Re: this is probly a stupid question but...

Quote:
Originally posted by rocker4glory
on the page where it teaches you to use the interface, it says how to bind 2 spells to one click, like
CastSpellByName("Nature's Swiftness")
SpellStopCasting()
CastSpellByName("Healing Touch")

i do this, but instead i put mark of the wild and thorns, ive tried different combinations, but it casts mark of the wild and then says, spell is not ready yet, i figured maybe its trying to cast thorns right away afterwards, ive tried different combos but they dont work. is there a way to put a delay before casting the second spell, or to command it to wait until the other spells are ready? or what combos will actually work?? thanks

-siaxin
It should be pointed out that there are only a very few select spells where the above will work. For a druid, the only 2 we have that work like this are Nature's Swiftness and Tiger's Fury. You can tell which spells do it by the fact that when you hit them, they do not trigger the global cooldown (when ALL your other spell icons spin)

Thorns and MotW both trigger global cooldown, therefore there is no way to cast them both with one button press. It is possible, however, to use a spell sequencer that lets you press the same button over and over again to cast one spell, and then another, and you must manually wait for global cooldown to finish before pressing the button again.

I wrote an addon a while ago called BuffBot designed to do exactly what you're looking for - cast MotW, then cast Thorns on your target. I haven't updated it in months, but it still works fine
Trimble Epic is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-15-2006, 10:48 PM  
rocker4glory
A Kobold Labourer
 
rocker4glory's Avatar

Forum posts: 0
File comments: 3
Uploads: 0
this is probly a stupid question but...

on the page where it teaches you to use the interface, it says how to bind 2 spells to one click, like
CastSpellByName("Nature's Swiftness")
SpellStopCasting()
CastSpellByName("Healing Touch")

i do this, but instead i put mark of the wild and thorns, ive tried different combinations, but it casts mark of the wild and then says, spell is not ready yet, i figured maybe its trying to cast thorns right away afterwards, ive tried different combos but they dont work. is there a way to put a delay before casting the second spell, or to command it to wait until the other spells are ready? or what combos will actually work?? thanks

-siaxin
rocker4glory is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-14-2006, 02:21 PM  
Cladhaire
Salad!
 
Cladhaire's Avatar
WoWInterface Super Moderator
Interface Author - Click to view interfaces

Forum posts: 1478
File comments: 3160
Uploads: 15
Quote:
Originally posted by Padraig
In the version description above it says 0.6.1-Beta yet when I try and download it says downloading 0.6.0-Beta.

Pad
I'll get another version up tonight, hopefully.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."

http://cladhaire.wowinterface.com
Cladhaire is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-13-2006, 07:45 AM  
Padraig
A Defias Bandit
 
Padraig's Avatar

Forum posts: 2
File comments: 8
Uploads: 0
In the version description above it says 0.6.1-Beta yet when I try and download it says downloading 0.6.0-Beta.

Pad

Last edited by Padraig : 08-13-2006 at 07:46 AM.
Padraig is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-12-2006, 06:30 AM  
Hratgard
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
FuBar - Ace 2.0

With the newest Ace / FuBar combination clique is causing this error

...erface\AddOns\FuBar\libs\AceHook-2.0.lua:374: AceOO-2.0: Attempt tp mpdofy a read only class.

and crashes FuBar, making them not display on screen.

You can still use the FuBar commands /fubar create to create panels, but they would crash again and be gone the next time you start. And you cant add anything to the panels.

So and update for Clique bringing it up to Ace 2.0?

Oh, and I can still only download 0.6.0, and no that 0.6.1 as someone else mentioned.

Last edited by Hratgard : 08-12-2006 at 06:31 AM.
Hratgard is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-11-2006, 11:44 AM  
Cladhaire
Salad!
 
Cladhaire's Avatar
WoWInterface Super Moderator
Interface Author - Click to view interfaces

Forum posts: 1478
File comments: 3160
Uploads: 15
You shoudl never switch targets when casting on someone who is in your party or raid.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."

http://cladhaire.wowinterface.com
Cladhaire is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-10-2006, 01:41 PM  
techdavidson
A Defias Bandit
Interface Author - Click to view interfaces

Forum posts: 3
File comments: 6
Uploads: 1
Update Edit - Yup, the latest Beta seems to have eliminated the target losing for me, at least in our BWL run last night I never noticed it. Was able to keep meleeing Nef while healing our MT.

However, MouseButton4 seems to have stopped working for the CTRA plugin at least. More on that next time I test it.

----
Edit - NM I found your response to Nueromancer below - looks like it is a bug, not intended. I'll test thouroughly with the new beta. It definitely did it to me a lot last night in Naxx using a beta from a couple weeks ago.

----

I've been occasionally snagging the beta versions, looks like there is one I am in need of updating to, but I just wanted to ask a question quickly about intent.

In recent versions right clicking (bound to Flash 6) on frames _often_ seems to reset my target to that person. Is that intended functionality, or do you intend Clique to preserve your current target when casting heals on party members.

If it is intended to preserve your target (I hope) I'll report back with attempts to isolate the bug using the latest beta.

Last edited by techdavidson : 08-11-2006 at 08:19 AM.
techdavidson is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-08-2006, 01:21 PM  
Padraig
A Defias Bandit
 
Padraig's Avatar

Forum posts: 2
File comments: 8
Uploads: 0
Quote:
Well wait, you don't have to remap anything. If you don't configure anything, Clique out of the box should work exactly like the original UI. The Blizzard Unit Frames target on left click, open the menu on right click and give you the exact same options you should be used to. If you bind RightButton to something, or LeftButton to something-- then of course it won't work the w ay it used to.
Yeah i'd mapped Rejuvenation to the right click so I can one handed heal something but still wanted to right click the top left Blizz frames as previously and not cast Rejuv.

It was actually quite easy to modify the behaviour to what I wanted. I simply went to the Blizz Unit Frames module in the Plugins folder and commented out the first 4 items in the local frames section. This meant that Clique doesn't take over those frames. I'm guessing if I commented out the rest or even deleted this particular module that all the original party frames would be left as well.

Thanks ... Pad

Last edited by Padraig : 08-08-2006 at 01:22 PM.
Padraig is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-07-2006, 03:23 PM  
Cladhaire
Salad!
 
Cladhaire's Avatar
WoWInterface Super Moderator
Interface Author - Click to view interfaces

Forum posts: 1478
File comments: 3160
Uploads: 15
Quote:
Originally posted by Padraig
[b]I have to say that I am used to the default click behavour when using blizzard frames. It seems natural to me to use right click on my portrait to leave party or to right click on a blizzard target frame to talk to someone. I also find it natural to use right click on CTRA or watchdog frames to heal someone and dont find it confusing. Having to get used to mapping another key is however confusing the heck out of me.
Well wait, you don't have to remap anything. If you don't configure anything, Clique out of the box should work exactly like the original UI. The Blizzard Unit Frames target on left click, open the menu on right click and give you the exact same options you should be used to. If you bind RightButton to something, or LeftButton to something-- then of course it won't work the w ay it used to.

Are you seeing different behavior?
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."

http://cladhaire.wowinterface.com
Cladhaire is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-07-2006, 12:08 PM  
Padraig
A Defias Bandit
 
Padraig's Avatar

Forum posts: 2
File comments: 8
Uploads: 0
I have to say that I am used to the default click behavour when using blizzard frames. It seems natural to me to use right click on my portrait to leave party or to right click on a blizzard target frame to talk to someone. I also find it natural to use right click on CTRA or watchdog frames to heal someone and dont find it confusing. Having to get used to mapping another key is however confusing the heck out of me.

I guess this is no reason to add this as it's my problem so I may have to investigate a patch myself

In case I haven't said this before - thx for a great addon

Any news on wd2? - sorry couldn't resist!

Pad

Last edited by Padraig : 08-07-2006 at 12:10 PM.
Padraig is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-03-2006, 09:56 AM  
techdavidson
A Defias Bandit
Interface Author - Click to view interfaces

Forum posts: 3
File comments: 6
Uploads: 1
Quote:
Originally posted by Cladhaire
No. I'm not writing custom regions for every single addon. Bind another click-set to UnitMenu.. You have 21 combinations for each click-set, assuming you only have three buttons. If you can make a serious logical case other than "I don't like it", we'll see.

Its simple.. the addon should do what you expect it to do.. everywhere.
Actually, it's set by default. When you want the unit menu, just shift+rightclick on the unit bar. As long as you have not yet set anything to shift+rightclick the game handles it as it always would... by giving you the unit menu.

Clique won't cast your rightclick spell because it considers shift+rightclick a different action, but the WoW default interface (and Discord Unit Frames, which I use) is not so picky about your shift key being up or down.

And BTW Clad, thanks for watchdog and clique - they are fantastic mods which have definitely helped me ZOMG HEAL.
techdavidson is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-27-2006, 07:40 PM  
Cladhaire
Salad!
 
Cladhaire's Avatar
WoWInterface Super Moderator
Interface Author - Click to view interfaces

Forum posts: 1478
File comments: 3160
Uploads: 15
Quote:
Originally posted by briggsy
Yes, i have been using ClickCast for awhile now and i have mouse button 1 to target and right button to flash heal, Clickcast would not cast anything and would alow me to open a menu as it would only cast if i had my mouse over the health bar boxes. wich i liked, is there a way i acn mod this addon to do the same? ifot ill have to go back to ClickCast wich has huge memory load.
No. I'm not writing custom regions for every single addon. Bind another click-set to UnitMenu.. You have 21 combinations for each click-set, assuming you only have three buttons. If you can make a serious logical case other than "I don't like it", we'll see.

Its simple.. the addon should do what you expect it to do.. everywhere.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."

http://cladhaire.wowinterface.com
Cladhaire is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-27-2006, 12:11 PM  
briggsy
A Murloc Raider

Forum posts: 7
File comments: 3
Uploads: 0
Yes, i have been using ClickCast for awhile now and i have mouse button 1 to target and right button to flash heal, Clickcast would not cast anything and would alow me to open a menu as it would only cast if i had my mouse over the health bar boxes. wich i liked, is there a way i acn mod this addon to do the same? ifot ill have to go back to ClickCast wich has huge memory load.
briggsy is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-27-2006, 11:53 AM  
Cladhaire
Salad!
 
Cladhaire's Avatar
WoWInterface Super Moderator
Interface Author - Click to view interfaces

Forum posts: 1478
File comments: 3160
Uploads: 15
Quote:
Originally posted by briggsy
Perl Classic Unit Frame,
Howcome with PCUF the clic kcasting on the unitframes is soemwhat buggy, instead of haing to click on teh health bars to cast a spell, you can click anywhere on the unitframe and it will cast a spell, however this is not good as it makes it imposable to open up the rightclick menu or to target someone with the mouse. can this be fixd? i posted it on pcuf forum he said post it here.
Do you have RightClick bound? If so it won't open the menu. If you want to have a click to open a menu, you can use Clique:UnitMenu(). There is no reason to have different "click-regions" on unit frames.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."

http://cladhaire.wowinterface.com
Cladhaire is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-27-2006, 09:54 AM  
briggsy
A Murloc Raider

Forum posts: 7
File comments: 3
Uploads: 0
Perl Classic Unit Frame,
Howcome with PCUF the clic kcasting on the unitframes is soemwhat buggy, instead of haing to click on teh health bars to cast a spell, you can click anywhere on the unitframe and it will cast a spell, however this is not good as it makes it imposable to open up the rightclick menu or to target someone with the mouse. can this be fixd? i posted it on pcuf forum he said post it here.
briggsy is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.