• Runes of Magic Addons
  • Runes of Magic
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Clique (romClique)

 

Project Updated:
Files Updated: Fri, May 22 2009
Supports Game Version: 1825
Category: Unit Frames, and Action Bars
Tags:

[Edit Tags]

Project Manager: jjflanigan
Additional Authors: No additional authors
Current Version: romClique v0.12
License: Public Domain
Development Site: CurseForge
Avg Daily DL (last 30 days): 4
Downloads Total: 2,102
Favorites: 12
Comments: 9
  • Contests
  • About Clique (romClique)
  •  

romClique is a "port" of the WoW Clique add-on.

It allows you to set key + mouse combinations (i.e. shift+right click) to trigger spells.

Instructions for Use:

Open the UI either by using the minimap icon or by typing /rc and enable capturing key + mouse. Also, if you want to capture for aggresive targets (monsters) make sure that option is checked

Open your spell book and click on the spell information section (this is the area with the spell text, NOT the icon) using the key + mouse combination you want to save (i.e. Alt+Left click to set that as the combination for a spell).

Once you have your options set, you can review them using the romClique UI on either the Helpful or Harmful information tabs.

To use your new combos, hover over your intended target frame (i.e. the place that has the information about: you, your target, your party member, your raid member NOT on the character themself) and click using your saved combination.

To clear out a saved combo, open the UI and go to the appropriate tab, then click the "Clear Combo" button using the the key + mouse combo you want to clear.

You can use that key + mouse combination on any of the default UI frames below:

    1. Player
    2. Party Member
    3. Raid Member
    4. Target
    5. Focus




Changes in 0.12
    Correcting format issue


Changes in 0.11
    Cleaned up loading
    Rebuilt UI
    Adjusted parsing and capturing of clicks


Changes in 0.10
Exposing event hook for other UIs

Any UI can now call romClique_Click(button, target) to fire off the romClique event

button will be either "LBUTTON" or "RBUTTON" that is passed as the key event to the OnClick for your UI frame.

target will be the target on which to perform the action (i.e. "party1", "player", "target", etc)



Tested with Ikarus to ensure it would integrate properly and simply adding -- romClique_Click(key, frame.unit) right above the call to -- TargetUnit(frame.unit) -- allowed Ikarus to incorporate the left click functionality from romClique


I would have preferred to set it up so romClique could hook into the OnClick events for the frames, but we do not have the HookScript or SetScript functionality yet.

Changes in 0.9
    Added a new button to the helpful / harmful pages in the UI - "Clear Combo"

    When you click this button using one of your previously set combinations, it will remove the combo option to clear it back out.

Changes in 0.8
    Cleaned up code
    Added the ability to map all key + mouse combinations (i.e. multiple modifiers - shift+alt+right click, etc)

Changes in 0.7.1
    Cleaning up the spellbook logic

Changes in 0.7
    Corrected an issue with changing pages in the spell book

Changes in 0.6
    Cleaned up the focus logic for retaining your target

    Adjusted the logic for casting on yourself when you have a target

    Added in a catch for people that only have 1 class, even though it shows 3 tabs for skills, RoM actually counts it as 4 tabs (it includes the not shown tab for some reason)

Changes in 0.5.1
    Corrected an issue that sometimes happened when locating a skillname

Changes in 0.5
    Added new UI pages to view assigned key + mouse combos

Changes in 0.4
    Adjusted so it saves settings per character / class
        Unfortunately since it now saves out per character / class you'll need to reset your combos once
    Added a /rc reset option to clear out all previously saved combinations

Changes in 0.3
    Added in the ability for it to retain your current target after casting your spells

Changes in 0.2.1
    Corrected an OnLoad error I missed
    Corrected an issue with Shift+Right Click

Changes in 0.2
    Very simplistic UI
    Added a minimap icon (lifted from Clique for WoW)
    Added a /rc command
        /rc minimap will show or hide the icon
    Added the logic to allow for click sets for enemies and allies

  • Downloads (7)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Clique (romClique) romClique v0.7.1 Beta 1825 36 4/22/2009
  Clique (romClique) romClique v0.7 Beta 1825 18 4/22/2009
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Xamindar said

    Couple issues with this addon:
    1. I can't get the right-click menu on party members or myself unless i left-click first. Anyone else having that issue?
    2. I have the addon set to not change any more if I click on skills but it still changes the settings when I click.

    Reply Report Permalink
  • Grubog said

    If you use an alternative UI (I use qUnitFrame), you can use the Focus to cast spells via Clique.

    /Focus (while targetting someone or something) and you're all set.

    Not the best solution, but I belive it's a good solution.

    Clique was my all time favorite on WoW, so keep up the good work !

    For the rest of ya, Enjoy !

    Reply Report Permalink
  • vikizma said

    Hello, I've got when you start the game error

    call romClique_Frame's OnShow, line:[string "?"]:96: bad argument #2 to 'format' (number expected, got string)

    What can I do?

    Reply Report Permalink
  • jjflanigan said

    Fixed once 0.12 is up

    Reply Report Permalink
  • I am having some a little bit of trouble with clique. I use Ikarus as my party frames (since it was specifically mentioned to work with your mod). When using the default UI it works just fine, but when I enable Ikarus, none of the keybinds work and I have to manually cast. Not sure what I am doing wrong exactly, as there are no errors that pop up. Any help would be appreciated. Thanks so much!

    Reply Report Permalink
  • jjflanigan said

    Because I have to hook different events, there's no way for me to set it up to work with every addon. Luckily there's an easy change you can make to get it to work with Ikarus.

    Tested with Ikarus to ensure it would integrate properly and simply adding -- romClique_Click(key, frame.unit) right above the call to -- TargetUnit(frame.unit) -- allowed Ikarus to incorporate the left click functionality from romClique

    Reply Report Permalink
  • asharae said

    can you elaborate? I can't find it anywhere in the lua

    Reply Report Permalink
  • Lysergix said

    Very nice..thx for answering :)

    Reply Report Permalink
  • Lysergix said

    Does it only work with the original ui or is it possible to use it with another ui like ikarus?

    Reply Report Permalink
  • bruteMax said

    Thanks. Looking forward to trying this out. The Healbot mods for RoM aren't as good as the WoW version so hopefully this measures up to Cladhaire's WoW mod. :)

    Reply Report Permalink
  • Teran said

    Thank you very much!

    Reply Report Permalink
  • First! Everyone does it >_>. Nice Job on the Add-on keep at it. I bet this will be one of the most downloaded add-ons soon enough.

    Reply Report Permalink
  • 1 page(s)
  • Similar Addons
  •  

Average downloads per day

  1. 1,005 pbInfo Chat & Communication, Quests...
  2. 164 Healbot Unit Frames, Action Bars,...
  3. 140 nuBuff - updated nBuff Action Bars, Quests & Leveling...
  4. 126 XBar II Action Bars, Artwork, Map...
  5. 91 ComeOnIn Action Bars, and Chat & Communication