Doesn't recognize expansion

Post Reply
Delaide
Posts: 478
Joined: Sat Jun 14, 2014 8:58 am

Doesn't recognize expansion

Post by Delaide » Mon Jun 30, 2014 9:27 am

Hello. I am trying to get my Dancer adv job (Maybe dnc is broken, not sure, but that isn't my main concern). When I try to go to a maw though, I find clicking on it shows "Nothing happens". Looking through the lua for downs, I notice that it has an area that says if WOtG is activated, it should give me my feather and cutscene. So, the script is there, meaning I can only guess that for some reason my game server isn't recognizing I have WOtG installed. Or, is WOtG disabled on the servers due to it's not ready or something?
Any information you can give me would be nice.

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Doesn't recognize expansion

Post by kjLotus » Mon Jun 30, 2014 3:32 pm

WotG is disabled by default because it's not really done (settings.lua)

Delaide
Posts: 478
Joined: Sat Jun 14, 2014 8:58 am

Re: Doesn't recognize expansion

Post by Delaide » Mon Jun 30, 2014 8:53 pm

KJ, thanks for the reply. I see now, in the scripts, global, settings.lua:
ENABLE_COP = 0;
ENABLE_TOAU = 0;
ENABLE_WOTG = 0;
ENABLE_ACP = 0;
ENABLE_AMK = 0;
ENABLE_ASA = 0;

Looks like COP is also disabled, so I will need to enable it to get SEA access. I understand it is not complete, but want to test around with it and be able to at least travel there and see the maps.

xipies
Posts: 119
Joined: Thu Aug 02, 2012 11:29 pm

Re: Doesn't recognize expansion

Post by xipies » Mon Jun 30, 2014 9:02 pm

If you enable it, COP is scripted enough to get to sea. And WOTG is scripted enough to unlock DNC.

Cyprus
Posts: 53
Joined: Sat Sep 06, 2014 10:54 pm

Re: Doesn't recognize expansion

Post by Cyprus » Sat Sep 13, 2014 12:32 pm

As I am still learning this stuff...where exactly do I navigate to find settings.lua? I have found the lua51.dll in the dsp folder...not sure that this is what I need though...

User avatar
Shadowmh
Posts: 60
Joined: Fri Nov 29, 2013 1:26 am

Re: Doesn't recognize expansion

Post by Shadowmh » Sat Sep 13, 2014 1:34 pm

C:/darkstar/scripts/globals/
Is where settings.lua is located

Cyprus
Posts: 53
Joined: Sat Sep 06, 2014 10:54 pm

Re: Doesn't recognize expansion

Post by Cyprus » Sat Sep 13, 2014 3:21 pm

Thank you! Should work just fine to edit using notepad I assume yes?

User avatar
Shadowmh
Posts: 60
Joined: Fri Nov 29, 2013 1:26 am

Re: Doesn't recognize expansion

Post by Shadowmh » Sat Sep 13, 2014 3:33 pm

Yes edit them with Notepad.

Post Reply