A QoL addon for IC Script Hub that provides controls for leveling champions using formation hotkeys (F1-F12).
- Smart Formation Detection: Automatically detect which champions are deployed vs benched
- Checkbox Selection: Choose which formation seats to upgrade (F1-F12)
- One-Time Burst Mode: Press selected F-keys multiple times to spend available gold
- Continuous Auto-Leveling: Automatically rotate through selected champions at a configurable interval
- Multiplicative Stacking Calculator: Compare up to 3 different stacking combinations with automatic highest marking
- Enable the addon in IC Script Hub's Addon Management
- Go to the "Champ Leveler" tab
- Click "Refresh Formation" to auto-select deployed champions
- Choose your leveling mode
Click this to automatically:
- Check boxes for champions currently deployed (in play)
- Uncheck boxes for benched champions
- Skip empty formation slots
This is useful for changing parties
- Select which formation seats to upgrade (or click "Refresh Formation")
- Adjust the burst rounds slider (1-10 rounds, default 5)
- Click "Level Selected Champions Now"
- The addon will press each selected F-key the specified number of rounds
- Select formation seats (or click "Refresh Formation")
- Adjust the interval slider (0.5-5 seconds between key presses)
- Click "Start Auto-Leveling"
- The addon will rotate through selected seats continuously
- Click "Stop Auto-Leveling" to halt
Example rotation with F1, F2, F4 checked:
F1 → pause → F2 → pause → F4 → pause → F1 → pause → F2...
Compare up to 3 different stacking combinations to find the best option:
- Enter values in any calculation slot:
- Stacks: Number of stacks (e.g., 5)
- Percentage: Bonus per stack (e.g., 102.5)
- Click the Calculate button
- All slots recalculate and display total bonus
- Highest result automatically marked with a star (*)
Formula: (1 + percent/100) ^ stacks - 1, converted to percentage
- All: Check all 12 formation seats
- None: Uncheck all seats
- Refresh Formation: Auto-detect which champions are deployed and check only those
- Extract the
IC_ChampLevelPanelfolder to your IC Script Hub'sAddOnsdirectory- Default location:
[ICScriptHub]/AddOns/IC_ChampLevelPanel/
- Default location:
- Restart IC Script Hub
- Enable the addon in Addons management dialog
- The "Champ Leveler" tab will appear
The addon uses IC Script Hub's memory reading functions to:
- Detect which champion is in each formation seat
- Check if champions are benched or deployed
- Send F-key inputs directly to the game using DirectedInput
This means it adapts to your current formation automatically - no manual configuration needed!
- Works with any formation (Q/W/E/custom formations)
- Interval adjustable from 0.5-5 seconds
- Burst rounds adjustable from 1-10
- Uses IC Script Hub's DirectedInput for reliable key sending
Created for the Idle Champions IC Script Hub community Uses IC Script Hub addon framework by mikebaldi and contributors Development assisted by Claude AI
MIT License