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.
Doesn't recognize expansion
Re: Doesn't recognize expansion
WotG is disabled by default because it's not really done (settings.lua)
Re: Doesn't recognize expansion
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.
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.
Re: Doesn't recognize expansion
If you enable it, COP is scripted enough to get to sea. And WOTG is scripted enough to unlock DNC.
Re: Doesn't recognize expansion
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...
Re: Doesn't recognize expansion
C:/darkstar/scripts/globals/
Is where settings.lua is located
Is where settings.lua is located
Re: Doesn't recognize expansion
Thank you! Should work just fine to edit using notepad I assume yes?
Re: Doesn't recognize expansion
Yes edit them with Notepad.