Seekers addon greyed out on login.

Post Reply
Gratis
Posts: 55
Joined: Wed Jun 26, 2013 11:26 pm

Seekers addon greyed out on login.

Post by Gratis » Mon Sep 09, 2013 5:51 pm

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...)

User avatar
whasf
Site Admin
Posts: 1312
Joined: Thu Jul 19, 2012 9:11 pm

Re: Seekers addon greyed out on login.

Post by whasf » Mon Sep 09, 2013 5:55 pm

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...
-- Whasf

Robert
Posts: 33
Joined: Fri Aug 16, 2013 9:14 am

Re: Seekers addon greyed out on login.

Post by Robert » Fri Sep 13, 2013 1:09 am

the bit number for seekers is 4094 for seekers

Troak
Posts: 27
Joined: Thu Jan 31, 2013 12:57 am

Re: Seekers addon greyed out on login.

Post by Troak » Sat Sep 14, 2013 8:45 am

Are you sure you don't mean 4096?

User avatar
TeoTwawki
Developer
Posts: 527
Joined: Mon Jul 15, 2013 9:50 pm

Re: Seekers addon greyed out on login.

Post by TeoTwawki » Sat Sep 14, 2013 3:20 pm

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.
Hi, I run The Demiurge server.


Image
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
PLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
DO NOT PRIVATE MESSAGE ME ABOUT BUGS

Post Reply