Thread: Expansions
View Single Post
  #3  
Old 10-05-2008, 09:21 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

I think they all work off of a bitmask. So, it should be something like the following in expansions setting in the variables table:

1 = classic
2 = kunark
4 = velious
8 = PoP
16 = LDoN
32 =
64 =

etc. down the list of all expansions multiplying the previous expansion setting X2.

Then, if you want to have multiple expansions, you just need to add up the total numbers of the expansions you want. So, Classic + Kunark + Velious would be 1+2+4 = 7. So, if you put 7 in your setting in the variables table, it should enable all of those. If you wanted only classic and PoP, you would do 1 + 8 = 9 and so on.

I am not 100% sure on this, but I know I have seen something like it around here somewhere.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote