gameconfig.dfm
来自「2009最新 传奇汉化0599代码 传奇汉化」· DFM 代码 · 共 2,590 行 · 第 1/5 页
DFM
2,590 行
Height = 15
Caption = 'Level:'
end
object EditStartPermission: TSpinEdit
Left = 64
Top = 20
Width = 55
Height = 24
Hint = 'The permission level a player will start with'
EditorEnabled = False
MaxValue = 10
MinValue = 0
TabOrder = 0
Value = 0
OnChange = EditStartPermissionChange
end
end
object ButtonOptionSave0: TButton
Left = 460
Top = 226
Width = 81
Height = 32
Hint = 'Save settings'
Caption = '&Save'
TabOrder = 3
OnClick = ButtonOptionSave0Click
end
object GroupBox31: TGroupBox
Left = 420
Top = 86
Width = 130
Height = 51
Caption = 'User full:'
TabOrder = 4
object Label64: TLabel
Left = 10
Top = 25
Width = 45
Height = 15
Caption = 'Amount:'
end
object EditUserFull: TSpinEdit
Left = 64
Top = 20
Width = 55
Height = 24
Hint = 'Maximum no of uses when the server is run in norrmal mode'
MaxValue = 10000
MinValue = 0
TabOrder = 0
Value = 1000
OnChange = EditUserFullChange
end
end
object GroupBox33: TGroupBox
Left = 206
Top = 10
Width = 200
Height = 91
Caption = 'Max gold'
TabOrder = 5
object Label68: TLabel
Left = 10
Top = 25
Width = 79
Height = 15
Caption = 'Normal mode:'
end
object Label69: TLabel
Left = 10
Top = 55
Width = 59
Height = 15
Caption = 'Trial mode'
end
object EditHumanMaxGold: TSpinEdit
Left = 96
Top = 20
Width = 95
Height = 24
Hint = 'The maximum amount of gold a player can hold in their bag'
Increment = 10000
MaxValue = 200000000
MinValue = 1
TabOrder = 0
Value = 20000000
OnChange = EditHumanMaxGoldChange
end
object EditHumanTryModeMaxGold: TSpinEdit
Left = 96
Top = 50
Width = 95
Height = 24
Hint =
'The maximum amount of gold a player can hold in their bag in tri' +
'al mode'
Increment = 10000
MaxValue = 200000000
MinValue = 1
TabOrder = 1
Value = 100000
OnChange = EditHumanTryModeMaxGoldChange
end
end
object GroupBox34: TGroupBox
Left = 226
Top = 130
Width = 180
Height = 76
Caption = 'Trial'
TabOrder = 6
object Label70: TLabel
Left = 10
Top = 25
Width = 52
Height = 15
Caption = 'Max level:'
end
object EditTryModeLevel: TSpinEdit
Left = 80
Top = 20
Width = 65
Height = 24
Hint = 'Player can try server for free until set level before paying'
EditorEnabled = False
MaxValue = 100
MinValue = 1
TabOrder = 0
Value = 10
OnChange = EditTryModeLevelChange
end
object CheckBoxTryModeUseStorage: TCheckBox
Left = 10
Top = 48
Width = 151
Height = 21
Hint = 'Allow players in trial mode to use storage'
Caption = 'Player can use storage'
TabOrder = 1
OnClick = CheckBoxTryModeUseStorageClick
end
end
object GroupBox19: TGroupBox
Left = 420
Top = 150
Width = 130
Height = 51
Caption = 'Group members'
TabOrder = 7
object Label41: TLabel
Left = 10
Top = 25
Width = 24
Height = 15
Caption = 'Max:'
end
object EditGroupMembersMax: TSpinEdit
Left = 64
Top = 20
Width = 55
Height = 24
Hint = 'Maximum no of players that can be in a group'
EditorEnabled = False
MaxValue = 2000
MinValue = 1
TabOrder = 0
Value = 12
OnChange = EditGroupMembersMaxChange
end
end
end
object TabSheet1: TTabSheet
Caption = 'Map info'
ImageIndex = 4
object ButtonOptionSave: TButton
Left = 460
Top = 226
Width = 81
Height = 32
Hint = 'Save settings'
Caption = '&Save'
TabOrder = 0
OnClick = ButtonOptionSaveClick
end
object GroupBox16: TGroupBox
Left = 10
Top = 10
Width = 131
Height = 61
Caption = 'Safezone'
TabOrder = 1
object Label39: TLabel
Left = 10
Top = 25
Width = 26
Height = 15
Caption = 'Size:'
end
object Label145: TLabel
Left = 90
Top = 25
Width = 26
Height = 15
Caption = 'cells'
end
object EditSafeZoneSize: TSpinEdit
Left = 39
Top = 20
Width = 50
Height = 24
Hint = 'Radius of Safezone'
EditorEnabled = False
MaxValue = 2000
MinValue = 1
TabOrder = 0
Value = 10
OnChange = EditSafeZoneSizeChange
end
end
object GroupBox18: TGroupBox
Left = 10
Top = 80
Width = 131
Height = 61
Caption = 'Start Point'
TabOrder = 2
object Label40: TLabel
Left = 10
Top = 25
Width = 26
Height = 15
Caption = 'Size:'
end
object Label146: TLabel
Left = 90
Top = 25
Width = 26
Height = 15
Caption = 'cells'
end
object EditStartPointSize: TSpinEdit
Left = 39
Top = 20
Width = 50
Height = 24
Hint = 'Radius from set startpoint that a player will spawn in'
EditorEnabled = False
MaxValue = 2000
MinValue = 1
TabOrder = 0
Value = 5
OnChange = EditStartPointSizeChange
end
end
object GroupBox20: TGroupBox
Left = 166
Top = 10
Width = 181
Height = 111
Caption = 'Red(PK'#39'er) home'
TabOrder = 3
object Label42: TLabel
Left = 10
Top = 55
Width = 78
Height = 15
Caption = 'X Co-ordinate:'
end
object Label43: TLabel
Left = 10
Top = 85
Width = 78
Height = 15
Caption = 'Y Co-ordinate:'
end
object Label44: TLabel
Left = 10
Top = 25
Width = 26
Height = 15
Caption = 'Map:'
end
object EditRedHomeX: TSpinEdit
Left = 97
Top = 50
Width = 66
Height = 24
EditorEnabled = False
MaxValue = 2000
MinValue = 1
TabOrder = 0
Value = 845
OnChange = EditRedHomeXChange
end
object EditRedHomeY: TSpinEdit
Left = 97
Top = 80
Width = 66
Height = 24
EditorEnabled = False
MaxValue = 2000
MinValue = 1
TabOrder = 1
Value = 647
OnChange = EditRedHomeYChange
end
object EditRedHomeMap: TEdit
Left = 97
Top = 20
Width = 64
Height = 23
Hint = '????????????'
TabOrder = 2
Text = '3'
OnChange = EditRedHomeMapChange
end
end
object GroupBox21: TGroupBox
Left = 166
Top = 130
Width = 181
Height = 111
Caption = 'Red(PK'#39'er) died home'
TabOrder = 4
object Label45: TLabel
Left = 10
Top = 55
Width = 78
Height = 15
Caption = 'X Co-ordinate:'
end
object Label46: TLabel
Left = 10
Top = 85
Width = 78
Height = 15
Caption = 'Y Co-ordinate:'
end
object Label47: TLabel
Left = 10
Top = 25
Width = 26
Height = 15
Caption = 'Map:'
end
object EditRedDieHomeX: TSpinEdit
Left = 97
Top = 50
Width = 66
Height = 24
EditorEnabled = False
MaxValue = 2000
MinValue = 1
TabOrder = 0
Value = 839
OnChange = EditRedDieHomeXChange
end
object EditRedDieHomeY: TSpinEdit
Left = 97
Top = 80
Width = 66
Height = 24
EditorEnabled = False
MaxValue = 2000
MinValue = 1
TabOrder = 1
Value = 668
OnChange = EditRedDieHomeYChange
end
object EditRedDieHomeMap: TEdit
Left = 97
Top = 20
Width = 64
Height = 23
TabOrder = 2
Text = '3'
OnChange = EditRedDieHomeMapChange
end
end
object GroupBox22: TGroupBox
Left = 372
Top = 10
Width = 181
Height = 111
Caption = 'Normal Home'
TabOrder = 5
object Label48: TLabel
Left = 10
Top = 55
Width = 78
Height = 15
Caption = 'X Co-ordinate:'
end
object Label49: TLabel
Left = 10
Top = 85
Width = 78
Height = 15
Caption = 'Y Co-ordinate:'
end
object Label50: TLabel
Left = 10
Top = 25
Width = 26
Height = 15
Caption = 'Map:'
end
object EditHomeX: TSpinEdit
Left = 97
Top = 50
Width = 66
Height = 24
EditorEnabled = False
MaxValue = 2000
MinValue = 1
TabOrder = 0
Value = 289
OnChange = EditHomeXChange
end
object EditHomeY: TSpinEdit
Left = 97
Top = 80
Width = 66
Height = 24
EditorEnabled = False
MaxValue = 2000
MinValue = 1
TabOrder = 1
Value = 618
OnChange = EditHomeYChange
end
object EditHomeMap: TEdit
Left = 97
Top = 20
Width = 64
Height = 23
TabOrder = 2
Text = '0'
OnChange = EditHomeMapChange
end
end
end
object TabSheet3: TTabSheet
Caption = 'Pk'#39'ing'
ImageIndex = 6
object ButtonOptionSave2: TButton
Left = 500
Top = 234
Width = 81
Height = 32
Hint = 'Save settings'
Caption = '&Save'
TabOrder = 0
OnClick = ButtonOptionSave2Click
end
object GroupBox23: TGroupBox
Left = 10
Top = 10
Width = 191
Height = 91
Caption = 'Decrease PK points'
TabOrder = 1
object Label51: TLabel
Left = 10
Top = 25
Width = 32
Height = 15
Caption = 'Every:'
end
object Label52: TLabel
Left = 10
Top = 55
Width = 16
Height = 15
Caption = 'By:'
end
object Label53: TLabel
Left = 120
Top = 25
Width = 48
Height = 15
Caption = 'seconds'
end
object Label147: TLabel
Left = 120
Top = 55
Width = 34
Height = 15
Caption = 'points'
end
object EditDecPkPointTime: TSpinEdit
Left = 61
Top = 20
Width = 52
Height = 24
EditorEnabled = False
MaxValue = 2000
MinValue = 1
TabOrder = 0
Value = 60
OnChange = EditDecPkPointTimeChange
end
object EditDecPkPointCount: TSpinEdit
Left = 61
Top = 50
Width = 52
Height = 24
EditorEnabled = False
MaxValue = 2000
MinValue = 1
TabOrder = 1
Value = 1
OnChange = EditDecPkPointCountChange
end
end
object GroupBox24: TGroupBox
Left = 10
Top = 110
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?