Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 141
    • Issues 141
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicMobsMythicMobs
  • Issues
  • #1141

Closed
Open
Created Jun 04, 2023 by Jesus beltran@Anthony114669

Level Modifiers not being applied correctly or not working at all

on the mob.yml

ExampleMob: Type: HUSK Options: LevelModifiers: Health: 0 <------is not respecting this and mob still have scaling health Power: 0 <------same Damage: 0 <------same

on the config.yml:

Scaling:
  Default:
    Enabled: true
    ScaleVanillaMobs: false
    PerBlocksFromSpawn: 100
  survival:
    Enabled: true
    PerBlocksFromSpawn: 100
  creativo:
    Enabled: true
    PerBlocksFromSpawn: 100        
BossBar:
  UpdateInterval: 20
ScalingEquations:
  Health: V * ((1.05)^(L-1))
  Damage: V * ((1.05)^(L-1))
DefaultLevelModifiers:
  Health: 0 <------is not respecting this and mob still have scaling health
  Armor: 0 <------same
  Damage: 0 <------same

and another issue is mobs are spawning in the spawn center area at level "0" with in my thinkong is a bug, should be level 1 minimum.

just looking to report this bug, since world scaling mechanig and is broken, cannot be used at the moment

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking