
'minLevel' to enter Ragefire Chasm (map 389) is currently set to 13.
There are 5 quests available for RFC, all with a minimum starting level of 9. I'm getting conflicting information on the original 1.12 starting level for RFC, however I believe it should be 8 (or 10).
a list of instance level ranges can be queried from the current database using the following select statement:
SELECT map.map, map.levelMin, map.levelMax, maxPlayers
FROM mangos0.instance_template map
ORDER BY map.levelMin;
I've temporarily updated my database with the following:
UPDATE mangos0.instance_template map
SET map.levelMin = 8
WHERE map = '389'
...however, it doesn't seem to change the level restriction when trying to enter RFC after a server reboot.
server version: 21014, database version: 21.14.67
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now