-
Notifications
You must be signed in to change notification settings - Fork 8
/
frmModConfig.frm
753 lines (718 loc) · 23.7 KB
/
frmModConfig.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
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
VERSION 5.00
Begin VB.Form frmModConfig
BackColor = &H80000009&
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 3180
ClientLeft = 0
ClientTop = 0
ClientWidth = 4200
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 222
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 3180
ScaleWidth = 4200
ShowInTaskbar = 0 'False
Begin VB.CommandButton cmdOptWin
Caption = "Message"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 222
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 3
Left = 3120
TabIndex = 7
Top = 360
Width = 855
End
Begin VB.CommandButton cmdOptWin
Caption = "Buying"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 222
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 2
Left = 2160
TabIndex = 5
Top = 360
Width = 855
End
Begin VB.CommandButton cmdOptWin
Caption = "Vending"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 222
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 1
Left = 1200
TabIndex = 3
Top = 360
Width = 855
End
Begin VB.CommandButton cmdOptWin
Caption = "General"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 222
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 0
Left = 240
TabIndex = 2
Top = 360
Width = 855
End
Begin VB.Frame famOption
BackColor = &H80000009&
Caption = "General"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 222
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1935
Index = 0
Left = 120
TabIndex = 1
Top = 720
Width = 3975
Begin VB.CheckBox chkAutoSit
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "Auto-Sit when create shop/chatroom"
ForeColor = &H80000008&
Height = 255
Left = 120
TabIndex = 15
Top = 1320
Width = 3735
End
Begin VB.TextBox txtCDelay
Appearance = 0 'Flat
BackColor = &H80000004&
BorderStyle = 0 'None
ForeColor = &H000000FF&
Height = 235
Left = 2880
TabIndex = 13
Text = "5"
Top = 1080
Width = 390
End
Begin VB.TextBox txtVDelay
Appearance = 0 'Flat
BackColor = &H80000004&
BorderStyle = 0 'None
ForeColor = &H000000FF&
Height = 235
Left = 2520
TabIndex = 12
Text = "5"
Top = 600
Width = 390
End
Begin VB.CheckBox chkChatroom
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "Auto-Chatroom create with delay sec"
ForeColor = &H80000008&
Height = 255
Left = 120
TabIndex = 11
Top = 1080
Width = 3735
End
Begin VB.CheckBox chkVending
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "Auto-Shop create with delay sec"
ForeColor = &H80000008&
Height = 255
Left = 120
TabIndex = 10
Top = 600
Width = 3735
End
Begin VB.CheckBox chkEnabled
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "Enabled?"
ForeColor = &H80000008&
Height = 255
Left = 120
TabIndex = 9
Top = 360
Width = 3735
End
Begin VB.CheckBox chkDCShop
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "Disconnect when shop close?"
ForeColor = &H80000008&
Height = 255
Left = 120
TabIndex = 14
Top = 840
Width = 3735
End
Begin VB.CheckBox chkNewMapType
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "Use new map type?"
Enabled = 0 'False
ForeColor = &H80000008&
Height = 255
Left = 120
TabIndex = 16
Top = 1560
Width = 3735
End
End
Begin VB.Frame famOption
BackColor = &H80000009&
Caption = "Message"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 222
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1935
Index = 3
Left = 120
TabIndex = 8
Top = 720
Width = 3975
Begin VB.CheckBox chkSTSys
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "System message?"
ForeColor = &H80000008&
Height = 255
Left = 120
TabIndex = 38
Top = 1560
Width = 3735
End
Begin VB.CheckBox chkSTWalk
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "Walking message?"
ForeColor = &H80000008&
Height = 255
Left = 120
TabIndex = 37
Top = 1320
Width = 3735
End
Begin VB.CheckBox chkSTStatus
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "Status change text?"
ForeColor = &H80000008&
Height = 255
Left = 120
TabIndex = 36
Top = 1080
Width = 3735
End
Begin VB.CheckBox chkSTChat
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "Chat room/shop [appear/disappear] text?"
ForeColor = &H80000008&
Height = 255
Left = 120
TabIndex = 34
Top = 840
Width = 3735
End
Begin VB.CheckBox chkEmotion
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "Emotion?"
ForeColor = &H80000008&
Height = 255
Left = 120
TabIndex = 18
Top = 600
Width = 3735
End
Begin VB.CheckBox chkGuildAnn
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "Guild Announce?"
ForeColor = &H80000008&
Height = 255
Left = 120
TabIndex = 17
Top = 360
Width = 3735
End
End
Begin VB.Frame famOption
BackColor = &H80000009&
Caption = "Buying"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 222
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1935
Index = 2
Left = 120
TabIndex = 6
Top = 720
Width = 3975
Begin VB.CheckBox chkNoCalc
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "No calculate money (accept all item with 0z)"
ForeColor = &H80000008&
Height = 255
Left = 120
TabIndex = 35
Top = 840
Width = 3735
End
Begin VB.TextBox txtCTitle
Appearance = 0 'Flat
BackColor = &H80000004&
BorderStyle = 0 'None
ForeColor = &H000000FF&
Height = 235
Left = 1200
TabIndex = 33
Text = "10000"
Top = 1080
Width = 2685
End
Begin VB.CheckBox chkDCChat
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "Auto-Disconnect when chatroom close?"
ForeColor = &H80000008&
Height = 255
Left = 120
TabIndex = 21
Top = 600
Width = 3735
End
Begin VB.TextBox txtBelow
Alignment = 1 'Right Justify
Appearance = 0 'Flat
BackColor = &H80000004&
BorderStyle = 0 'None
ForeColor = &H000000FF&
Height = 235
Left = 2640
TabIndex = 20
Text = "10000"
Top = 360
Width = 1005
End
Begin VB.CheckBox chkCreateShop
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "Create shop when zeny below z"
ForeColor = &H80000008&
Height = 255
Left = 120
TabIndex = 19
Top = 360
Width = 3735
End
Begin VB.Label Label7
BackStyle = 0 'Transparent
Caption = "Chatroom Title"
Height = 255
Left = 120
TabIndex = 32
Top = 1080
Width = 1095
End
End
Begin VB.Frame famOption
BackColor = &H80000009&
Caption = "Vending"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 222
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1935
Index = 1
Left = 120
TabIndex = 4
Top = 720
Width = 3975
Begin VB.TextBox txtITNPC
Appearance = 0 'Flat
BorderStyle = 0 'None
ForeColor = &H000000FF&
Height = 235
Index = 0
Left = 1680
TabIndex = 31
Top = 1080
Width = 2175
End
Begin VB.TextBox txtITAmount
Appearance = 0 'Flat
BorderStyle = 0 'None
ForeColor = &H000000FF&
Height = 235
Index = 0
Left = 1680
TabIndex = 29
Top = 840
Width = 2175
End
Begin VB.TextBox txtITPrice
Appearance = 0 'Flat
BorderStyle = 0 'None
ForeColor = &H000000FF&
Height = 235
Index = 0
Left = 1680
TabIndex = 28
Top = 600
Width = 2175
End
Begin VB.TextBox txtITName
Appearance = 0 'Flat
BorderStyle = 0 'None
ForeColor = &H000000FF&
Height = 235
Index = 0
Left = 1680
TabIndex = 27
Top = 360
Width = 2175
End
Begin VB.ListBox lstVL
Appearance = 0 'Flat
Height = 1395
Left = 120
TabIndex = 22
Top = 360
Width = 495
End
Begin VB.Label Label6
Alignment = 1 'Right Justify
BackStyle = 0 'Transparent
Caption = "NPC : "
Height = 255
Left = 720
TabIndex = 30
Top = 1080
Width = 975
End
Begin VB.Label Label5
BackStyle = 0 'Transparent
Caption = "<< Click at this list to select an item to edit"
ForeColor = &H8000000F&
Height = 255
Left = 720
TabIndex = 26
Top = 1560
Width = 3135
End
Begin VB.Label Label4
Alignment = 1 'Right Justify
BackStyle = 0 'Transparent
Caption = "Amount : "
Height = 255
Left = 720
TabIndex = 25
Top = 840
Width = 975
End
Begin VB.Label Label3
Alignment = 1 'Right Justify
BackStyle = 0 'Transparent
Caption = "Price : "
Height = 255
Left = 720
TabIndex = 24
Top = 600
Width = 975
End
Begin VB.Label Label2
Alignment = 1 'Right Justify
BackStyle = 0 'Transparent
Caption = "Item Name : "
Height = 255
Left = 720
TabIndex = 23
Top = 360
Width = 975
End
End
Begin VB.Image Image5
Height = 300
Left = 3480
Picture = "frmModConfig.frx":0000
Top = 2820
Width = 630
End
Begin VB.Image Image6
Height = 135
Left = 3960
Picture = "frmModConfig.frx":02B2
Top = 60
Width = 135
End
Begin VB.Image Image4
Height = 135
Left = 70
Picture = "frmModConfig.frx":03E7
Top = 60
Width = 135
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "Mods 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 = 0
Top = 15
Width = 1215
End
Begin VB.Image Image1
Height = 255
Left = 0
Picture = "frmModConfig.frx":051C
Top = 0
Width = 4200
End
Begin VB.Image Image3
Height = 420
Left = 0
Picture = "frmModConfig.frx":0AC5
Top = 2760
Width = 4200
End
Begin VB.Image Image2
Height = 3000
Left = 0
Picture = "frmModConfig.frx":0C09
Top = 240
Width = 45
End
Begin VB.Image Image7
Height = 3000
Left = 4080
Picture = "frmModConfig.frx":15AB
Top = 240
Width = 120
End
End
Attribute VB_Name = "frmModConfig"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub chkAutoSit_Click()
Mods.AutoSit = CBool(chkAutoSit.value)
End Sub
Private Sub chkChatroom_Click()
Mods.OC = CBool(chkChatroom.value)
End Sub
Private Sub chkCreateShop_Click()
Mods.OCcreateshop = CBool(chkCreateShop.value)
End Sub
Private Sub chkDCChat_Click()
Mods.OCdisconnect = CBool(chkDCChat.value)
End Sub
Private Sub chkDCShop_Click()
Mods.dcshop = CBool(chkDCShop.value)
End Sub
Private Sub chkEmotion_Click()
Mods.EmotionText = CBool(chkEmotion.value)
End Sub
Private Sub chkEnabled_Click()
Mods.Enabled = CBool(chkEnabled.value)
End Sub
Private Sub chkGuildAnn_Click()
Mods.GuildText = CBool(chkGuildAnn.value)
End Sub
Private Sub chkNoCalc_Click()
Mods.OCnocalcmoney = CBool(chkNoCalc.value)
End Sub
Private Sub chkSTChat_Click()
Mods.STChat = CBool(chkSTChat.value)
End Sub
Private Sub chkSTStatus_Click()
Mods.STStatus = CBool(chkSTStatus.value)
End Sub
Private Sub chkSTSys_Click()
Mods.STSystem = CBool(chkSTSys.value)
End Sub
Private Sub chkSTWalk_Click()
Mods.STWalk = CBool(chkSTWalk.value)
End Sub
Private Sub chkVending_Click()
Mods.Vending = CBool(chkVending.value)
End Sub
Private Sub cmdOptWin_Click(index As Integer)
Dim i As Long
For i = 0 To 3
famOption(i).Visible = False
Next
famOption(index).Visible = True
End Sub
Private Sub Form_Load()
'tmp
cmdOptWin_Click 0
Dim i As Long
For i = 1 To 29
Load txtITName(i)
Load txtITPrice(i)
Load txtITAmount(i)
Load txtITNPC(i)
Next
lstVL.Clear
For i = 1 To 30
lstVL.AddItem CStr(i)
Next
lstVL.ListIndex = 0
lstVL_Click
RefreshMC
LoadFormPos frmModConfig
End Sub
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()
SaveModConfig
If IsShopCreated Then frmMain.Send_ShopClose
If IsChatOC Then frmMain.destroy_chatroom
CalcModAI "modconfig"
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 frmModConfig
End Sub
Private Sub lstVL_Click()
Dim i&
For i = 0 To txtITAmount.UBound
txtITAmount(i).Visible = False
txtITName(i).Visible = False
txtITNPC(i).Visible = False
txtITPrice(i).Visible = False
Next
i = lstVL.ListIndex
txtITAmount(i).Visible = True
txtITName(i).Visible = True
txtITNPC(i).Visible = True
txtITPrice(i).Visible = True
End Sub
Private Sub txtBelow_Change()
If Not IsNumeric(txtBelow.text) Then txtBelow.text = "0"
Mods.minzeny = Val(txtBelow.text)
End Sub
Private Sub txtBelow_KeyPress(KeyAscii As Integer)
If (KeyAscii < 48 Or KeyAscii > 57) And KeyAscii <> 8 Then KeyAscii = 0
End Sub
Private Sub txtCDelay_Change()
If Not IsNumeric(txtCDelay.text) Then txtCDelay.text = "0"
Mods.OCdelay = Val(txtCDelay.text)
End Sub
Private Sub txtCDelay_KeyPress(KeyAscii As Integer)
If (KeyAscii < 48 Or KeyAscii > 57) And KeyAscii <> 8 Then KeyAscii = 0
End Sub
Private Sub txtCTitle_Change()
Mods.Chatroom = txtCTitle.text
End Sub
Private Sub txtITAmount_Change(index As Integer)
If Not IsNumeric(txtITAmount(index).text) Then txtITAmount(index).text = "0"
Vending(index + 1).Amount = Val(txtITAmount(index).text)
End Sub
Private Sub txtITAmount_KeyPress(index As Integer, KeyAscii As Integer)
If (KeyAscii < 48 Or KeyAscii > 57) And KeyAscii <> 8 Then KeyAscii = 0
End Sub
Private Sub txtITName_Change(index As Integer)
Vending(index + 1).Name = txtITName(index).text
End Sub
Private Sub txtITNPC_Change(index As Integer)
Vending(index + 1).NPC = txtITNPC(index).text
End Sub
Private Sub txtITPrice_Change(index As Integer)
If Not IsNumeric(txtITPrice(index).text) Then txtITPrice(index).text = "0"
Vending(index + 1).Price = Val(txtITPrice(index).text)
End Sub
Private Sub txtITPrice_KeyPress(index As Integer, KeyAscii As Integer)
If (KeyAscii < 48 Or KeyAscii > 57) And KeyAscii <> 8 Then KeyAscii = 0
End Sub
Private Sub txtVDelay_Change()
If Not IsNumeric(txtVDelay.text) Then txtVDelay.text = "0"
Mods.Vendingdelay = Val(txtVDelay.text)
End Sub
Private Sub txtVDelay_KeyPress(KeyAscii As Integer)
If (KeyAscii < 48 Or KeyAscii > 57) And KeyAscii <> 8 Then KeyAscii = 0
End Sub