public static void Initialize() { internalvalue = QueryPageHelper.RegisterSection("TMCustomSkills", "Custom Skills"); foreach (string s in MiscSkillNames) { miscsearch.Add(s); } foreach (string s in CombatSkillNames) { combsearch.Add(s); } foreach (string s in ActionSkillNames) { actisearch.Add(s); } foreach (string s in LoreSkillNames) { loresearch.Add(s); } foreach (SkillInfo si in SkillInfo.Table) { if (!miscsearch.Contains(si.Name) && !combsearch.Contains(si.Name) && !actisearch.Contains(si.Name) && !loresearch.Contains(si.Name)) { custsearch.Add(si.Name); } } SkinHelper.LoadSkin("Skill Skin", typeof(TMSS.SkillSkin), true); }
public static void Initialize() { internalvalue = QueryPageHelper.RegisterSection("TMSkinPage", "TMSS Skin Selector"); }
public static void Initialize() { internalvalue = QueryPageHelper.RegisterSection("TMMaster", "TMSS Session Master Gump"); }
public static void Initialize() { internalvalue = QueryPageHelper.RegisterSection("TMSkill", "TMSS Skill Gump"); }
public static void Initialize() { internalvalue = QueryPageHelper.RegisterSection(name, "Reports"); }
public static void Initialize() { internalvalue = QueryPageHelper.RegisterSection("ShardOptions", "Shard Message Options"); }
public static void Initialize() { internalvalue = QueryPageHelper.RegisterSection("GumpSettings", "Gump Settings"); }
public static void Initialize() { internalvalue = QueryPageHelper.RegisterSection("Credits", "Credits"); }
public static void Initialize() { internalvalue = QueryPageHelper.RegisterSection("MainTMSSMenu", "Main Menu"); }