Leveling past 65?
I have noticed several servers allow you to level past 65. I have searched through the forums, and browsed though the tables in mysql front/eqadmin and have see nothing that would allow this to be changed. What is required to allow players to earn exp and level past level 65??
|
Re: Leveling past 65?
Quote:
|
ehh thats no good. Was hoping it would be as simple as chaging something from a number to another :/.
|
Quote:
Open up /zone/client.cpp and search for Code:
void Client::SetEXP Code:
int8 maxlevel = 66; |
Its the compile part that Im not sure of myself on. I have no compiler and don't want to have to go through the trouble of making another e-mail address to try that free trial again. The actually compileing don't look too bad, its trying to compile it with perl that seems ruff.
|
Something like that should probably go into the variables table...
WC |
Agreed.
|
The problem with putting it in the variables table is that if you make it too high then a lot more code needs to be changed as well. I helped scorp go through this when he changed max level to 130. Once you hit 105 or so without doing any other code changes you will go back to level 1 because the xp variable is not big enough to store that much xp so the xp formulas had to be completely rewritten. And we would probably run into the same problem again at some point before 255.
|
I remember reading your post about it...used a scaler or something similar right?
If so, when eqemu reads the value from the table, what if it did a mod 105 to find out how many times over it needs to be scaled? The code scorp added would obviously need to be put into cvs for this to happen, or at the very least posted in the dev forum. |
how about restricting the levels
So to allow leveling past 65 u have to change the hard coded info in the client. But what if u wanted to restrict the levels so u cannot level past 65?? Could this be done in just the database?
|
Neither of those can be done in the client or in the DB. You have to change the code in the server.
|
Should probably at least make this 70 by default since that's what EQLive is at right now.
|
I dunno. most servers i would say want a pre-fucked up expansions experience. increasing it to 70 could very well cheapen the difficulty of the other expansions. Considering how there no collected info about the new expansions and probably wont be for a very long time, the odds of a populated oow server. (without made up spawns) are slim. i vote keep it 65.
|
Opening up expansions has another side effect that's very important. More simultaneous open zones = more hardware requirements. If you keep the number of zones limited, you limit how spread over the world the players can be.
|
I haven't even begun to dent my system resources hehe. I actually made a batch file that opened every single zone in EQ, including OOW, all static. Took about 5 minutes for them all to connect up but it did work and I had plenty of ram left hehe. The zones weren't empty either, last I checked I had 191 populated zones. I'm actually quite impressed how optimized things are, especially in the memory usage department.
|
All times are GMT -4. The time now is 12:14 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.