Group Lvl and Xp
what in the database controls the lvl of people you are allowed to group with? on live it was 2/3 your lvl or your lvl multiplied by 1.5 is maximum you can group with. on my server ive noticed that it's only 8 levels up or down...
thanks |
Dont think this is DB, but more hard-coded into the emulator itself. Have to go through source to find it.
|
Piqued my interest too, it seems hardcoded to 8, exp.cpp, line 457+:
Code:
sint16 diff = cmember->GetLevel() - maxlevel; This (probably) isn't valid C code, but I would guess something like: sint16 expforjoo = (cmember->Getlevel() / 2)+(cmember->Getlevel() +1); if (expforjoo >= maxlevel) --etc. Meaning L46 can gain exp with a L70, L51 with L75 as per live I think...its been a while |
That would be a snazy addition to the code, since we all love twink plvling.
|
All times are GMT -4. The time now is 08:55 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.