/Consider system
Anyone happen to know where in the source I can find the formulas used for the con system? I am looking through it but not finding it so far. I am trying to match the leveling script for my server up with the con system but so far, I cannot find the formulas used :(
|
It actually appears to be handled client side, I can find nothing in the eqemu source with the formulas used. If anyone knows the formula used for the con system or where I can find it though I would appreciate it.
|
In zone/faction.cpp around line 82
Code:
character_value += fm->base + fm->class_mod + fm->race_mod + fm->deity_mod; |
Woops, you said the level part of it. I think that is client side.
|
Yeah I need the formulas used to determine if you should get xp for a kill. I am trying to match my system up with the con system, but it appears to be nearly impossible to just get lucky and have it match up.
|
Have a look at MobAI.cpp, int32 Mob::GetLevelCon(int8 mylevel, int8 iOtherLevel)
|
Thanks Derision,wish I had seen this about 20 mins ago. I tested every level 1-50 on my server and put 50 if statements into my leveling system to make it match cons. It was a blast :(
|
All times are GMT -4. The time now is 08:06 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.