Page 1 of 1

More new char features

Posted: Tue Nov 18, 2014 7:55 am
by wyll001
somethings like new char starts with all maps or s-job enable or things like that, but i in other games was needed to modify the map server, any iDeas

Re: More new char features

Posted: Tue Nov 18, 2014 8:01 am
by Delaide
..\darkstar\scripts\globals\settings.lua
Line 30-39:
-- CHARACTER CONFIG
INITIAL_LEVEL_CAP = 50; --The initial level cap for new players. There seems to be a hardcap of 255.
MAX_LEVEL = 99; -- Level max of the server, works by disabling Maat quests.
START_GIL = 10; --Amount of gil given to newly created characters.
START_INVENTORY = 30; --Starting inventory and satchel size. Ignores values < 30. Do not set above 80!
OPENING_CUTSCENE_ENABLE = 0; --Set to 1 to enable opening cutscenes, 0 to disable.
SUBJOB_QUEST_LEVEL = 18; --Minimum level to accept either subjob quest. Set to 0 to start the game with subjobs unlocked.
ADVANCED_JOB_LEVEL = 30; --Minimum level to accept advanced job quests. Set to 0 to start the game with advanced jobs.
ALL_MAPS = 0; -- Set to 1 to give starting characters all the maps.
UNLOCK_OUTPOST_WARPS = 0; -- Set to 1 to give starting characters all outpost warps. 2 to add Tu'Lia and Tavnazia.

Please feel free to check the lines and descriptions and change as you need. Remember to change before starting the server, otherwise you will need to shut it down and restart after changing.

Re: More new char features

Posted: Tue Nov 18, 2014 8:16 am
by wyll001
Delaide wrote:..\darkstar\scripts\globals\settings.lua
Line 30-39:
-- CHARACTER CONFIG
INITIAL_LEVEL_CAP = 50; --The initial level cap for new players. There seems to be a hardcap of 255.
MAX_LEVEL = 99; -- Level max of the server, works by disabling Maat quests.
START_GIL = 10; --Amount of gil given to newly created characters.
START_INVENTORY = 30; --Starting inventory and satchel size. Ignores values < 30. Do not set above 80!
OPENING_CUTSCENE_ENABLE = 0; --Set to 1 to enable opening cutscenes, 0 to disable.
SUBJOB_QUEST_LEVEL = 18; --Minimum level to accept either subjob quest. Set to 0 to start the game with subjobs unlocked.
ADVANCED_JOB_LEVEL = 30; --Minimum level to accept advanced job quests. Set to 0 to start the game with advanced jobs.
ALL_MAPS = 0; -- Set to 1 to give starting characters all the maps.
UNLOCK_OUTPOST_WARPS = 0; -- Set to 1 to give starting characters all outpost warps. 2 to add Tu'Lia and Tavnazia.

Please feel free to check the lines and descriptions and change as you need. Remember to change before starting the server, otherwise you will need to shut it down and restart after changing.
well, that pretty much does it.
why it always is in the place you never look, i wonder?

Re: More new char features

Posted: Fri Dec 26, 2014 8:26 pm
by Methos
wyll001 wrote:
Delaide wrote:..\darkstar\scripts\globals\settings.lua
Line 30-39:
-- CHARACTER CONFIG
INITIAL_LEVEL_CAP = 50; --The initial level cap for new players. There seems to be a hardcap of 255.
MAX_LEVEL = 99; -- Level max of the server, works by disabling Maat quests.
START_GIL = 10; --Amount of gil given to newly created characters.
START_INVENTORY = 30; --Starting inventory and satchel size. Ignores values < 30. Do not set above 80!
OPENING_CUTSCENE_ENABLE = 0; --Set to 1 to enable opening cutscenes, 0 to disable.
SUBJOB_QUEST_LEVEL = 18; --Minimum level to accept either subjob quest. Set to 0 to start the game with subjobs unlocked.
ADVANCED_JOB_LEVEL = 30; --Minimum level to accept advanced job quests. Set to 0 to start the game with advanced jobs.
ALL_MAPS = 0; -- Set to 1 to give starting characters all the maps.
UNLOCK_OUTPOST_WARPS = 0; -- Set to 1 to give starting characters all outpost warps. 2 to add Tu'Lia and Tavnazia.

Please feel free to check the lines and descriptions and change as you need. Remember to change before starting the server, otherwise you will need to shut it down and restart after changing.
well, that pretty much does it.
why it always is in the place you never look, i wonder?

How do you enable or disable Maat quests?

Re: More new char features

Posted: Sat Dec 27, 2014 12:20 am
by Delaide
You don't enable or disable maat. You would need to get rid of the quest in the database to do that.
If you want to cap before doing a quest higher, change the INITIAL_LEVEL_CAP. For example, if you don't want to do the Maat quests, set it to 75.