Skip to content

Releases: Hucaru/Valhalla

v0.0.53

19 Feb 20:50
2a409e7

Choose a tag to compare

Valhalla v0.0.53 Release

This release includes pre-built binaries for multiple platforms and architectures.

What's included

  • Valhalla server binary for your platform
  • Required JSON data files (drops.json, reactors.json, reactor_drops.json)
  • Sample configuration files (config_*.toml)
  • NPC scripts (scripts/)
  • LICENSE and README

Quick Start (Dev Mode - All-in-One)

Dev mode allows you to run all servers (login, world, channel, cashshop) in a single process!

  1. Download the appropriate archive for your platform
  2. Extract the archive
  3. Set up your MySQL database (see README.md)
  4. Run in dev mode:
./Valhalla -type dev -config config_dev.toml -channels 4

Dev mode features:

  • ✅ All servers in one process
  • ✅ Auto-register enabled (no need to create accounts)
  • ✅ 2x EXP/Drop/Mesos rates for faster testing
  • ✅ Perfect for solo play and testing

Production Deployment

For production environments, run each server type separately:

# Login Server
./Valhalla -type login -config config_login.toml

# World Server
./Valhalla -type world -config config_world.toml

# Channel Server(s)
./Valhalla -type channel -config config_channel_1.toml

# CashShop Server
./Valhalla -type cashshop -config config_cashshop.toml

For more details, see README.md

