Jump to content
  • 0

Reduce Lord Knight class hp


Question

Posted

Hi friends, I would like to know where I can change the HP of the Lord Knight class, currently it is taking more HP from the Paladin class.
My server has a high rate of 999

3 answers to this question

Recommended Posts

  • 0
Posted
12 hours ago, Kater said:

Hi friends, I would like to know where I can change the HP of the Lord Knight class, currently it is taking more HP from the Paladin class.
My server has a high rate of 999

Uncomment this line https://github.com/rathena/rathena/blob/3e14940ee1a837984c19f2e8698cdd7b3e5cec23/src/config/core.hpp#L47

And edit the HP/SP specific job on "job_basepoints.yml" depend if you are renewal or pre-re

  • 0
Posted
4 hours ago, Mice said:

Uncomment this line https://github.com/rathena/rathena/blob/3e14940ee1a837984c19f2e8698cdd7b3e5cec23/src/config/core.hpp#L47

And edit the HP/SP specific job on "job_basepoints.yml" depend if you are renewal or pre-re

 

It doesn't make sense, it's set up like this but the class has high HP, level 999

  - Jobs:
      Knight: true
      Knight2: true
      Lord_Knight: true
      Lord_Knight2: true
      Baby_Knight: true
      Baby_Knight2: true
    BaseHp:
      - Level: 1
        Hp: 40
      - Level: 2
        Hp: 48
      - Level: 3
        Hp: 58
      - Level: 4
        Hp: 69
      - Level: 5
        Hp: 82
      - Level: 6
        Hp: 96
      - Level: 7
        Hp: 112
      - Level: 8
        Hp: 129
      - Level: 9
        Hp: 148
      - Level: 10
        Hp: 168
      - Level: 11
        Hp: 190
      - Level: 12
        Hp: 213
      - Level: 13
        Hp: 238
      - Level: 14
        Hp: 264
      - Level: 15
        Hp: 292
      - Level: 16
        Hp: 321
      - Level: 17
        Hp: 352
      - Level: 18
        Hp: 384
      - Level: 19
        Hp: 418
      - Level: 20
        Hp: 453
      - Level: 21
        Hp: 490
      - Level: 22
        Hp: 528
      - Level: 23
        Hp: 568
      - Level: 24
        Hp: 609
      - Level: 25
        Hp: 652
      - Level: 26
        Hp: 696
      - Level: 27
        Hp: 742
      - Level: 28
        Hp: 789
      - Level: 29
        Hp: 838
      - Level: 30
        Hp: 888
      - Level: 31
        Hp: 940
      - Level: 32
        Hp: 993
      - Level: 33
        Hp: 1048
      - Level: 34
        Hp: 1104
      - Level: 35
        Hp: 1162
      - Level: 36
        Hp: 1221
      - Level: 37
        Hp: 1282
      - Level: 38
        Hp: 1344
      - Level: 39
        Hp: 1408
      - Level: 40
        Hp: 1473
      - Level: 41
        Hp: 1540
      - Level: 42
        Hp: 1608
      - Level: 43
        Hp: 1678
      - Level: 44
        Hp: 1749
      - Level: 45
        Hp: 1822
      - Level: 46
        Hp: 1896
      - Level: 47
        Hp: 1972
      - Level: 48
        Hp: 2049
      - Level: 49
        Hp: 2128
      - Level: 50
        Hp: 2208
      - Level: 51
        Hp: 2290
      - Level: 52
        Hp: 2373
      - Level: 53
        Hp: 2458
      - Level: 54
        Hp: 2544
      - Level: 55
        Hp: 2632
      - Level: 56
        Hp: 2721
      - Level: 57
        Hp: 2812
      - Level: 58
        Hp: 2904
      - Level: 59
        Hp: 2998
      - Level: 60
        Hp: 3093
      - Level: 61
        Hp: 3190
      - Level: 62
        Hp: 3288
      - Level: 63
        Hp: 3388
      - Level: 64
        Hp: 3489
      - Level: 65
        Hp: 3592
      - Level: 66
        Hp: 3696
      - Level: 67
        Hp: 3802
      - Level: 68
        Hp: 3909
      - Level: 69
        Hp: 4018
      - Level: 70
        Hp: 4128
      - Level: 71
        Hp: 4240
      - Level: 72
        Hp: 4353
      - Level: 73
        Hp: 4468
      - Level: 74
        Hp: 4584
      - Level: 75
        Hp: 4702
      - Level: 76
        Hp: 4821
      - Level: 77
        Hp: 4942
      - Level: 78
        Hp: 5064
      - Level: 79
        Hp: 5188
      - Level: 80
        Hp: 5313
      - Level: 81
        Hp: 5440
      - Level: 82
        Hp: 5568
      - Level: 83
        Hp: 5698
      - Level: 84
        Hp: 5829
      - Level: 85
        Hp: 5962
      - Level: 86
        Hp: 6096
      - Level: 87
        Hp: 6232
      - Level: 88
        Hp: 6369
      - Level: 89
        Hp: 6508
      - Level: 90
        Hp: 6648
      - Level: 91
        Hp: 6790
      - Level: 92
        Hp: 6933
      - Level: 93
        Hp: 7078
      - Level: 94
        Hp: 7224
      - Level: 95
        Hp: 7372
      - Level: 96
        Hp: 7521
      - Level: 97
        Hp: 7672
      - Level: 98
        Hp: 7824
      - Level: 99
        Hp: 7978

 

  • 0
Posted

It's normal that Lord Knights have more HP than Paladins. Lord Knights have the highest HP factor.

Anyway, if you don't want to specify HP/SP for 999 levels, I recommend you don't use the HP/SP tables, you can comment out the define pointed out by Mice and then use job_stats.yml instead.

Just be aware if won't use the official values then anymore, not even for level 1-99.

  - Jobs:
      Knight: true
      Knight2: true
    MaxWeight: 28000
    HpFactor: 150
    SpIncrease: 300
  - Jobs:
      Lord_Knight: true
      Lord_Knight2: true
    MaxWeight: 28000
    HpFactor: 150
    SpIncrease: 300
  - Jobs:
      Baby_Knight: true
      Baby_Knight2: true
    MaxWeight: 28000
    HpFactor: 150
    SpIncrease: 300

For example if you want to reduce Knight HP you need to reduce the HpFactor here from 150 to a lower value. You could set it to 110, then they have the same base HP as Assassin.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...