
Add db/import-tmpl/ and add all file that could currently be overwritten, (please add note if a db is missing) db/import folder is created by "make import" just like conf/import and msg_conff/import, (didn't found the visual equivalent)
14 lines
643 B
Plaintext
14 lines
643 B
Plaintext
// Guild Skill Tree Database
|
|
//
|
|
// Structure of Database:
|
|
// SkillID,MaxLv,Prerequisite SkillID1,Prerequisite SkillLv1,PrereqSkillID2,PrereqSkillLv2,PrereqSkillID3,PrereqSkillLv3,PrereqSkillID4,PrereqSkillLv4,PrereqSkillID5,PrereqSkillLv5 //GUILD SKILLNAME#Skill Name#
|
|
//
|
|
// 01. SkillID Skill ID of the guild skill.
|
|
// 02. MaxLv Maximum level of the guild skill.
|
|
// 03. Prerequisite SkillID Guild skill required for the skill to become available.
|
|
// 04. Prerequisite SkillLv Level of the required guild skill.
|
|
// ...
|
|
//
|
|
// NOTE: MAX_GUILD_SKILL_REQUIRE (typically 5) ID/Lv pairs must be specified.
|
|
|