Exemplo n.º 1
0
 public static void LoadTitlesEditorFiles()
 {
     try
     {
         DbcStores.InitFiles();
         CharTitles.LoadData();
     }
     catch (System.Exception ex)
     {
         MessageBox.Show(ex.ToString());
     }
 }
Exemplo n.º 2
0
 public static void LoadItemSetEditorFiles()
 {
     try
     {
         DbcStores.InitFiles();
         ItemSet.LoadData();
     }
     catch (System.Exception ex)
     {
         MessageBox.Show(ex.Message);
     }
 }
Exemplo n.º 3
0
 public static void LoadNamesReservedFiles()
 {
     try
     {
         DbcStores.InitFiles();
         NamesProfanity.LoadData();
         NamesReserved.LoadData();
     }
     catch (System.Exception ex)
     {
         MessageBox.Show(ex.Message);
     }
 }
Exemplo n.º 4
0
 public static void LoadMapsEditorFiles()
 {
     try
     {
         DbcStores.InitFiles();
         WorldMapArea.LoadData();
         WorldMapOverlay.LoadData();
     }
     catch (System.Exception ex)
     {
         MessageBox.Show(ex.Message);
     }
 }
Exemplo n.º 5
0
 public static void LoadCharStartOutfit()
 {
     try
     {
         DbcStores.InitFiles();
         CharStartOutfit.LoadData();
         ChrRaces.LoadData();
         ChrClasses.LoadData();
     }
     catch (System.Exception ex)
     {
         MessageBox.Show(ex.Message);
     }
 }
Exemplo n.º 6
0
 public static void LoadRacesClassCombosEditorFiles()
 {
     try
     {
         DbcStores.InitFiles();
         CharBaseInfo.LoadData();
         ChrClasses.LoadData();
         ChrRaces.LoadData();
     }
     catch (System.Exception ex)
     {
         MessageBox.Show(ex.Message);
     }
 }
Exemplo n.º 7
0
 public static void LoadGemsEditorFiles()
 {
     try
     {
         DbcStores.InitFiles();
         Item.LoadData();
         GemProperties.LoadData();
         SpellItemEnchantment.LoadData();
     }
     catch (System.Exception ex)
     {
         MessageBox.Show(ex.Message);
     }
 }
Exemplo n.º 8
0
 public static void LoadAchievementsEditor()
 {
     try
     {
         DbcStores.InitFiles();
         Achievement.LoadData();
         AchievementCategory.LoadData();
         AchievementCriteria.LoadData();
         Map.LoadData();
         SpellIcon.LoadData();
     }
     catch (System.Exception ex)
     {
         MessageBox.Show(ex.Message);
     }
 }
Exemplo n.º 9
0
 public static void LoadFactionsEditorFiles()
 {
     try
     {
         DbcStores.InitFiles();
         ChrClasses.LoadData();
         ChrRaces.LoadData();
         Faction.LoadData();
         FactionGroup.LoadData();
         FactionTemplate.LoadData();
     }
     catch (System.Exception ex)
     {
         MessageBox.Show(ex.Message);
     }
 }
Exemplo n.º 10
0
 public static void LoadTalentsEditorFiles()
 {
     try
     {
         DbcStores.InitFiles();
         ChrClasses.LoadData();
         ChrRaces.LoadData();
         Spell.LoadData();
         SpellIcon.LoadData();
         Talent.LoadData();
         TalentTab.LoadData();
     }
     catch (System.Exception ex)
     {
         MessageBox.Show(ex.Message);
     }
 }
Exemplo n.º 11
0
 public static void LoadPoIsEditorFiles()
 {
     try
     {
         DbcStores.InitFiles();
         AreaPoi.LoadData();
         AreaTable.LoadData();
         DungeonMap.LoadData();
         Map.LoadData();
         WorldMapArea.LoadData();
         WorldMapOverlay.LoadData();
     }
     catch (System.Exception ex)
     {
         MessageBox.Show(ex.Message);
     }
 }
Exemplo n.º 12
0
 public static void LoadProfessionEditorFiles()
 {
     try
     {
         DbcStores.InitFiles();
         Spell.LoadData();
         SkillLine.LoadData();
         SkillLineAbility.LoadData();
         SkillRaceClassInfo.LoadData();
         SpellFocusObject.LoadData();
         ChrRaces.LoadData();
         ChrClasses.LoadData();
     }
     catch (System.Exception ex)
     {
         MessageBox.Show(ex.Message);
     }
 }