Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.
foglio edited this page Feb 28, 2017 · 48 revisions

Requirements

Download

https://drive.google.com/drive/folders/0B_Cqa6A1OUxdeDFvTEpZYmtzT2M

NOTE: Since I changed web host, all versions older than 2.0 will not be able to autoupdate, so they will require manual update (download TCT-[2.x].zip and copy its contents into your current TCT folder, overwriting any existing file)

Changelog

v2.06 - 28/02/17

  • Added dark theme
  • Added "compact view" button
  • Removed notes textbox
  • Removed minimization to system tray
  • Removed force reset buttons

v2.05 - 14/02/17

  • Fixed guild quests notifications not showing v2.04 - 14/02/17
  • Fixed app crashing upon accepting guild quest

v2.03 - 14/02/17

  • Fixed guild quests always showing as completed
  • Fixed crystalbind notifications showing even when crystalbind was on

v2.02 - 10/02/17

  • Fixed dungeon clears parsing

v2.01 - 09/02/17

  • Fixed account type parsing

v2.0 - 9/02/17

  • Reworked sniffer. Now it should work with all Tera versions (can't test this though)
  • Changed minimize behaviour to "minimize to system tray" (double click the tray icon to restore the window)
  • The application will not crash if update server or data are not available
  • Main window doesen't lose focus anymore when a notification is showed
  • Fixed crash upon accepting new rally quest (needs more testing)
  • Changed "dungeon engaged" notification to display remaining dungeon entries
  • EU Patch 52
  • Account type is now updated (displays dungeon runs indicators correctly; it doesen't update maximum runs until daily reset though)
  • Reworked UI; bottom bar color changes depending on connection status
  • Various other fixes

v1.17 - 19/01/17

  • Added indicators for guild quests (small dot on each dungeon run counter). Blue indicates available guild quest for that dungeon, orange indicates quest in progress, green indicates quest done (but not yet "completed")
  • Added dungeon clears counters
  • Various UI and parsers fixes and changes
  • New application icon
  • EU patch

v1.16 - 15/01/17

  • Changed the way updater works (now it will be downloaded from server only when needed and won't delete existing data)

v1.15 - 15/01/17

  • Fixed inventory bugs

v1.14 - 14/01/17

  • Added new type on notifications which displays acquired/spent tokens (goldfinger, marks of valor, dragon scales); it appears on the right
  • Inventory parser is now disabled only if player enters combat while noctenium infusion is activated
  • Characters are now sorted based on selection screen order. It may require app restart to take effect
  • Added auto-updater: user will be prompted to download new version (if available) when application starts; if use agrees, new version will be downloaded and executed (still buggy, it may delete existing TCT data; it may have been just a testing related problem anyway)
  • Various fixes

v1.13 - 23/12/16

  • Changed notifications looks
  • Added sound for some notifications
  • Modified inventory parser. Now it will be disabled when in combat, since it demands more CPU usage, but will avoid incorrect parsing of inventory items
  • Various fixes

v1.12 - 2/12/16

  • More UI changes
  • Added Dragonwing Scale counter
  • Fixed zone detection

v1.11 - 1/12/16

  • Reworked UI
  • Added ilvl to character info

v1.10 - 28/11/16

  • Updated for EU patch
  • Fixed new bugs related to dungeon runs counters
  • Added banked gold parsing (only displayed in log for now, it will be used for future features)
  • Slightly changed notification design

v1.9 - 3/11/16

  • TCT is now a single-instance app. A message will be shown when attempting to run it again
  • Changed exe name (old exe will be automatically deleted on startup if present)

v1.8 - 3/11/16

  • Added "delete character" button (deleted characters will be added again when logging to character selection screen)
  • Added "undo" button to restore deleted characters
  • Fixed bug with "notes" text box
  • Small UI changes

v1.7 - 02/11/16

  • Changed base color
  • Extended notifications duration

v1.6 - 29/10/16

  • Fixed crash upon guild quest completion

v1.5 - 29/10/16

  • Added guild quest notification (not fully tested, may be buggy or lead to app crash)
  • Base color changed to fixed

v1.4 - 26/10/16

  • Updated risky dungeons list for ccb notification

v1.3 - 26/10/16

  • Fixed crash when engaging dungeons not included in runs section
  • Added basic error logger (when errors occur, a message will be displayed and a file error.txt will be created in the application folder, then TCT will close)
  • Added notification for amount of Marks of Valor close to cap (triggers above 82 marks)
  • Added notification for Goldfinger Tokens (triggers above 80 tokens)

v1.2 - 22/10/16

  • Updated for EU patch
  • Small changes to dungeon UI
  • Removed some useless notifications (verbose info will still be displayed in log)

v1.1.2 - 17/10/16

  • Crystalbind detection fixes
  • Added crystalbind notification setting
  • Other fixes

v1.1.1 - 16/10/16

  • Removed some "debug" features
  • Fixed memory error on character selection

v1.1 - 16/10/16

  • Added Crystalbind indicator
  • Refactoring and cleaning
  • Added account type detection

v1.0 - 16/10/16

  • Initial release

Known issues

  • Inventory items data may be parsed incorrectly
  • Dungeon clears are not updated after clearing a dungeon, but only when opening Character info window (P)

Basic usage

Just open the application before starting tera (just like DPS meter). It requires admin privileges.

Note: Notifications will not be showed if Tera is in Fullscreen mode, so run Tera in Windowed or Windowed Fullscreen modes to be able to see notifications. (TCT will keep collecting data even if you play in Fullscreen mode anyway)

Overview

Features

  1. Collects data while playing

    • List of characters on the account (names, classes, laurels, last online, last location, guild name/logo)
    • Goldfinger tokens
    • Marks of valor
    • Dragonwing Scales
    • Crystalbind status
    • Character location
    • Vanguard credits
    • Vanguard dailies and weeklies
    • Log at the bottom of the window displays last received data
    • Saves data to file upon closing the app or when switching character
  2. Notification system

    • Connection/disconnection
    • Dungeon engaged
    • Vanguard credits earned/spent
    • Crystalbind off/expiring notification - for 3+ stars dungeons, it will be customizable later
    • Guild quest available when entering dungeon
    • Goldfinger tokens, Marks of valor, Dragonwing scales, Vanguard credits close to cap
    • More notifications coming in the future
  3. Misc

    • Vanguard dailies and dungeon runs reset automatically when opening the app after 5am; weeklies reset automatically at the same time on Wednesday
Clone this wiki locally