https://github.com/ntsd/lol-chat-timer
Overwolf plugin to track spell and ability by in game chat
https://github.com/ntsd/lol-chat-timer
hacktoberfest league-of-legends lol overlay overwolf
Last synced: 4 months ago
JSON representation
Overwolf plugin to track spell and ability by in game chat
- Host: GitHub
- URL: https://github.com/ntsd/lol-chat-timer
- Owner: ntsd
- License: mit
- Created: 2023-10-26T05:16:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-24T08:20:43.000Z (over 1 year ago)
- Last Synced: 2025-01-23T19:43:26.393Z (5 months ago)
- Topics: hacktoberfest, league-of-legends, lol, overlay, overwolf
- Language: Svelte
- Homepage:
- Size: 10.4 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LOL Chat Timer
Overwolf plugin to track summoner spell and ability by in game chat.
Note: only supports english version for now.
## Features
- Tracking opponent summoner spells and Ultimate spell (R) cooldown time by in game chat
- Customize chat pattern for own personal timer (Todo)## How to use
1. Click on opponent summoner spell or ultimate spell (R).


2. You will see the chat have message like this.

3. The timer will show on the in-game overlay.

4. You can also click on the spell icon to remove/reset the timer, right click to reduce 5 seconds, or middle click to increase 5 seconds of cooldown.
## Requirements
- Node version >=18
## Getting started
```sh
# install dependencies
npm i# build overwolf plugin, you can now use `Load unpacked extension` to test the local plugin at `build`.
npm run build# create opk file
npm run create-opk
```## Data
LOL Chat Timer is using [Community Dragon](https://www.communitydragon.org/) data.
### Champion Icons
https://raw.communitydragon.org/latest/plugins/rcp-be-lol-game-data/global/default/v1/champion-summary.json
### Champion Skills
https://raw.communitydragon.org/latest/plugins/rcp-be-lol-game-data/global/default/v1/champions/
### Summoner Spells
https://raw.communitydragon.org/latest/plugins/rcp-be-lol-game-data/global/default/v1/summoner-spells.json