xexllama
11-19-2008, 09:09 PM
This should help some people. To set max level you need to modify TWO settings.
Both are located under rules_values
Character:MaxLevel <level you want>
Character:MaxExpLevel <level you want>
Both of these must be changed if you want your characters to level to a specific point. Alternately you could just change MaxExpLevel and leave MaxLevel set to 75 or whatever as it won't let you go past 60 if MaxExpLevel is 60.
Expansions...Thank you those who got this ball rolling (especially Trev)
0 = classic
1 = kunark
2 = velious
4 = luclin
8 = pop
16 = loy
32 = ldon
64 = god
128 = oow
256 = don
So 0+1 = 1, which would enable classic and kunark
0+1+2+16+64 = 83, which would give you classic, kunark, LoY and GoD.
Also if your working on a progression server, the best way to limit the amount of zones available would be under zone in your DB.
Change your min_status to 0 on zones you want characters accessing.
One last side node...in eqemu_config.xml the default status level for anybody connecting is set there. So if its default (which is 20) then any zone that is min_status 20 or less, will let anyone zone in. I changed eqemu_config.xml to make everyone 0 and went from there.
Hope this helps.
Both are located under rules_values
Character:MaxLevel <level you want>
Character:MaxExpLevel <level you want>
Both of these must be changed if you want your characters to level to a specific point. Alternately you could just change MaxExpLevel and leave MaxLevel set to 75 or whatever as it won't let you go past 60 if MaxExpLevel is 60.
Expansions...Thank you those who got this ball rolling (especially Trev)
0 = classic
1 = kunark
2 = velious
4 = luclin
8 = pop
16 = loy
32 = ldon
64 = god
128 = oow
256 = don
So 0+1 = 1, which would enable classic and kunark
0+1+2+16+64 = 83, which would give you classic, kunark, LoY and GoD.
Also if your working on a progression server, the best way to limit the amount of zones available would be under zone in your DB.
Change your min_status to 0 on zones you want characters accessing.
One last side node...in eqemu_config.xml the default status level for anybody connecting is set there. So if its default (which is 20) then any zone that is min_status 20 or less, will let anyone zone in. I changed eqemu_config.xml to make everyone 0 and went from there.
Hope this helps.