Skip to content

Death Knight stats very screwy. #1

Description

@BlackwaterEmu
  •        Case Classes.CLASS_DEATH_KNIGHT 'Deathknight stats will need to be changed once we learn what this stuff is
    
  •            If c.Level <= 55 Then
    
  •                c.Life.Base += c.Level + 10
    
  •            End If
    
  •            c.Strength.Base += gainStat(c.Level, 0.00039, 0.006902, 1.08004, -1.051701)
    
  •            c.Intellect.Base += gainStat(c.Level, 0.000002, 0.001003, 0.10089, -0.076055)
    
  •            c.Agility.Base += gainStat(c.Level, 0.000022, 0.0046, 0.655333, -0.600356)
    
  •            c.Stamina.Base += gainStat(c.Level, 0.000059, 0.004044, 1.04, -1.488504)
    
  •            c.Spirit.Base += gainStat(c.Level, 0.000006, 0.002031, 0.27836, -0.340077)
    

Add this under Case Classes.CLASS_WARRIOR stats and it should fix it (remove the +'s), also - Wowadict - Mind adding someone on Skype for a little question and answer on this project?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions