traders
This commit is contained in:
parent
88958b01e2
commit
ebab559419
363 changed files with 281230 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"enableLogging": true,
|
||||
"enableDebugLogging": false,
|
||||
"ignoreSideExclusive": false
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
Locales files need to be placed into the correct folder so they are loaded to the correct language setting. Locales are loaded from the server, so if a locale folder doesn't exist, you can create it.
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
Here is where you place all .json files that contain the contents of the quests. They should have the same format as quests.json in aki-data/server/database/templates/. There is no required name and you can call them whatever you like.
|
||||
|
||||
The only additional properties that can be added are
|
||||
|
||||
"startMonth": 12,
|
||||
"startDay": 1,
|
||||
"endDay": 31
|
||||
|
||||
This allows you to create seasonal quests (The values here for example would only have the task available during the month of december.)
|
||||
|
||||
Quests can be accross multiple files and you can have each json with 20 quests for example.
|
||||
Loading…
Add table
Add a link
Reference in a new issue