• Warhammer Online Addons
  • Warhammer Online
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

TicTac

  Download the Curse Client

Project Updated:
Files Updated: Thu, Jan 8 2009
Supports Game Version: Beta 3.0
Category: Combat
Tags:

, , and [Edit Tags]

Project Manager: Deadhawk
Additional Authors: No additional authors
Current Version: TicTac-2.5
License: GNU General Public License version 3 (GPLv3)
Avg Daily DL (last 30 days): 2
Downloads Total: 935
Favorites: 15
Comments: 12
  • Contests
  • About TicTac
  •  

TICTAC REQUIRES LIBSLASH

TicTac is a very simply mod that binds your middle mouse button to create a small radial menu around your cursor. This menu can be used to quickly change your tactic sets easily with more ease. See image below.

Features :

Auto RvR set swapper implemented, this means that when you become flagged for RvR your chosen tactic set will be automatically equipped (unless your in combat then it wont be, however if queueing mode is on it will be queued (see below)). Once you become unflagged from RvR your previous set will be automatically equipped unless you have manually changed your tactic set since.
This function is off by Default, to configure type /tictac rvr [1-5] (1 to 5 being the tactic set number you wish to use when flagged for RvR)

Tactic Set queueing system. If you select a tactic set while in combat then it will queue that set and equip it as soon as it can.
This function is off by default, to configure type /tictac queue [0 / 1] (1 to enabled or 0 to disable)

----

TicTac-2.5 is a final version as I have most likely given up WAR and therefore the development of addons. I will upload the alpha version of TicTac-3.0 that I was working on for people to look at however it is NOT ready for use, only for developement. 3.0 looks at frame manipulation and user design instead of the default star layout, I believe the code behind it will be able to extend to use beyond tactic sets.
Contact me if you have any questions.

  • Downloads (3)
  •  
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  
  TicTac-2.5 Release Beta 3.0 285 1/8/2009
  TicTac-2.3 Release Beta 3.0 158 11/5/2008
  TicTac-2.2 Release Beta 3.0 127 10/13/2008
  • 1 page(s)
Advertisement
  • Screenshots (1)
  •  
  • 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.
  • encaitar said 

    Is the auto-switching functionality available in a stand-alone mod? I'd like that but I don't need the radial thing.

    Reply Report Permalink
  • Deadhawk said 

    It currently isn't and at the moment I am not focusing on any major changes to this mod. Try TicTac Static - some guy has taken this code and written it for his on needs. I must emphasise that I have absolutely nothing to do with TicTac Static.

    Reply Report Permalink
  • namikaze said 

    Is it possible to bind this to a different key/mouse button? I've currently got my middle mouse set to autorun, and I'd prefer to not change it if I can.

    Reply Report Permalink
  • Deadhawk said 

    Currently it is not due to how the add-on is written. It would take a fairly big rework to allow other key binds. Sorry!

    Reply Report Permalink
  • namikaze said 

    After using the addon, I can see why it would be so hard to rebind it to another key. Great addon, btw. I've remapped my autorun because this addon is more important. :)

    Reply Report Permalink
  • Deadhawk said 

    Everything should be working in 2.3.

    Reply Report Permalink
  • The queue function isn't working properly for me: in PvE combat, it seems to trigger randomly, and not every time you exit combat.
    In RvR (I tested it in scenarios) it's not working at all (it never detects end of combat).

    Reply Report Permalink
  • Deadhawk said 

    Interesting, I will look into it later today when I get the chance.

    Reply Report Permalink
  • Thank you. LLet me know if you need more details.

    Reply Report Permalink
  • Deadhawk said 

    Again sorry for the delay in response.
    Just a few sanity checks, First are you taking into account that the end of combat ISN'T when the queue activates? The queue activates 10 seconds after combat as does the option to select a tactic does.
    Second if you previously used an older version of tictac, could you please do a full removal of TicTac and then install the latest version again. This involves deleting TicTac from you WAR/Interface/Addons folder and TicTac from your User/Interface/AllCharacters folder (this removes your saved options for TicTac).

    Reply Report Permalink
  • I found that the bug appears only when switching to tactic slot n.1 but not vice versa.

    i.e.:
    slot 2,3,4 -> 1 NOT WORKING
    slot 1 -> 2,3,4 WORKING

    Reply Report Permalink
  • Deadhawk said 

    Yup I found that also and fixed it. However while running a few performance tweaks I managed to break the whole rvr function :/
    Things are going slow again here, I actually found a class I enjoy leveling :o
    If you want to quick fix your little issue while you wait for the next version do the following:
    1. Open TicTac.lua
    2. Navigate to line 94
    3. Replace the "1" for a "0"
    4. Line 94 should now look like this:
    if ((tonumber(TicTac.GetSetting("QueuedSet")) > 0) and (not TicTac.isDisabled)) then

    That should fix the problem for you.

    Reply Report Permalink
  • I followed your instructions and did a fresh install, but unfortunately nothing changed: still triggering randomly.
    Obviously I took into account that it's not an insta-switch. :D
    To be more accurate, when it doesn't trigger, if I try to manually switch it (even waiting several minutes first) it says that the queue is cancelled, so I suppose that it actually doesn't detect the end of combat.

    Reply Report Permalink
  • i have the following problem:
    I installed the addon, but nothing happens when i press the middle mouse button. I got a Razer Lachesis mouse and i could be a driver issue, does anyone know how i can get this working ?

    Reply Report Permalink
  • Deadhawk said 

    The mouse isn't the problem, Its the same mouse as I have ;). Check that the middle mouse button isn't currently bound to another action and that you have LibSlash installed.

    Reply Report Permalink
  • thanks for you answer. problem solved :D. the button was correctly set to universal scrolling, but i had to enable the additional setting "universal scroll" in the sensitivity driver-tab. now it is working great.
    thanks for this fine addon ;)

    Reply Report Permalink
  • twworker said 

    i think the queue function isnt working in scenario for me.i used queue when i was out of combat, it didnt switch for me.

    i set my tactic on 2 , most of the time, pve or rvr, for unknown reason, it goes back to 1 on randomly.

    Reply Report Permalink
  • Deadhawk said 

    That's odd. Could you please fill out a bug ticket so that I can attempt to resolve the problem.
    http://war.curseforge.com/projects/tictac/

    Reply Report Permalink
  • esker said 

    Still works in patch 1.0.2, but changing tactics with it while in combat doesn't actually change the tactics.

    Reply Report Permalink
  • Oscarr said 

    For those saying you shouldn't be able to change tactics during combat, it MAY be a bug, and if so, they'll fix it -- however, I find it out that they'd make it so you can change them in combat with a mod, but block morale from being changed during combat. Maybe it was just over looked? In the meantime, this is a cool mod, and maybe they'll decide that changing tactics during combat should be allowed?

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 532 Paint the leader PvP, and Combat
  2. 340 AutoDismount Combat
  3. 313 Twister Buffs & Debuffs, Action Bars...
  4. 309 Warhammer Scrolling Combat Text Combat
  5. 221 Tortall's DPS Meter Combat