-
Notifications
You must be signed in to change notification settings - Fork 8
/
frmAttackOption.frm
706 lines (674 loc) · 21.5 KB
/
frmAttackOption.frm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
VERSION 5.00
Begin VB.Form frmAttackOption
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 2460
ClientLeft = 0
ClientTop = 0
ClientWidth = 4200
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 2460
ScaleWidth = 4200
ShowInTaskbar = 0 'False
Begin VB.TextBox TxtMinDistance
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H00FFFFFF&
BorderStyle = 0 'None
BeginProperty DataFormat
Type = 1
Format = "0"
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 1054
SubFormatType = 1
EndProperty
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 210
Left = 2175
MaxLength = 2
TabIndex = 21
Text = "48"
Top = 1320
Width = 255
End
Begin VB.PictureBox imgMinDistance
Appearance = 0 'Flat
AutoSize = -1 'True
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 225
Left = 120
Picture = "frmAttackOption.frx":0000
ScaleHeight = 225
ScaleWidth = 225
TabIndex = 20
Top = 1320
Width = 225
End
Begin VB.PictureBox imgKillMob
Appearance = 0 'Flat
AutoSize = -1 'True
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 225
Left = 120
Picture = "frmAttackOption.frx":011B
ScaleHeight = 225
ScaleWidth = 225
TabIndex = 18
Top = 1560
Width = 225
End
Begin VB.TextBox txtLV
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H00FFFFFF&
BorderStyle = 0 'None
BeginProperty DataFormat
Type = 1
Format = "0"
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 1054
SubFormatType = 1
EndProperty
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 210
Left = 3450
MaxLength = 2
TabIndex = 17
Text = "10"
Top = 600
Width = 255
End
Begin VB.PictureBox imgUseWeapon
Appearance = 0 'Flat
AutoSize = -1 'True
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 225
Left = 120
Picture = "frmAttackOption.frx":0236
ScaleHeight = 225
ScaleWidth = 225
TabIndex = 15
Top = 1800
Visible = 0 'False
Width = 225
End
Begin VB.TextBox txtSkill
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H00FFFFFF&
BorderStyle = 0 'None
BeginProperty DataFormat
Type = 0
Format = "0"
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 1054
SubFormatType = 0
EndProperty
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 210
Left = 1490
TabIndex = 14
Text = "SM_BASH"
Top = 600
Width = 1620
End
Begin VB.TextBox txtMonster
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H00FFFFFF&
BorderStyle = 0 'None
BeginProperty DataFormat
Type = 0
Format = "0"
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 1054
SubFormatType = 0
EndProperty
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 210
Left = 480
TabIndex = 6
Text = "Goblin"
Top = 840
Width = 1630
End
Begin VB.PictureBox imgAutoRangeAttack
Appearance = 0 'Flat
AutoSize = -1 'True
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 225
Left = 120
Picture = "frmAttackOption.frx":0351
ScaleHeight = 225
ScaleWidth = 225
TabIndex = 5
Top = 1080
Width = 225
End
Begin VB.PictureBox imgAutoMobSkill
Appearance = 0 'Flat
AutoSize = -1 'True
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 225
Left = 120
Picture = "frmAttackOption.frx":046C
ScaleHeight = 225
ScaleWidth = 225
TabIndex = 4
Top = 600
Width = 225
End
Begin VB.TextBox txtMonsNumber
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H00FFFFFF&
BorderStyle = 0 'None
BeginProperty DataFormat
Type = 1
Format = "0"
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 1054
SubFormatType = 1
EndProperty
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 210
Left = 3225
MaxLength = 2
TabIndex = 3
Text = "2"
Top = 840
Width = 255
End
Begin VB.PictureBox imgAutoSkill
Appearance = 0 'Flat
AutoSize = -1 'True
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 225
Left = 1440
Picture = "frmAttackOption.frx":0587
ScaleHeight = 225
ScaleWidth = 225
TabIndex = 2
Top = 360
Width = 225
End
Begin VB.PictureBox imgAutoAttack
Appearance = 0 'Flat
AutoSize = -1 'True
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 225
Left = 120
Picture = "frmAttackOption.frx":06A2
ScaleHeight = 225
ScaleWidth = 225
TabIndex = 1
Top = 360
Width = 225
End
Begin VB.TextBox txtBlock
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H00FFFFFF&
BorderStyle = 0 'None
BeginProperty DataFormat
Type = 1
Format = "0"
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 1054
SubFormatType = 1
EndProperty
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 210
Left = 2170
MaxLength = 2
TabIndex = 0
Text = "48"
Top = 1080
Width = 255
End
Begin VB.Label Label9
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Attack if distance above block(s)"
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 405
TabIndex = 22
Top = 1320
Width = 2655
End
Begin VB.Label Label8
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Attemt to kill mob trained"
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 405
TabIndex = 19
Top = 1560
Width = 1740
End
Begin VB.Label LabUseWeapon
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Use Weapon (Mage Cls/Acolyte Cls/S.Novice)"
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C0C0C0&
Height = 210
Left = 405
TabIndex = 16
Top = 1800
Width = 3315
End
Begin VB.Label Label7
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "["
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 405
TabIndex = 13
Top = 840
Width = 45
End
Begin VB.Label Label6
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "] attack you > "
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 2175
TabIndex = 12
Top = 840
Width = 1020
End
Begin VB.Image Image6
Height = 135
Left = 3960
Picture = "frmAttackOption.frx":07BD
Top = 60
Width = 135
End
Begin VB.Image Image4
Height = 135
Left = 70
Picture = "frmAttackOption.frx":08F2
Top = 60
Width = 135
End
Begin VB.Label LabStopPick
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Attack if distance below block(s)"
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 405
TabIndex = 11
Top = 1080
Width = 2655
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "Attack Options"
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 240
TabIndex = 10
Top = 15
Width = 1215
End
Begin VB.Image Image5
Height = 300
Left = 3480
Picture = "frmAttackOption.frx":0A27
Top = 2100
Width = 630
End
Begin VB.Label Label3
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Auto use skill [ ] lv. when "
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 405
TabIndex = 9
Top = 600
Width = 3750
End
Begin VB.Label Label4
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Auto Skill Use"
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 1725
TabIndex = 8
Top = 360
Width = 990
End
Begin VB.Label Label5
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Auto Attack"
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 405
TabIndex = 7
Top = 360
Width = 855
End
Begin VB.Image Image3
Height = 420
Left = 0
Picture = "frmAttackOption.frx":0CD9
Top = 2040
Width = 4200
End
Begin VB.Image Image2
Height = 2160
Left = 0
Picture = "frmAttackOption.frx":0E1D
Stretch = -1 'True
Top = 240
Width = 4200
End
Begin VB.Image Image1
Height = 255
Left = 0
Picture = "frmAttackOption.frx":11EE
Top = 0
Width = 4200
End
End
Attribute VB_Name = "frmAttackOption"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Image1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
Call ReleaseCapture
Call SendMessage(hWnd, WM_NCLBUTTONDOWN, HTCAPTION, 0&)
End Sub
Private Sub Image5_Click()
MDIfrmMain.Save_Option
End Sub
Private Sub Image5_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
Image5.Picture = LoadPicture(App.Path & "\interface\bt_change_c.gif")
End Sub
Private Sub Image5_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single)
Image5.Picture = LoadPicture(App.Path & "\interface\bt_change.gif")
End Sub
Private Sub Image6_Click()
Unload frmAttackOption
End Sub
Public Sub update_imgAutoAttack()
If IsAutoKill Then
imgAutoAttack.Picture = LoadPicture(App.Path & "\interface\on.gif")
Else
imgAutoAttack.Picture = LoadPicture(App.Path & "\interface\off.gif")
End If
End Sub
Private Sub imgAutoAttack_Click()
IsAutoKill = Not IsAutoKill
update_imgAutoAttack
MDIfrmMain.Save_Option
End Sub
Public Sub update_imgAutoSkill()
If IsSkillUse Then
imgAutoSkill.Picture = LoadPicture(App.Path & "\interface\on.gif")
Else
imgAutoSkill.Picture = LoadPicture(App.Path & "\interface\off.gif")
End If
End Sub
Private Sub imgAutoSkill_Click()
IsSkillUse = Not IsSkillUse
update_imgAutoSkill
MDIfrmMain.Save_Option
End Sub
Public Sub update_imgAutoMobSkill()
If UseSkillMobs Then
imgAutoMobSkill.Picture = LoadPicture(App.Path & "\interface\on.gif")
Else
imgAutoMobSkill.Picture = LoadPicture(App.Path & "\interface\off.gif")
End If
txtSkill.text = MobSkill.rawname
txtMonster.text = MobSkill.monsname
txtMonsNumber.text = MobSkill.number
txtLV = MobSkill.Lv
End Sub
Private Sub imgAutoMobSkill_Click()
UseSkillMobs = Not UseSkillMobs
update_imgAutoMobSkill
MDIfrmMain.Save_Option
End Sub
Public Sub update_imgAutoRangeAttack()
If IsUseRange Then
imgAutoRangeAttack.Picture = LoadPicture(App.Path & "\interface\on.gif")
Else
imgAutoRangeAttack.Picture = LoadPicture(App.Path & "\interface\off.gif")
End If
txtBlock.text = RangeSet
End Sub
Private Sub imgAutoRangeAttack_Click()
IsUseRange = Not IsUseRange
update_imgAutoRangeAttack
MDIfrmMain.Save_Option
End Sub
Public Sub update_imgKS()
If killsteal Then
imgKS.Picture = LoadPicture(App.Path & "\interface\on.gif")
Else
imgKS.Picture = LoadPicture(App.Path & "\interface\off.gif")
End If
End Sub
Public Sub update_imgKillMob()
If isKillmob Then
imgKillMob.Picture = LoadPicture(App.Path & "\interface\on.gif")
Else
imgKillMob.Picture = LoadPicture(App.Path & "\interface\off.gif")
End If
End Sub
Private Sub imgKillMob_Click()
isKillmob = Not isKillmob
update_imgKillMob
MDIfrmMain.Save_Option
End Sub
'Private Sub imgKS_Click()
' killsteal = Not killsteal
' update_imgKS
' MDIfrmMain.Save_Option
'End Sub
Public Sub update_imgUseWeapon()
If UseWeapon Then
imgUseWeapon.Picture = LoadPicture(App.Path & "\interface\on.gif")
Else
imgUseWeapon.Picture = LoadPicture(App.Path & "\interface\off.gif")
End If
End Sub
Public Sub update_imgMindistance()
If useMinDistance Then
imgMinDistance.Picture = LoadPicture(App.Path & "\interface\on.gif")
Else
imgMinDistance.Picture = LoadPicture(App.Path & "\interface\off.gif")
End If
TxtMinDistance.text = MinDistance
End Sub
Private Sub imgMinDistance_Click()
useMinDistance = Not useMinDistance
update_imgMindistance
MDIfrmMain.Save_Option
End Sub
Private Sub imgUseWeapon_Click()
UseWeapon = Not UseWeapon
update_imgUseWeapon
MDIfrmMain.Save_Option
End Sub
Private Sub txtBlock_Change()
RangeSet = Val(txtBlock.text)
End Sub
Private Sub txtLV_Change()
MobSkill.Lv = Val(txtLV.text)
End Sub
Private Sub TxtMinDistance_Change()
MinDistance = Val(TxtMinDistance.text)
End Sub
Private Sub txtMonsNumber_Change()
MobSkill.number = txtMonsNumber.text
End Sub
Private Sub txtSkill_Change()
MobSkill.rawname = txtSkill.text
End Sub