Page 1 of 1
Client/Server confusion.
Posted: Sat Aug 15, 2015 10:28 am
by robos91
I just wanted to make sure that the expansions on the right are only supposed to have the first 4 Highlighted
Re: Client confusion.
Posted: Sat Aug 15, 2015 2:38 pm
by Desufire
You can change that in the login script in the conf folder. Those 4 are default and it makes no difference to the game if they're lit or not.
Re: Client confusion.
Posted: Sat Aug 15, 2015 3:52 pm
by robos91
Thank you for the quick response. Is it normal for the scroll of dia to cause a crash?
Re: Client confusion.
Posted: Sat Aug 15, 2015 10:16 pm
by robos91
scratch that all combat causes a server crash
Re: Client/Server confusion.
Posted: Sun Aug 16, 2015 2:54 pm
by Desufire
My server is fine but I haven't updated for a week. Make sure you're updated fully. If you are then a recent update may have an issue that they're fixing. It happens. Look on the github to see if it's been reported /fixed.
Re: Client/Server confusion.
Posted: Mon Aug 17, 2015 4:20 am
by tabitaru
!
Re: Client/Server confusion.
Posted: Mon Aug 31, 2015 7:44 pm
by Spirburg
Is there ways to make these expansions work?
Re: Client/Server confusion.
Posted: Mon Aug 31, 2015 8:41 pm
by Delaide
https://github.com/DarkstarProject/dark ... kstar.conf
Change this file here:
To:
This will allow you to see all those light up.
https://github.com/DarkstarProject/dark ... ttings.lua
Change this file here:
Code: Select all
ENABLE_COP = 0;
ENABLE_TOAU = 0;
ENABLE_WOTG = 0;
ENABLE_ACP = 0;
ENABLE_AMK = 0;
ENABLE_ASA = 0;
ENABLE_ABYSSEA = 0;
ENABLE_SOA = 0;
To:
Code: Select all
ENABLE_COP = 1;
ENABLE_TOAU = 1;
ENABLE_WOTG = 1;
ENABLE_ACP = 1;
ENABLE_AMK = 1;
ENABLE_ASA = 1;
ENABLE_ABYSSEA = 1;
ENABLE_SOA = 1;
This will allow you to do things that are restricted to the specific expansion (Some things will work even if the expansion is not selected)