View Single Post
  #6  
Old 11-11-2021, 08:10 PM
Starrlord
Fire Beetle
 
Join Date: Nov 2021
Posts: 2
Default

Quote:
Originally Posted by methodx View Post
I will share my wisdom seen as I had to look it up a few times now, most recently tonight =D

It is stored in 4 places in the DB

Format is as follows

# TABLE | ROW | TYPE

1. VARIABLES | Expansions | Bitmask
2. RULE_VALUES | Expansion:CurrentExpansion | Bit
3. RULE_VALUES | Bots:BotExpansionSettings | Bitmask (This is only if bots are installed)
4. RULE_VALUES | World:ExpansionSettings | Bitmask

So for example - to have a server with Luclin as the max expansion the values would be as follows;

1. VARIABLES | Expansions | Bitmask | 7
2. RULE_VALUES | Expansion:CurrentExpansion | Bit | 4
3. RULE_VALUES | Bots:BotExpansionSettings | Bitmask | 7
4. RULE_VALUES | World:ExpansionSettings | Bitmask | 7

https://eqemu.gitbook.io/server/cate...nsion-bitmasks

I tried these Values and was successful but the Expansion available was Gates of Discord. I want to limit it to Velious.
I tried using
1. 2
2. 2
3. Wasn't in the DB
4. 2
And some other combinations but none work. Had to set it back to what it was originally which isn't what I want.
Any tips on actually values to use?

I did read the resources provided. It seems to me that number 1 and 4 are the issues. Default settings were 16383. I believe number 2 is correct being 2.
Reply With Quote