Jump to content
  • 0

How to Edit Paladin HP ?


justin008

Question


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  31
  • Reputation:   0
  • Joined:  03/11/12
  • Last Seen:  

How Can i Edit or Decrease Paladin HP ?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  392
  • Reputation:   285
  • Joined:  12/19/11
  • Last Seen:  

See db/job_db1.txt

Column #3 is HPFactor, column #4 is HPMultiplicator.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  31
  • Reputation:   0
  • Joined:  03/11/12
  • Last Seen:  

This one Sir?

// Paladin

4015, 28000,110 ,700 ,470 ,400 ,500 ,500 ,550 ,600 ,600 ,700 ,700 ,650 ,700 ,2000 ,2000

what should i change there??

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  392
  • Reputation:   285
  • Joined:  12/19/11
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  31
  • Reputation:   0
  • Joined:  03/11/12
  • Last Seen:  

i Change the 110 and 700 to 35 and 100 but still same HP...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  222
  • Reputation:   35
  • Joined:  12/13/11
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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

Link to comment
Share on other sites

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.

×
×
  • Create New...