Questions on some source code
I am looking at
http://projecteqemu.googlecode.com/s...one/maxskill.h Take a look for example at this: Code:
// Hybrids Same thing happens to say priests hand to hand skill, which is force caped at 75 etc. Now I am confused, if that is so, then Skill table in Db is rather useless. If go in and set custom skill caps per level for various classes (like giving priests same hand to hand skill per level as monks have), they would be irrelevant, as this little part of source code above will effectively ignore them, and cap my skills anyway. Shouldn't server just read the proper values from the Db skill table, cause that what its for? In other words, this forceful capping contradicts supposed freedom of customization granted by the skills table. Would any devs care to comment? |
Looks like an old header file that isn't used any more. The one that is used is
zone/client.cpp Code:
int16 Client::MaxSkill(SkillType skillid, int16 class_, int16 level) const { |
ah cool, false alarm then =)
Thanks Derision! =) |
All times are GMT -4. The time now is 04:33 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.