Jump to content
  • 0

How to Edit Paladin HP ?


Question

6 answers to this question

Recommended Posts

Posted

Adjust values of column #3 (110, HPFactor) and #4 (700, HPMultiplicator).

Base MaxHP (before VIT, Baby, Upper, skills and items adjustments) is calculated as follows:

MaxHPn = 35 + n * HPMultiplicator / 100 + Fn

where

Fn = Fn-1 + (HPFactor * n + 50) / 100

F1 = 0

n is current Base Level.

Posted (edited)

holy crap that formula for hp is pretty complicated LOL, justin if its too complicated just make a script

example:

if (Class == 4015){
set MaxHp, (your max hp limit on paladin);
end;
}

of course, youd have to put in more checks like to check for lvl n stuff. wouldnt want a lvl 50 paladin having the max hp limit on ur server right when they change class xD

emistry if u edit this i swear to god, this is just an example dont gimme this "You didnt close correctly this is how u do it" >_>

Edited by lilcooldude69
Posted

huh ?? sry didnt get what you mean lilcooldude..

your method ...i dont think it can make the holder alway having the same "amount" of hp all the time

anyway..

@TS..

if you want to make it nicely...then follow what gepard said..

after edit..restart your server...i think it should be work then..

or after restart make your character go lvling up/down the character to ensure it show the different....

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...