Advanced Warrior utility module Includes Skill Reset notifications, Deadly Gamble tracking, Tempest Aura (I & II) and Traverse Cut alerts
- Visual alert with skill icon + styled text
- Anti-spam protection
- Toggle in-game (
resets/rs) - Auto-disabled if external module is detected
- Tracks Scythe and Aerial Scythe during Deadly Gamble
- Shows styled summary when buff ends
- Keeps session totals
AERIAL: X / SCYTHE: Y
- Summary uses custom color setting (separate from TA)
- Tracks stack buildup (0 → 50)
- Sends SOON warning when threshold is reached
- Sends delayed ACTIVE notification
- Supports custom color + optional icons
[TA] SOON
[TA] ACTIVE
- Detects activation during Deadly Gamble
- Shows activation notice
- Shows 3-second warning before expiration
- Uses same styling system as TA
[TA II] ACTIVE
[TA II] 3 SEC
- Tracks Traverse Cut via abnormality (buff)
- Shows 5-second warning before expiration
- Supports icon display (if configured)
[TC] 5 SEC
- Uses real packet duration when available
- Falls back to config value if needed
- Handles ms/sec inconsistencies automatically
| Command | Description |
|---|---|
whelper |
Toggle module |
whelper on/off |
Enable / Disable |
whelper status |
Quick status |
whelper stats |
Detailed stats |
whelper reset |
Reset all counters |
whelper help |
Show help |
| Command | Description |
|---|---|
whelper ta |
Toggle TA |
whelper ta on/off |
Enable / Disable |
whelper ta status |
Show status |
| Command | Description |
|---|---|
whelper ta2 |
Toggle TA2 |
whelper ta2 on/off |
Enable / Disable |
whelper ta2 status |
Show status |
| Command | Description |
|---|---|
whelper tc |
Toggle TC |
whelper tc on/off |
Enable / Disable |
whelper tc status |
Show status |
| Command | Description |
|---|---|
whelper resets |
Toggle reset notices |
whelper resets on/off |
Enable / Disable |
whelper resets status |
Show status |
whelper rs |
Alias toggle |
whelper rs on/off |
Alias enable/disable |
Status:
ON→ enabledOFF→ disabledEXT→ disabled by external module
| Command | Description |
|---|---|
whelper colors |
Show colors |
whelper color <name> |
Set TA color |
| Command | Description |
|---|---|
whelper scythecolors |
Show colors |
whelper scythecolor <name> |
Set summary color |
Available colors:
green, blue, red, info, text
Main file:
config.json
"thresholds": {
"tempestAuraSoon": 40,
"tempestAuraActiveDelayMs": 1200,
"ta2DurationMs": 10000,
"ta2EndingSoonMs": 5000
},
"traverseCut": {
"durationMs": 27000,
"endingSoonMs": 3000
}- TA icons (
tempestAuraNotice.icons) - TC icon (
traverseCut.iconSkillId) - Reset styling (icon, font, sound)
- Buff / skill IDs
Stored in:
settings.json
Includes:
- Module toggle
- TA / TA2 / TC toggles
- Reset toggle
- TA color
- Scythe summary color
- Works only for Warrior
- Uses real-time packet data
- Includes fallback logic for missing durations
- TC / TA2 behavior depends on server packets
Original skill reset module: https://github.com/eemj/skill-resets
This module is partially based on and inspired by their implementation.
jkq for the TERA guide module and enabling integration of reset notifications.