View Single Post
  #10  
Old 08-31-2016, 06:46 PM
Maze_EQ
Demi-God
 
Join Date: Mar 2012
Posts: 1,106
Default

Quote:
Originally Posted by Uleat View Post
Pretty sure the answer was already given..


One of the issues with fixing this is having to deal with non-advanceable classes already having a '> 200' bind wounds skill.

If you can advance those classes past 200, then the skill-up code needs to be checked and modified as well.

Currently, the only class coded to use the 70% max is Monk.

Based on that, and the observation of your non-Monk characters being able to skill-up past 200, the most viable course of action is to add additional
cases for those classes that should be allowed to use the 70% rule.


If anyone can provide those classes, I could commit a fix for this..otherwise, it'll have to wait until I can research it, or another dev has time to.

Sorry for the huge quote. But basically add


Code:
|| GetClass==WARRIOR || GetClass==ROGUE
Just recompiled nagafens and works fine.
__________________
"No, thanks, man. I don't want you fucking up my life, too."

Skype:
Comerian1
Reply With Quote