예제 #1
0
        private void PatchResult_Click(object sender, EventArgs e)
        {
            PatchForm f = (PatchForm)InputFormRef.JumpForm <PatchForm>();

            f.JumpTo(this.Filter.Text, 0);
            this.PatchMainFilter.CleanChache();
        }
예제 #2
0
 private void J_33_Click(object sender, EventArgs e)
 {
     if (PatchUtil.SearchSkillSystem() == PatchUtil.skill_system_enum.SkillSystem)
     {
         PatchForm f = (PatchForm)InputFormRef.JumpForm <PatchForm>();
         f.JumpTo("defWeaponDebuffsTable", 0, PatchForm.SortEnum.SortName);
     }
 }
예제 #3
0
        void OnButtonClick(Object Sender, EventArgs e)
        {
            if (!(Sender is Control))
            {
                return;
            }
            Control c         = (Control)Sender;
            string  numString = U.substr(c.Name, -1);
            int     index     = (int)U.atoi(numString);

            PatchForm f = (PatchForm)InputFormRef.JumpForm <PatchForm>();

            f.JumpTo(this.LastSearchWord, index);
        }
예제 #4
0
        private void HardCodingWarningLabel_Click(object sender, EventArgs e)
        {
            PatchForm f = (PatchForm)InputFormRef.JumpForm <PatchForm>();

            f.JumpTo("HARDCODING_CLASS=" + U.ToHexString2(this.AddressList.SelectedIndex), 0);
        }
예제 #5
0
        private void X_Jump_Patch_Click(object sender, EventArgs e)
        {
            PatchForm f = (PatchForm)InputFormRef.JumpForm <PatchForm>();

            f.JumpTo("#IMAGE", 0, PatchForm.SortEnum.SortName);
        }
예제 #6
0
        private void X_SystemMenuPaletteLink_Click(object sender, EventArgs e)
        {
            PatchForm f = (PatchForm)InputFormRef.JumpForm <PatchForm>();

            f.JumpTo("SystemMenuPalette", 1);
        }
예제 #7
0
        private void X_StatusBackgroundLink_Click(object sender, EventArgs e)
        {
            PatchForm f = (PatchForm)InputFormRef.JumpForm <PatchForm>();

            f.JumpTo("StatusBackground", 1);
        }
예제 #8
0
        private void ExtendsBanner_Click(object sender, EventArgs e)
        {
            PatchForm f = (PatchForm)InputFormRef.JumpForm <PatchForm>();

            f.JumpTo("Allow 254 generic minimugs", 0);
        }
        private void ERROR_Not_Allocated_Click(object sender, EventArgs e)
        {
            PatchForm f = (PatchForm)InputFormRef.JumpForm <PatchForm>();

            f.JumpTo("extendsBattleBG", 0);
        }
예제 #10
0
        private void ERROR_IER_PATCH_Click(object sender, EventArgs e)
        {
            PatchForm f = (PatchForm)InputFormRef.JumpForm <PatchForm>();

            f.JumpTo("ItemEffectRevamp", 0, PatchForm.SortEnum.SortName);
        }