promotional bannermobile promotional banner

Heroes MMORPG: Leveling, Classes, Races, Skills, Factions

A comprehensive, lightweight, and flexible RPG character progression system for Hytale servers. Features classes, races, professions, experience systems, leveling, and extensive customization options.

File Details

herotale-heroes-0.20.0.zip

  • R
  • Feb 10, 2026
  • 847.51 KB
  • 196
  • Early Access

File Name

herotale-heroes-0.20.0.zip

Supported Versions

  • Early Access

**New UI ** /hero gui, no longer needs HyUI

FACTION-API SYSTEM IMPLEMENTED Implemented core faction data, config parsing, storage (JSON/SQL), and service/API with events and permission fallback. Added faction commands for players and admins, plus Heroes integration for detach-on-change and login permission apply. Updated default config to include faction settings and sample factions.

GEAR/WEP RESTRICTIONS

  • Classes/Professions/Races can now have gear restrictions set where they cannot equip the gear unless its granted to them in the .json file. This also accepts wild cards as well.

    "allowedWeapons": [
      "Weapon_Sword_*",
      "Weapon_Axe_*",
      "Weapon_Battleaxe_*",
      "Weapon_Mace_*",
      "Weapon_Spear_*",
      "Weapon_Polearm_*",
      "Weapon_Shield_*"
    ],
    "allowedArmor": [
      "Armor_Copper_*",
      "Armor_Iron_*",
      "Armor_Thorium_*",
      "Armor_Cobalt_*",
      "Armor_Adamantite_*",
      "Armor_Mithril_*",
      "Armor_Steel_*",
      "Armor_Ancient_Steel_*",
      "Armor_Bronze_*",
      "Armor_Ornate_Bronze_*",
      "Armor_Onyxium_*",
      "Armor_Trork_Warrior_*",
      "Armor_Wooden_*",
      "Armor_Prisma_*"
    ],
    "allowedOffhand": [
      "Weapon_Shield_*"
    ],
    "allowedTools": [
      "Tool_Pickaxe_*",
      "Tool_Axe_*",
      "Tool_Shovel_*"
    ],