This is a simple tool that tracks the requests made between the game and the server and displays them in a nice way.
- Session time
- Mailbox notification
- Gold earned and gold per hour
- XP earned and XP per hour
- Items picked up (Angelic, Heroic and Satanic) (Blue number means Magic Find drops)
- Shows Satanic Zone with Buffs(Hover over Buff icons for tooltip with Buffdescriptions)
- Gold picked up from mailbox is counted as gold earned
- XP earned can be wrong when leveling up (would need the max XP for each level)
- Items moved between inventories are counted as picked up
- Items dropped by players are counted as picked up
-
On Windows make sure that WinPcap is installed in your system. Npcap downloads page | Direct link.
-
Download the latest release from the releases page and run it.
-
Start the game and play a bit. Some stats only update after changing maps.
- Support for all login regions
- Mevius (America)
- Inoya (Europe 1)
- Damien (Europe 2)
- Karponia (Asia)
- Session reset button
- Items drop counter
- XP percentage
- Clone the repository
- Run
poetry install
- Run
poetry run python hero-siege-stats.py
Same as running from source.
- Clone the repository
- Run
poetry install
- Run
poetry run py build.py
- The executable will be in the
dist
folder
Thanks to Shalwkz for helping me with finding the game server address.
Highly inspired by Albion Online Stats.