Mod Skill Point Costs - tre/loh_001.tre/datatables/skill/skills.iff?

Devinous

New Member
Joined
May 10, 2017
Messages
14
I am having a heck of a time trying to find where I can change around the costs of skills. I am really just trying to 0 out the FS stuff so that jedis can have the full 250 for their skills. If anyone can direct me to the correct place I would be really appreciative. I feel like I have literally clicked on everything in Core3 at this point lol
 

Aeryna

Moderator
Staff member
Moderator
Joined
Oct 10, 2017
Messages
362
Try in src/server/zone/managers/skill/SkillManager.cpp

Find the 2 lines for those points:

Code:
int totalSkillPointsWasted = 250;
And change this value.

* Rebuild your server using 'make -j(number of cores)' or if you're using another version (make build).

If you notice it has not taken effect, try to rebuild all your server. Delete "build" folder in MMOCoreORB and follow the last step up there.
 
Top Bottom