Changelog

  • 2a409e7 Bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 (#264)

v0.0.52

01 Feb 13:41
7e89d05

Choose a tag to compare

Valhalla v0.0.52 Release

This release includes pre-built binaries for multiple platforms and architectures.

What's included

  • Valhalla server binary for your platform
  • Required JSON data files (drops.json, reactors.json, reactor_drops.json)
  • Sample configuration files (config_*.toml)
  • NPC scripts (scripts/)
  • LICENSE and README

Quick Start (Dev Mode - All-in-One)

Dev mode allows you to run all servers (login, world, channel, cashshop) in a single process!

  1. Download the appropriate archive for your platform
  2. Extract the archive
  3. Set up your MySQL database (see README.md)
  4. Run in dev mode:
./Valhalla -type dev -config config_dev.toml -channels 4

Dev mode features:

  • ✅ All servers in one process
  • ✅ Auto-register enabled (no need to create accounts)
  • ✅ 2x EXP/Drop/Mesos rates for faster testing
  • ✅ Perfect for solo play and testing

Production Deployment

For production environments, run each server type separately:

# Login Server
./Valhalla -type login -config config_login.toml

# World Server
./Valhalla -type world -config config_world.toml

# Channel Server(s)
./Valhalla -type channel -config config_channel_1.toml

# CashShop Server
./Valhalla -type cashshop -config config_cashshop.toml

For more details, see README.md

Changelog

v0.0.51

28 Jan 20:50
a5589c8

Choose a tag to compare

Valhalla v0.0.51 Release

This release includes pre-built binaries for multiple platforms and architectures.

What's included

  • Valhalla server binary for your platform
  • Required JSON data files (drops.json, reactors.json, reactor_drops.json)
  • Sample configuration files (config_*.toml)
  • NPC scripts (scripts/)
  • LICENSE and README

Quick Start (Dev Mode - All-in-One)

Dev mode allows you to run all servers (login, world, channel, cashshop) in a single process!

  1. Download the appropriate archive for your platform
  2. Extract the archive
  3. Set up your MySQL database (see README.md)
  4. Run in dev mode:
./Valhalla -type dev -config config_dev.toml -channels 4

Dev mode features:

  • ✅ All servers in one process
  • ✅ Auto-register enabled (no need to create accounts)
  • ✅ 2x EXP/Drop/Mesos rates for faster testing
  • ✅ Perfect for solo play and testing

Production Deployment

For production environments, run each server type separately:

# Login Server
./Valhalla -type login -config config_login.toml

# World Server
./Valhalla -type world -config config_world.toml

# Channel Server(s)
./Valhalla -type channel -config config_channel_1.toml

# CashShop Server
./Valhalla -type cashshop -config config_cashshop.toml

For more details, see README.md

Changelog

  • a5589c8 Implement Pickpocket meso drops and fix Mesos Explosion (#257)

v0.0.50

24 Jan 17:09
f469676

Choose a tag to compare

Valhalla v0.0.50 Release

This release includes pre-built binaries for multiple platforms and architectures.

What's included

  • Valhalla server binary for your platform
  • Required JSON data files (drops.json, reactors.json, reactor_drops.json)
  • Sample configuration files (config_*.toml)
  • NPC scripts (scripts/)
  • LICENSE and README

Quick Start (Dev Mode - All-in-One)

Dev mode allows you to run all servers (login, world, channel, cashshop) in a single process!

  1. Download the appropriate archive for your platform
  2. Extract the archive
  3. Set up your MySQL database (see README.md)
  4. Run in dev mode:
./Valhalla -type dev -config config_dev.toml -channels 4

Dev mode features:

  • ✅ All servers in one process
  • ✅ Auto-register enabled (no need to create accounts)
  • ✅ 2x EXP/Drop/Mesos rates for faster testing
  • ✅ Perfect for solo play and testing

Production Deployment

For production environments, run each server type separately:

# Login Server
./Valhalla -type login -config config_login.toml

# World Server
./Valhalla -type world -config config_world.toml

# Channel Server(s)
./Valhalla -type channel -config config_channel_1.toml

# CashShop Server
./Valhalla -type cashshop -config config_cashshop.toml

For more details, see README.md

Changelog

v0.0.49

22 Jan 21:26
e9d3823

Choose a tag to compare

Valhalla v0.0.49 Release

This release includes pre-built binaries for multiple platforms and architectures.

What's included

  • Valhalla server binary for your platform
  • Required JSON data files (drops.json, reactors.json, reactor_drops.json)
  • Sample configuration files (config_*.toml)
  • NPC scripts (scripts/)
  • LICENSE and README

Quick Start (Dev Mode - All-in-One)

Dev mode allows you to run all servers (login, world, channel, cashshop) in a single process!

  1. Download the appropriate archive for your platform
  2. Extract the archive
  3. Set up your MySQL database (see README.md)
  4. Run in dev mode:
./Valhalla -type dev -config config_dev.toml -channels 4

Dev mode features:

  • ✅ All servers in one process
  • ✅ Auto-register enabled (no need to create accounts)
  • ✅ 2x EXP/Drop/Mesos rates for faster testing
  • ✅ Perfect for solo play and testing

Production Deployment

For production environments, run each server type separately:

# Login Server
./Valhalla -type login -config config_login.toml

# World Server
./Valhalla -type world -config config_world.toml

# Channel Server(s)
./Valhalla -type channel -config config_channel_1.toml

# CashShop Server
./Valhalla -type cashshop -config config_cashshop.toml

For more details, see README.md

Changelog

v0.0.48

20 Jan 01:42
961349b

Choose a tag to compare

Valhalla v0.0.48 Release

This release includes pre-built binaries for multiple platforms and architectures.

What's included

  • Valhalla server binary for your platform
  • Required JSON data files (drops.json, reactors.json, reactor_drops.json)
  • Sample configuration files (config_*.toml)
  • NPC scripts (scripts/)
  • LICENSE and README

Quick Start (Dev Mode - All-in-One)

Dev mode allows you to run all servers (login, world, channel, cashshop) in a single process!

  1. Download the appropriate archive for your platform
  2. Extract the archive
  3. Set up your MySQL database (see README.md)
  4. Run in dev mode:
./Valhalla -type dev -config config_dev.toml -channels 4

Dev mode features:

  • ✅ All servers in one process
  • ✅ Auto-register enabled (no need to create accounts)
  • ✅ 2x EXP/Drop/Mesos rates for faster testing
  • ✅ Perfect for solo play and testing

Production Deployment

For production environments, run each server type separately:

# Login Server
./Valhalla -type login -config config_login.toml

# World Server
./Valhalla -type world -config config_world.toml

# Channel Server(s)
./Valhalla -type channel -config config_channel_1.toml

# CashShop Server
./Valhalla -type cashshop -config config_cashshop.toml

For more details, see README.md

Changelog

v0.0.47

17 Jan 23:49
be7c640

Choose a tag to compare

Valhalla v0.0.47 Release

This release includes pre-built binaries for multiple platforms and architectures.

What's included

  • Valhalla server binary for your platform
  • Required JSON data files (drops.json, reactors.json, reactor_drops.json)
  • Sample configuration files (config_*.toml)
  • NPC scripts (scripts/)
  • LICENSE and README

Quick Start (Dev Mode - All-in-One)

Dev mode allows you to run all servers (login, world, channel, cashshop) in a single process!

  1. Download the appropriate archive for your platform
  2. Extract the archive
  3. Set up your MySQL database (see README.md)
  4. Run in dev mode:
./Valhalla -type dev -config config_dev.toml -channels 4

Dev mode features:

  • ✅ All servers in one process
  • ✅ Auto-register enabled (no need to create accounts)
  • ✅ 2x EXP/Drop/Mesos rates for faster testing
  • ✅ Perfect for solo play and testing

Production Deployment

For production environments, run each server type separately:

# Login Server
./Valhalla -type login -config config_login.toml

# World Server
./Valhalla -type world -config config_world.toml

# Channel Server(s)
./Valhalla -type channel -config config_channel_1.toml

# CashShop Server
./Valhalla -type cashshop -config config_cashshop.toml

For more details, see README.md

Changelog

  • be7c640 fixed minigame room open window bug, changed player encode bytes to write to buffer directly instead of returning slice which is then copied/appended into another slice (#247)

v0.0.46

17 Jan 19:13
b4947b4

Choose a tag to compare

Valhalla v0.0.46 Release

This release includes pre-built binaries for multiple platforms and architectures.

What's included

  • Valhalla server binary for your platform
  • Required JSON data files (drops.json, reactors.json, reactor_drops.json)
  • Sample configuration files (config_*.toml)
  • NPC scripts (scripts/)
  • LICENSE and README

Quick Start (Dev Mode - All-in-One)

Dev mode allows you to run all servers (login, world, channel, cashshop) in a single process!

  1. Download the appropriate archive for your platform
  2. Extract the archive
  3. Set up your MySQL database (see README.md)
  4. Run in dev mode:
./Valhalla -type dev -config config_dev.toml -channels 4

Dev mode features:

  • ✅ All servers in one process
  • ✅ Auto-register enabled (no need to create accounts)
  • ✅ 2x EXP/Drop/Mesos rates for faster testing
  • ✅ Perfect for solo play and testing

Production Deployment

For production environments, run each server type separately:

# Login Server
./Valhalla -type login -config config_login.toml

# World Server
./Valhalla -type world -config config_world.toml

# Channel Server(s)
./Valhalla -type channel -config config_channel_1.toml

# CashShop Server
./Valhalla -type cashshop -config config_cashshop.toml

For more details, see README.md

Changelog

v0.0.45

17 Jan 16:41
3e87220

Choose a tag to compare

Valhalla v0.0.45 Release

This release includes pre-built binaries for multiple platforms and architectures.

What's included

  • Valhalla server binary for your platform
  • Required JSON data files (drops.json, reactors.json, reactor_drops.json)
  • Sample configuration files (config_*.toml)
  • NPC scripts (scripts/)
  • LICENSE and README

Quick Start (Dev Mode - All-in-One)

Dev mode allows you to run all servers (login, world, channel, cashshop) in a single process!

  1. Download the appropriate archive for your platform
  2. Extract the archive
  3. Set up your MySQL database (see README.md)
  4. Run in dev mode:
./Valhalla -type dev -config config_dev.toml -channels 4

Dev mode features:

  • ✅ All servers in one process
  • ✅ Auto-register enabled (no need to create accounts)
  • ✅ 2x EXP/Drop/Mesos rates for faster testing
  • ✅ Perfect for solo play and testing

Production Deployment

For production environments, run each server type separately:

# Login Server
./Valhalla -type login -config config_login.toml

# World Server
./Valhalla -type world -config config_world.toml

# Channel Server(s)
./Valhalla -type channel -config config_channel_1.toml

# CashShop Server
./Valhalla -type cashshop -config config_cashshop.toml

For more details, see README.md

Changelog

v0.0.44

17 Jan 15:51
d13f63a

Choose a tag to compare

Valhalla v0.0.44 Release

This release includes pre-built binaries for multiple platforms and architectures.

What's included

  • Valhalla server binary for your platform
  • Required JSON data files (drops.json, reactors.json, reactor_drops.json)
  • Sample configuration files (config_*.toml)
  • NPC scripts (scripts/)
  • LICENSE and README

Quick Start (Dev Mode - All-in-One)

Dev mode allows you to run all servers (login, world, channel, cashshop) in a single process!

  1. Download the appropriate archive for your platform
  2. Extract the archive
  3. Set up your MySQL database (see README.md)
  4. Run in dev mode:
./Valhalla -type dev -config config_dev.toml -channels 4

Dev mode features:

  • ✅ All servers in one process
  • ✅ Auto-register enabled (no need to create accounts)
  • ✅ 2x EXP/Drop/Mesos rates for faster testing
  • ✅ Perfect for solo play and testing

Production Deployment

For production environments, run each server type separately:

# Login Server
./Valhalla -type login -config config_login.toml

# World Server
./Valhalla -type world -config config_world.toml

# Channel Server(s)
./Valhalla -type channel -config config_channel_1.toml

# CashShop Server
./Valhalla -type cashshop -config config_cashshop.toml

For more details, see README.md

Changelog