Client/Server confusion.
Client/Server confusion.
I just wanted to make sure that the expansions on the right are only supposed to have the first 4 Highlighted
Last edited by robos91 on Sat Aug 15, 2015 10:17 pm, edited 1 time in total.
Re: Client confusion.
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.
Thank you for the quick response. Is it normal for the scroll of dia to cause a crash?
Re: Client confusion.
scratch that all combat causes a server crash
Re: Client/Server confusion.
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.
!
Last edited by tabitaru on Sun Oct 18, 2015 7:12 am, edited 1 time in total.
Re: Client/Server confusion.
Is there ways to make these expansions work?
Re: Client/Server confusion.
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:
To:
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)
Change this file here:
Code: Select all
expansions: 30
Code: Select all
expansions: 4094
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;
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;