Forums WoW Modding Discussion Miscellaneous [Archive] Over level 100 - Worldserver won't start

[Archive] Over level 100 - Worldserver won't start

[Archive] Over level 100 - Worldserver won't start

rektbyfaith
Administrator
0
11-04-2025, 05:18 PM
#1
Archived author: ogwatson • Posted: 2025-11-04T18:18:50.048034
Original source

If I go into the config and set the max level to 255 it won't let me start the worldserver. I really would like to make max level 255 as I'm planning to increase xp rate.

I hope you can help,

Thanks.
rektbyfaith
11-04-2025, 05:18 PM #1

Archived author: ogwatson • Posted: 2025-11-04T18:18:50.048034
Original source

If I go into the config and set the max level to 255 it won't let me start the worldserver. I really would like to make max level 255 as I'm planning to increase xp rate.

I hope you can help,

Thanks.

rektbyfaith
Administrator
0
11-04-2025, 05:18 PM
#2
Archived author: ogwatson • Posted: 2025-11-04T18:18:50.048034
Original source

Actually it seems like it's over level 85.
rektbyfaith
11-04-2025, 05:18 PM #2

Archived author: ogwatson • Posted: 2025-11-04T18:18:50.048034
Original source

Actually it seems like it's over level 85.

rektbyfaith
Administrator
0
11-04-2025, 05:18 PM
#3
Archived author: ogwatson • Posted: 2025-11-04T18:18:50.048034
Original source

Hello, this might be caused by unavailable "experience" or "stat" information, from the database. Every level needs information on these two areas, if not even from somewhere else too, but i can't recall.

Go ahead and see if you can find these tables in the database, and add information accordingly. You could also give searching google a shot, because this has surely been done before.

Good luck! Regards,

Zafire
rektbyfaith
11-04-2025, 05:18 PM #3

Archived author: ogwatson • Posted: 2025-11-04T18:18:50.048034
Original source

Hello, this might be caused by unavailable "experience" or "stat" information, from the database. Every level needs information on these two areas, if not even from somewhere else too, but i can't recall.

Go ahead and see if you can find these tables in the database, and add information accordingly. You could also give searching google a shot, because this has surely been done before.

Good luck! Regards,

Zafire

rektbyfaith
Administrator
0
11-04-2025, 05:18 PM
#4
Archived author: ogwatson • Posted: 2025-11-04T18:18:50.048034
Original source

You need to edit the core and set the max level from 80 to 255

#ifndef DBCENUMS_H

#define DBCENUMS_H

// Client expected level limitation, like as used in DBC item max levels for "until max player level"

// use as default max player level, must be fit max level for used client

// also see MAX_LEVEL and STRONG_MAX_LEVEL define

#define DEFAULT_MAX_LEVEL 255

// client supported max level for player/pets/etc. Avoid overflow or client stability affected.

// also see GT_MAX_LEVEL define

#define MAX_LEVEL 255

// Server side limitation. Base at used code requirements.

// also see MAX_LEVEL and GT_MAX_LEVEL define

#define STRONG_MAX_LEVEL 255

And than recompile the core
rektbyfaith
11-04-2025, 05:18 PM #4

Archived author: ogwatson • Posted: 2025-11-04T18:18:50.048034
Original source

You need to edit the core and set the max level from 80 to 255

#ifndef DBCENUMS_H

#define DBCENUMS_H

// Client expected level limitation, like as used in DBC item max levels for "until max player level"

// use as default max player level, must be fit max level for used client

// also see MAX_LEVEL and STRONG_MAX_LEVEL define

#define DEFAULT_MAX_LEVEL 255

// client supported max level for player/pets/etc. Avoid overflow or client stability affected.

// also see GT_MAX_LEVEL define

#define MAX_LEVEL 255

// Server side limitation. Base at used code requirements.

// also see MAX_LEVEL and GT_MAX_LEVEL define

#define STRONG_MAX_LEVEL 255

And than recompile the core

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)