Skip to content

Releases: Hucaru/Valhalla

v0.0.58

Choose a tag to compare

@github-actions github-actions released this 31 Mar 15:12
f0d1a94

Valhalla v0.0.58 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

  • f0d1a94 Fix cash shop inventory slot increase packet opcode structure (#270)

v0.0.57

Choose a tag to compare

@github-actions github-actions released this 31 Mar 15:04
ae5fd67

Valhalla v0.0.57 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

  • ae5fd67 Fix cash shop lock after purchase failure (#269)

v0.0.56

Choose a tag to compare

@github-actions github-actions released this 31 Mar 15:03
4f2bb5d

Valhalla v0.0.56 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.55

Choose a tag to compare

@github-actions github-actions released this 30 Mar 20:59
5dbdb13

Valhalla v0.0.55 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

  • 5dbdb13 Fix SetEnabled method to set enabled state correctly (#267)

v0.0.54

Choose a tag to compare

@github-actions github-actions released this 27 Mar 16:35
a86b204

Valhalla v0.0.54 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

  • a86b204 Add world-level autoBan config to globally toggle autoban (#265)

v0.0.53

Choose a tag to compare

@github-actions github-actions released this 19 Feb 20:50
2a409e7

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

Choose a tag to compare

@github-actions github-actions released this 01 Feb 13:41
7e89d05

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

Choose a tag to compare

@github-actions github-actions released this 28 Jan 20:50
a5589c8

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

Choose a tag to compare

@github-actions github-actions released this 24 Jan 17:09
f469676

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

Choose a tag to compare

@github-actions github-actions released this 22 Jan 21:26
e9d3823

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