• Home
  • Forums
  • Register
  • Login
  • Contact
  • Facebook
  • Twitter
GamesWorld of WarcraftUI Mods
  • Description  Description
  • Images  Images
  • Comments  Comments
  • Files  Files
  • Ratings  Ratings
  • Statistics  Statistics
  • FAQ
  • Members
  • Register
  • Login

Clique

Clique
Rate this:   
Please wait...

Downloads Clique  Download - 67.24 KB




World of Warcraft  World of Warcraft



Views  Views: 396


Downloaded  Downloaded: 15



Version  r143


Author  Cladhaire


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.
* elpful 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.

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/showthread.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?docid=4942694326108730311



Rebinding Menu, other Advanced Features

a href="http://video.google.com/videoplay?docid=-2658605783428405078">http://video.google.com/videoplay?docid=-2658605783428405078



Creating a custom macro in Clique[b]
http://video.google.com/videoplay?docid=-5495589369861870162

[b]How to use Clique

u>
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!

u>

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:

/cleartarget
/cast [target=mouseover] Wild Growth
/targetlasttarget



Donations:

Some people have asked, so here is a way to send me donations:

https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif






Related topics



Related topics


  • The WoW Custom UI Thread
    by Dark Mayu » August 15th, 2009, 5:03 pm
    1 Replies
    1399 Views
    Last post by Strange Angel View the latest post
    August 16th, 2009, 7:28 am
    World of Warcraft
  • Which game is better? WOW or Guild Wars.
    by Webslug » February 17th, 2009, 2:21 pm
    4 Replies
    130 Views
    Last post by usernamesux View the latest post
    August 29th, 2009, 9:33 am
    World of Warcraft
  • New WoW Expansion? World of Warcraft - The Cataclysm?
    by Strange Angel » August 16th, 2009, 8:42 am
    1 Replies
    122 Views
    Last post by Strange Angel View the latest post
    August 24th, 2009, 12:28 am
    World of Warcraft
  • Help with Mods?
    by slygothmog » February 27th, 2010, 9:46 pm
    1 Replies
    601 Views
    Last post by Rebel O Conner View the latest post
    April 28th, 2010, 10:40 am
    Elder Scrolls IV - Oblivion
  • Mods
    by Goldknife » March 15th, 2012, 6:36 pm
    2 Replies
    337 Views
    Last post by Goldknife View the latest post
    March 16th, 2012, 2:02 am
    Xbox
  • Sims 3 Mods
    1, 2by Saturn Celeste » September 19th, 2010, 12:25 pm
    7 Replies
    17434 Views
    Last post by Saturn Celeste View the latest post
    September 21st, 2010, 1:47 pm
    The Sims 3
  • Three mods Skyrim already needs
    by loder » February 25th, 2011, 2:50 pm
    4 Replies
    1739 Views
    Last post by loder View the latest post
    February 27th, 2011, 5:24 pm
    Elder Scrolls V - Skyrim
  • Skyrim Mods
    1, 2by Prailos » December 6th, 2011, 8:20 pm
    7 Replies
    4445 Views
    Last post by loder View the latest post
    December 16th, 2011, 10:43 am
    Elder Scrolls V - Skyrim

    Search

      Addon Control Panel
      ButtonFacade
    • FAQ
    • Games
    • Top 100
    • New Uploads
    • New posts
    • Active topics
    • Unanswered posts
    • Members
    • Register
    • Login

    New posts

    • Desktop wave control
    • Dead Nvidia 9800GT fan
    • UnikGamer: ranking of the Video games
    • Darwin's ME3 pics
    • I.m Australian so don't hold that against me.
    • Chrono here.
    • International Day Against Homophobia and Transphobia
    • HELLO!! =)
    • greetings and merry meet
    • The Internet Kill Switch With Global Wiretapping Capability

    Login

    Style

    0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14
    Top