Releases: foglio1024/tera-custom-cooldowns
Releases · foglio1024/tera-custom-cooldowns
v1.4.126
- Fix crash when logging character with no EP assigned
v1.4.125
- Add default background to buffs and skills icons
v1.4.124
- Fix patch 106 issue with party members
v1.4.123
- Patch 106 update
v1.4.122
- Fix crash when in party
v1.4.121
- Fix crash when using chat window's LFG bar
v1.4.120
- Internal application structural changes (= more bugs)
- Added dialog to ask the user if they want to upload a crash report when TCC encounters an error
v1.4.119
- Fixed a bug which caused widgets to be hidden when setting Show Always to false
v1.4.118
- Refactoring of Toolbox module
- Fixed mobs not being tracked by NPC window
- Added command to fire TCC notification from Toolbox modules
- syntax:
tcc notify double-quoted-title double-quoted-body type durationInMs
- example:
mod.command.exec('tcc notify "Never gonna give you up" "Never gonna let you down" 1 3000)
- the type argument is used to set the notification level (color):
- 0: none (gray)
- 1: info (light blue)
- 2: success (green)
- 3: warning (yellow)
- 4: error (red)
- syntax:
- Other fixes (and potentially new bugs)
v1.4.117
- Fix crash again