Exp pack is installed on my users clients and my own client, but no one can access in seekers areas? Anyone know why? Is there a setting that needs to be enabled on the server side for everyone to access these areas?
Running version 3876. (I know its old but our main coder disappeared right when 14 came out... Too much custom work done to update without breaking our entire server...)
Seekers addon greyed out on login.
Re: Seekers addon greyed out on login.
To enable the icon on the login screen look at /conf/login_darkstar.conf
Near the bottom of that file is a bitmask, you gotta flip the bits for each expansion on that screen
As for actually getting into the zones, I don't think anyone's made access available yet in Darkstar (in the official trunk anyways); we have a ways to go before we worry about SoA areas...
Near the bottom of that file is a bitmask, you gotta flip the bits for each expansion on that screen
As for actually getting into the zones, I don't think anyone's made access available yet in Darkstar (in the official trunk anyways); we have a ways to go before we worry about SoA areas...
-- Whasf
Re: Seekers addon greyed out on login.
the bit number for seekers is 4094 for seekers
Re: Seekers addon greyed out on login.
Are you sure you don't mean 4096?
Re: Seekers addon greyed out on login.
For everything to be lit up:
Byte 2 = 00001111 (seekers + 3 abyssea)
Byte 1 = 11111110 (zilart+cop+aht urgan+wotg+crystal prof+moogle+shantoto)
0000111111111110 binary is 4094 decimal.
2048 (or 0000100000000000) would be seekers and nothing else.
4096 (or 0001000000000000) is an expansion that does not exist yet, all by itself.
Wish it was done in hexadecimal instead of decimal. My brain converts to that without thinking I'm so used to it already. I almost typed 0F FE the 1st few times I was in that config file.
Byte 2 = 00001111 (seekers + 3 abyssea)
Byte 1 = 11111110 (zilart+cop+aht urgan+wotg+crystal prof+moogle+shantoto)
0000111111111110 binary is 4094 decimal.
2048 (or 0000100000000000) would be seekers and nothing else.
4096 (or 0001000000000000) is an expansion that does not exist yet, all by itself.
Wish it was done in hexadecimal instead of decimal. My brain converts to that without thinking I'm so used to it already. I almost typed 0F FE the 1st few times I was in that config file.
Hi, I run The Demiurge server.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
DO NOT PRIVATE MESSAGE ME ABOUT BUGSPLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE