justin008 Posted March 15, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 31 Reputation: 0 Joined: 03/11/12 Last Seen: September 21, 2018 Share Posted March 15, 2012 How Can i Edit or Decrease Paladin HP ? Quote Link to comment Share on other sites More sharing options...
Gepard Posted March 15, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 392 Reputation: 285 Joined: 12/19/11 Last Seen: January 23, 2022 Share Posted March 15, 2012 See db/job_db1.txt Column #3 is HPFactor, column #4 is HPMultiplicator. Quote Link to comment Share on other sites More sharing options...
justin008 Posted March 15, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 31 Reputation: 0 Joined: 03/11/12 Last Seen: September 21, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
Gepard Posted March 15, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 392 Reputation: 285 Joined: 12/19/11 Last Seen: January 23, 2022 Share 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 Link to comment Share on other sites More sharing options...
justin008 Posted March 15, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 31 Reputation: 0 Joined: 03/11/12 Last Seen: September 21, 2018 Author Share Posted March 15, 2012 i Change the 110 and 700 to 35 and 100 but still same HP... Quote Link to comment Share on other sites More sharing options...
LCDTheOG Posted March 17, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 223 Reputation: 36 Joined: 12/13/11 Last Seen: February 1 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted March 17, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 9 hours ago Share 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 Link to comment Share on other sites More sharing options...
Question
justin008
How Can i Edit or Decrease Paladin HP ?
Link to comment
Share on other sites
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.