Skip to content

Program that captures network packets from HS server and translates it to relevant game stats.

Notifications You must be signed in to change notification settings

GuilhermeFaga/hero-siege-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Release Version Total Downloads

Hero Siege Stats

This is a simple tool that tracks the requests made between the game and the server and displays them in a nice way.

App preview

App preview

Features

  • 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)

Limitations

  • 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

Is this allowed?

image

How to use

  1. On Windows make sure that WinPcap is installed in your system. Npcap downloads page | Direct link.

  2. Download the latest release from the releases page and run it.

  3. Start the game and play a bit. Some stats only update after changing maps.

Roadmap

  • Support for all login regions
    • Mevius (America)
    • Inoya (Europe 1)
    • Damien (Europe 2)
    • Karponia (Asia)
  • Session reset button
  • Items drop counter
  • XP percentage

Instructions for developers

Running from source

Requirements

Steps

  1. Clone the repository
  2. Run poetry install
  3. Run poetry run python hero-siege-stats.py

Building from source

Requirements

Same as running from source.

Steps

  1. Clone the repository
  2. Run poetry install
  3. Run poetry run py build.py
  4. The executable will be in the dist folder

Authors

Thanks to Shalwkz for helping me with finding the game server address.

Highly inspired by Albion Online Stats.

About

Program that captures network packets from HS server and translates it to relevant game stats.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages