gameconfig.dfm

来自「2009最新 传奇汉化0599代码 传奇汉化」· DFM 代码 · 共 2,590 行 · 第 1/5 页

DFM
2,590
字号
          EditorEnabled = False
          MaxValue = 20000
          MinValue = 1
          TabOrder = 0
          Value = 10
          OnChange = EditPosionDamagarmorChange
        end
      end
      object GroupBox64: TGroupBox
        Left = 212
        Top = 10
        Width = 165
        Height = 141
        Caption = 'Dropping'
        TabOrder = 5
        object Label118: TLabel
          Left = 10
          Top = 55
          Width = 31
          Height = 15
          Caption = 'Price:'
        end
        object Label119: TLabel
          Left = 10
          Top = 85
          Width = 57
          Height = 15
          Caption = 'Drop gold:'
        end
        object EditCanDropPrice: TSpinEdit
          Left = 72
          Top = 50
          Width = 81
          Height = 24
          Increment = 100
          MaxValue = 20000000
          MinValue = 1
          TabOrder = 0
          Value = 400
          OnChange = EditCanDropPriceChange
        end
        object CheckBoxControlDropItem: TCheckBox
          Left = 14
          Top = 25
          Width = 123
          Height = 16
          Hint = 'Control the dropping of items/gold'
          Caption = 'Control dropping'
          Checked = True
          State = cbChecked
          TabOrder = 1
          OnClick = CheckBoxControlDropItemClick
        end
        object EditCanDropGold: TSpinEdit
          Left = 72
          Top = 80
          Width = 81
          Height = 24
          Hint = 'Maximum amount of gold that can be dropped on floor at 1 time'
          Increment = 100
          MaxValue = 20000000
          MinValue = 1
          TabOrder = 2
          Value = 1000000
          OnChange = EditCanDropGoldChange
        end
        object CheckBoxIsSafeDisableDrop: TCheckBox
          Left = 14
          Top = 115
          Width = 137
          Height = 16
          Hint = 'Disables dropping of items in a safezone area when enabled'
          Caption = 'Disable drops in SZ'
          Checked = True
          State = cbChecked
          TabOrder = 3
          OnClick = CheckBoxIsSafeDisableDropClick
        end
      end
    end
    object GameSpeedSheet: TTabSheet
      Caption = 'Game Speed'
      object GroupBox1: TGroupBox
        Left = 10
        Top = 10
        Width = 121
        Height = 251
        Caption = 'Times'
        TabOrder = 0
        object Label1: TLabel
          Left = 14
          Top = 30
          Width = 18
          Height = 15
          Caption = 'Hit:'
        end
        object Label2: TLabel
          Left = 14
          Top = 60
          Width = 35
          Height = 15
          Caption = 'Magic:'
        end
        object Label3: TLabel
          Left = 14
          Top = 90
          Width = 26
          Height = 15
          Caption = 'Run:'
        end
        object Label4: TLabel
          Left = 14
          Top = 120
          Width = 30
          Height = 15
          Caption = 'Walk:'
        end
        object Label5: TLabel
          Left = 14
          Top = 180
          Width = 29
          Height = 15
          Caption = 'Mine:'
        end
        object Label6: TLabel
          Left = 14
          Top = 150
          Width = 28
          Height = 15
          Caption = 'Turn:'
        end
        object EditHitIntervalTime: TSpinEdit
          Left = 55
          Top = 25
          Width = 56
          Height = 24
          Hint = 'Hit speed interval'
          EditorEnabled = False
          Increment = 10
          MaxValue = 2000
          MinValue = 10
          TabOrder = 0
          Value = 900
          OnChange = EditHitIntervalTimeChange
        end
        object EditMagicHitIntervalTime: TSpinEdit
          Left = 55
          Top = 55
          Width = 56
          Height = 24
          Hint = 'Use magic speed interval'
          EditorEnabled = False
          Increment = 10
          MaxValue = 2000
          MinValue = 10
          TabOrder = 1
          Value = 800
          OnChange = EditMagicHitIntervalTimeChange
        end
        object EditRunIntervalTime: TSpinEdit
          Left = 55
          Top = 85
          Width = 56
          Height = 24
          Hint = 'Running speed interval'
          EditorEnabled = False
          Increment = 10
          MaxValue = 2000
          MinValue = 10
          TabOrder = 2
          Value = 600
          OnChange = EditRunIntervalTimeChange
        end
        object EditWalkIntervalTime: TSpinEdit
          Left = 55
          Top = 115
          Width = 56
          Height = 24
          Hint = 'Walking speed interval'
          EditorEnabled = False
          Increment = 10
          MaxValue = 2000
          MinValue = 10
          TabOrder = 3
          Value = 600
          OnChange = EditWalkIntervalTimeChange
        end
        object EditTurnIntervalTime: TSpinEdit
          Left = 55
          Top = 145
          Width = 56
          Height = 24
          Hint = 'Change direction speed interval'
          EditorEnabled = False
          Increment = 10
          MaxValue = 2000
          MinValue = 10
          TabOrder = 4
          Value = 600
          OnChange = EditTurnIntervalTimeChange
        end
        object EditDigUpIntervalTime: TSpinEdit
          Left = 55
          Top = 175
          Width = 56
          Height = 24
          Hint = 'Mining speed interval'
          EditorEnabled = False
          Increment = 10
          MaxValue = 2000
          MinValue = 10
          TabOrder = 5
          Value = 10
          OnChange = EditWalkIntervalTimeChange
        end
      end
      object GroupBox2: TGroupBox
        Left = 140
        Top = 10
        Width = 101
        Height = 251
        Caption = 'Max counts'
        TabOrder = 1
        object Label7: TLabel
          Left = 14
          Top = 30
          Width = 18
          Height = 15
          Caption = 'Hit:'
        end
        object Label8: TLabel
          Left = 14
          Top = 60
          Width = 35
          Height = 15
          Caption = 'Magic:'
        end
        object Label9: TLabel
          Left = 14
          Top = 90
          Width = 26
          Height = 15
          Caption = 'Run:'
        end
        object Label10: TLabel
          Left = 14
          Top = 120
          Width = 30
          Height = 15
          Caption = 'Walk:'
        end
        object Label11: TLabel
          Left = 14
          Top = 180
          Width = 29
          Height = 15
          Caption = 'Mine:'
        end
        object Label12: TLabel
          Left = 14
          Top = 150
          Width = 28
          Height = 15
          Caption = 'Turn:'
        end
        object EditMaxHitMsgCount: TSpinEdit
          Left = 55
          Top = 25
          Width = 36
          Height = 24
          EditorEnabled = False
          MaxValue = 50
          MinValue = 1
          TabOrder = 0
          Value = 2
          OnChange = EditMaxHitMsgCountChange
        end
        object EditMaxSpellMsgCount: TSpinEdit
          Left = 55
          Top = 55
          Width = 36
          Height = 24
          EditorEnabled = False
          MaxValue = 50
          MinValue = 1
          TabOrder = 1
          Value = 2
          OnChange = EditMaxSpellMsgCountChange
        end
        object EditMaxRunMsgCount: TSpinEdit
          Left = 55
          Top = 85
          Width = 36
          Height = 24
          EditorEnabled = False
          MaxValue = 50
          MinValue = 1
          TabOrder = 2
          Value = 2
          OnChange = EditMaxRunMsgCountChange
        end
        object EditMaxWalkMsgCount: TSpinEdit
          Left = 55
          Top = 115
          Width = 36
          Height = 24
          EditorEnabled = False
          MaxValue = 50
          MinValue = 1
          TabOrder = 3
          Value = 2
          OnChange = EditMaxWalkMsgCountChange
        end
        object EditMaxTurnMsgCount: TSpinEdit
          Left = 55
          Top = 145
          Width = 36
          Height = 24
          EditorEnabled = False
          MaxValue = 50
          MinValue = 1
          TabOrder = 4
          Value = 2
          OnChange = EditMaxTurnMsgCountChange
        end
        object EditMaxDigUpMsgCount: TSpinEdit
          Left = 55
          Top = 175
          Width = 36
          Height = 24
          EditorEnabled = False
          MaxValue = 50
          MinValue = 1
          TabOrder = 5
          Value = 2
          OnChange = EditMaxDigUpMsgCountChange
        end
      end
      object GroupBox3: TGroupBox
        Left = 450
        Top = 90
        Width = 141
        Height = 61
        Caption = 'Item speed time'
        TabOrder = 2
        object Label13: TLabel
          Left = 16
          Top = 30
          Width = 31
          Height = 15
          Caption = 'Time:'
        end
        object EditItemSpeedTime: TSpinEdit
          Left = 59
          Top = 25
          Width = 56
          Height = 24
          EditorEnabled = False
          MaxValue = 50
          MinValue = 1
          TabOrder = 0
          Value = 50
          OnChange = EditItemSpeedTimeChange
        end
      end
      object ButtonGameSpeedSave: TButton
        Left = 510
        Top = 225
        Width = 81
        Height = 31
        Hint = 'Save settings'
        Caption = '&Save'
        TabOrder = 3
        OnClick = ButtonGameSpeedSaveClick
      end
      object GroupBox4: TGroupBox
        Left = 450
        Top = 10
        Width = 141
        Height = 71
        Caption = 'Modes'
        TabOrder = 4
        object RadioButtonDelyMode: TRadioButton
          Left = 10
          Top = 20
          Width = 95
          Height = 21
          Caption = 'Delay mode'
          Checked = True
          TabOrder = 0
          TabStop = True
          OnClick = RadioButtonDelyModeClick
        end
        object RadioButtonFilterMode: TRadioButton
          Left = 10
          Top = 40
          Width = 87
          Height = 21
          Caption = 'Filter mode'
          TabOrder = 1
          OnClick = RadioButtonFilterModeClick
        end
      end
      object GroupBox7: TGroupBox
        Left = 250
        Top = 160
        Width = 161
        Height = 101
        Caption = 'SM_STRUCK'
        TabOrder = 5
        object Label22: TLabel
          Left = 14
          Top = 30
          Width = 65
          Height = 15
          Caption = 'Dazed time:'
        end
        object EditStruckTime: TSpinEdit
          Left = 85
          Top = 25
          Width = 66
          Height = 24
          Hint = 'Time you are stunned for after being hit'
          EditorEnabled = False
          MaxValue = 1000
          MinValue = 10
          TabOrder = 0
          Value = 100
          OnChange = EditStruckTimeChange
        end
        object CheckBoxDisableStruck: TCheckBox
          Left = 14
          Top = 56
          Width = 107
          Height = 22
          Caption = 'Disable struck'
          TabOrder = 1
          OnClick = CheckBoxDisableStruckClick
        end
        object CheckBoxDisableSelfStruck: TCheckBox
          Left = 14
          Top = 76
          Width = 131
          Height = 22
          Caption = 'Disable self struck'
          TabOrder = 2
          OnClick = CheckBoxDisableSelfStruckClick
        end
      end
      object GroupBox15: TGroupBox
        Left = 250
        Top = 10
        Width = 191
        Height = 141
        TabOrder = 6
        object Label38: TLabel
          Left = 14
          Top = 110
          Width = 39
          Height = 15
          Caption = 'KSH-#:'
        end
        object Label142: TLabel
          Left = 94
          Top = 110
          Width = 30
          Height = 15
          Caption = 'Drop:'
        end
        object EditOverSpeedKickCount: TSpinEdit
          Left = 55
          Top = 105
          Width = 36
          Height = 24
          Hint = 'Kick player after set no of overspeed events'
          EditorEnabled = False
          MaxValue = 50
          MinValue = 1
          TabOrder = 0
          Value = 3
          OnChange = EditOverSpeedKickCountChange
        end
        object CheckBoxboKickOverSpeed: TCheckBox
          Left = 10
          Top = 79
          Width = 135
          Height = 21
          Hint = '????????????'
          Caption = 'Kick speed hackers'
          Checked = True
          State = cbChecked
          TabOrder = 1
          OnClick = CheckBoxboKickOverSpeedClick
        end
        object EditDropOverSpeed: TSpinEdit
          Left = 130
          Top = 105
          Width = 51
          Height = 24
          Hint = 'Drop overspeed'
          EditorEnabled = False
          Increment = 10
          MaxValue = 1000
          MinValue = 1
          TabOrder = 2
          Value = 50
          OnChange = EditDropOverSpeedChange
        end
        object CheckBoxSpellSendUpdateMsg: TCheckBox
          Left = 10
          Top = 39
          Width = 175
          Height = 21
          Caption = 'Spell send update message'
          TabOrder = 3
          OnClick = CheckBoxSpellSendUpdateMsgClick
        end
        object CheckBoxActionSendActionMsg: TCheckBox

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?