Gepard Posted March 15, 2012 Posted March 15, 2012 See db/job_db1.txt Column #3 is HPFactor, column #4 is HPMultiplicator. Quote
justin008 Posted March 15, 2012 Author Posted March 15, 2012 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?? Quote
Gepard Posted March 15, 2012 Posted March 15, 2012 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. Quote
justin008 Posted March 15, 2012 Author Posted March 15, 2012 i Change the 110 and 700 to 35 and 100 but still same HP... Quote
LCDTheOG Posted March 17, 2012 Posted March 17, 2012 (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 March 17, 2012 by lilcooldude69 Quote
Emistry Posted March 17, 2012 Posted March 17, 2012 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.... Quote
Question
justin008
How Can i Edit or Decrease Paladin HP ?
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.