public void Load() { CVSReader reader = new CVSReader(); reader.LoadText("Data/Config/Role_born.txt", 1); int rows = reader.GetRowCount(); for (int r = 0; r < rows; ++r) { string[] row = reader.GetRow(r); RoleBornConfig ac = ConfigProcess(row) as RoleBornConfig; configs.Add(ac.bornID, ac); } }
public void Load() { CVSReader reader = new CVSReader(); reader.LoadText("Data/Config/Compose_compose.txt", 1); int rows = reader.GetRowCount(); for (int r = 0; r < rows; ++r) { string[] row = reader.GetRow(r); ComposeComposeConfig ac = ConfigProcess(row) as ComposeComposeConfig; configs.Add(ac.ID, ac); } }
public void Load() { CVSReader reader = new CVSReader(); reader.LoadText("Data/Config/Skill_skill.txt", 1); int rows = reader.GetRowCount(); for (int r = 0; r < rows; ++r) { string[] row = reader.GetRow(r); SkillSkillConfig ac = ConfigProcess(row) as SkillSkillConfig; configs.Add(ac.skillID, ac); } }
public void Load() { CVSReader reader = new CVSReader(); reader.LoadText("Data/Config/Attribute_suppress.txt", 1); int rows = reader.GetRowCount(); for (int r = 0; r < rows; ++r) { string[] row = reader.GetRow(r); AttributeSuppressConfig ac = ConfigProcess(row) as AttributeSuppressConfig; configs.Add(ac.maxLvlDiff, ac); } }
public void Load() { CVSReader reader = new CVSReader(); reader.LoadText("Data/Config/Thing_collect.txt", 1); int rows = reader.GetRowCount(); for (int r = 0; r < rows; ++r) { string[] row = reader.GetRow(r); ThingCollectConfig ac = ConfigProcess(row) as ThingCollectConfig; configs.Add(ac.id, ac); } }
public void Load() { CVSReader reader = new CVSReader(); reader.LoadText("Data/Config/Teleport_teleport.txt", 1); int rows = reader.GetRowCount(); for (int r = 0; r < rows; ++r) { string[] row = reader.GetRow(r); TeleportTeleportConfig ac = ConfigProcess(row) as TeleportTeleportConfig; configs.Add(ac.teleportID, ac); } }
public void Load() { CVSReader reader = new CVSReader(); reader.LoadText("Data/Config/Duplicate_group.txt", 1); int rows = reader.GetRowCount(); for (int r = 0; r < rows; ++r) { string[] row = reader.GetRow(r); DuplicateGroupConfig ac = ConfigProcess(row) as DuplicateGroupConfig; configs.Add(ac.id, ac); } }
public void Load() { CVSReader reader = new CVSReader(); reader.LoadText("Data/Config/Attribute_convert.txt", 1); int rows = reader.GetRowCount(); for (int r = 0; r < rows; ++r) { string[] row = reader.GetRow(r); AttributeConvertConfig ac = ConfigProcess(row) as AttributeConvertConfig; configs.Add(ac.constantID, ac); } }
public void Load() { CVSReader reader = new CVSReader(); reader.LoadText("Data/Config/Achievement_achievementreward.txt", 1); int rows = reader.GetRowCount(); for (int r = 0; r < rows; ++r) { string[] row = reader.GetRow(r); AchievementAchievementrewardConfig ac = ConfigProcess(row) as AchievementAchievementrewardConfig; configs.Add(ac.achievementPrizeId, ac); } }
public void Load() { CVSReader reader = new CVSReader(); reader.LoadText("Data/Config/Tasktracker_tasktracker.txt", 1); int rows = reader.GetRowCount(); for (int r = 0; r < rows; ++r) { string[] row = reader.GetRow(r); TasktrackerTasktrackerConfig ac = ConfigProcess(row) as TasktrackerTasktrackerConfig; configs.Add(ac.comID, ac); } }
public void Load() { CVSReader reader = new CVSReader(); reader.LoadText("Data/Config/Npc_npc.txt", 1); int rows = reader.GetRowCount(); for (int r = 0; r < rows; ++r) { string[] row = reader.GetRow(r); NpcNpcConfig ac = ConfigProcess(row) as NpcNpcConfig; configs.Add(ac.npcID, ac); } }
public void Load() { CVSReader reader = new CVSReader(); reader.LoadText("Data/Config/Pet_pet.txt", 1); int rows = reader.GetRowCount(); for (int r = 0; r < rows; ++r) { string[] row = reader.GetRow(r); PetPetConfig ac = ConfigProcess(row) as PetPetConfig; configs.Add(ac.petId, ac); } }
public void Load() { CVSReader reader = new CVSReader(); reader.LoadText("Data/Config/Monster_monster.txt", 1); int rows = reader.GetRowCount(); for (int r = 0; r < rows; ++r) { string[] row = reader.GetRow(r); MonsterMonsterConfig ac = ConfigProcess(row) as MonsterMonsterConfig; configs.Add(ac.monsterID, ac); } }
public void Load() { CVSReader reader = new CVSReader(); reader.LoadText("Data/Config/Pkmode_pkWanted.txt", 1); int rows = reader.GetRowCount(); for (int r = 0; r < rows; ++r) { string[] row = reader.GetRow(r); PkmodePkWantedConfig ac = ConfigProcess(row) as PkmodePkWantedConfig; configs.Add(ac.wanteLeveldId, ac); } }
public void Load() { CVSReader reader = new CVSReader(); reader.LoadText("Data/Config/Randomname_manthird.txt", 1); int rows = reader.GetRowCount(); for (int r = 0; r < rows; ++r) { string[] row = reader.GetRow(r); RandomnameManthirdConfig ac = ConfigProcess(row) as RandomnameManthirdConfig; configs.Add(ac.id, ac); } }
public void Load() { CVSReader reader = new CVSReader(); reader.LoadText("Data/Config/Srvlist_server.txt", 1); int rows = reader.GetRowCount(); for (int r = 0; r < rows; ++r) { string[] row = reader.GetRow(r); SrvlistServerConfig ac = ConfigProcess(row) as SrvlistServerConfig; configs.Add(ac.id, ac); } }
public void Load() { CVSReader reader = new CVSReader(); reader.LoadText("Data/Config/Equip_refine.txt", 1); int rows = reader.GetRowCount(); for (int r = 0; r < rows; ++r) { string[] row = reader.GetRow(r); EquipRefineConfig ac = ConfigProcess(row) as EquipRefineConfig; configs.Add(ac.id, ac); } }
public void Load() { CVSReader reader = new CVSReader(); reader.LoadText("Data/Config/Area_path.txt", 1); int rows = reader.GetRowCount(); for (int r = 0; r < rows; ++r) { string[] row = reader.GetRow(r); AreaPathConfig ac = ConfigProcess(row) as AreaPathConfig; configs.Add(ac.id, ac); } }