Subversion Repositories aysalia

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
VERSION 5.00
2
Begin VB.Form WsLager 
3
   BackColor       =   &H00000040&
4
   BorderStyle     =   0  'None
5
   Caption         =   "WsLager"
6
   ClientHeight    =   2940
7
   ClientLeft      =   0
8
   ClientTop       =   0
9
   ClientWidth     =   5625
10
   LinkTopic       =   "WsLager"
11
   ScaleHeight     =   2940
12
   ScaleWidth      =   5625
13
   ShowInTaskbar   =   0   'False
14
   StartUpPosition =   2  'CenterScreen
15
   Begin VB.CommandButton Command1 
16
      BackColor       =   &H008080FF&
17
      Cancel          =   -1  'True
18
      Caption         =   "Verlassen"
19
      Default         =   -1  'True
20
      BeginProperty Font 
21
         Name            =   "MS Sans Serif"
22
         Size            =   8.25
23
         Charset         =   0
24
         Weight          =   700
25
         Underline       =   0   'False
26
         Italic          =   0   'False
27
         Strikethrough   =   0   'False
28
      EndProperty
29
      Height          =   375
30
      Left            =   4080
31
      Style           =   1  'Graphical
32
      TabIndex        =   4
33
      Top             =   2280
34
      Width           =   1335
35
   End
36
   Begin VB.Label Label6 
37
      AutoSize        =   -1  'True
38
      BackStyle       =   0  'Transparent
39
      Caption         =   "Label6"
40
      ForeColor       =   &H0000FFFF&
41
      Height          =   195
42
      Left            =   1920
43
      TabIndex        =   6
44
      Top             =   2400
45
      Width           =   480
46
   End
47
   Begin VB.Label Label5 
48
      AutoSize        =   -1  'True
49
      BackStyle       =   0  'Transparent
50
      Caption         =   "Goldkronen"
51
      ForeColor       =   &H0000FFFF&
52
      Height          =   195
53
      Left            =   840
54
      TabIndex        =   5
55
      Top             =   2400
56
      Width           =   825
57
   End
58
   Begin VB.Label Label4 
59
      AutoSize        =   -1  'True
60
      BackStyle       =   0  'Transparent
61
      Caption         =   "Kaufen >Lampe der Geister< für ???"
62
      BeginProperty Font 
63
         Name            =   "MS Sans Serif"
64
         Size            =   9.75
65
         Charset         =   0
66
         Weight          =   700
67
         Underline       =   -1  'True
68
         Italic          =   0   'False
69
         Strikethrough   =   0   'False
70
      EndProperty
71
      ForeColor       =   &H00FF8080&
72
      Height          =   240
73
      Left            =   840
74
      TabIndex        =   3
75
      Top             =   1800
76
      Width           =   3675
77
   End
78
   Begin VB.Label Label3 
79
      AutoSize        =   -1  'True
80
      BackStyle       =   0  'Transparent
81
      Caption         =   "Kaufen >Roter Kristalsplitter< für ???"
82
      BeginProperty Font 
83
         Name            =   "MS Sans Serif"
84
         Size            =   9.75
85
         Charset         =   0
86
         Weight          =   700
87
         Underline       =   -1  'True
88
         Italic          =   0   'False
89
         Strikethrough   =   0   'False
90
      EndProperty
91
      ForeColor       =   &H00FF8080&
92
      Height          =   240
93
      Left            =   840
94
      TabIndex        =   2
95
      Top             =   1440
96
      Width           =   3735
97
   End
98
   Begin VB.Label Label2 
99
      AutoSize        =   -1  'True
100
      BackStyle       =   0  'Transparent
101
      Caption         =   "Ausruhen für 15 Goldkronen"
102
      BeginProperty Font 
103
         Name            =   "MS Sans Serif"
104
         Size            =   9.75
105
         Charset         =   0
106
         Weight          =   700
107
         Underline       =   -1  'True
108
         Italic          =   0   'False
109
         Strikethrough   =   0   'False
110
      EndProperty
111
      ForeColor       =   &H00FF8080&
112
      Height          =   240
113
      Left            =   840
114
      TabIndex        =   1
115
      Top             =   1080
116
      Width           =   2850
117
   End
118
   Begin VB.Label Label1 
119
      BackStyle       =   0  'Transparent
120
      Caption         =   """Was du machen wollen hier? Wenn du machen was falsch, wir dich schnell töten."""
121
      BeginProperty Font 
122
         Name            =   "MS Sans Serif"
123
         Size            =   9.75
124
         Charset         =   0
125
         Weight          =   700
126
         Underline       =   0   'False
127
         Italic          =   0   'False
128
         Strikethrough   =   0   'False
129
      EndProperty
130
      ForeColor       =   &H000000FF&
131
      Height          =   615
132
      Left            =   360
133
      TabIndex        =   0
134
      Top             =   240
135
      Width           =   4935
136
   End
137
End
138
Attribute VB_Name = "WsLager"
139
Attribute VB_GlobalNameSpace = False
140
Attribute VB_Creatable = False
141
Attribute VB_PredeclaredId = True
142
Attribute VB_Exposed = False
143
Private Sub Command1_Click()
144
Unload WsLager
145
Wüste.Show
146
End Sub
147
 
148
Private Sub Form_Load()
149
initial
150
End Sub
151
 
152
Sub initial()
153
Label6.Caption = gold
154
End Sub
155
 
156
Private Sub Label2_Click()
157
If gold < 15 Then MsgBox "Du machen nichts falsch. Ich warne!": GoTo nixda2
158
gold = gold - 15
159
SchlafenGehen
160
If hp <= 0 Then Unload WsLager: Tot.Show
161
nixda2:
162
initial
163
End Sub
164
 
165
Private Sub Label2_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
166
Dim lHandle As Long
167
lHandle = LoadCursor(0, HandCursor)
168
If (lHandle > 0) Then SetCursor lHandle
169
End Sub
170
 
171
Private Sub Label3_Click()
172
If rotkri = 1 Then GoTo nix
173
a = MsgBox("Du haben wollen Splitter? Dann du kämpfen gegen Grogo. Du wollen?", 64 + vbYesNo, "Ja oder Nein")
174
b = Val(a)
175
If b = vbNo Then GoTo nix
176
art = "me": explus = 50: feind = "Grogo"
177
gwaffe = "Große Keule": gmat = "Holz": ggrundwert = 3: gzusatzwert = 6: gabzug = 4: gkateg = "Hie": grust = "Championgurt": grs = 1: grsmat = "Leder": gbe = 0
178
woher = "Lager"
179
ghp = 55: gmp = 0: gspeed = 44: gstrength = 63
180
Kampf.Show
181
nix:
182
End Sub
183
 
184
Private Sub Label3_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
185
Dim lHandle As Long
186
lHandle = LoadCursor(0, HandCursor)
187
If (lHandle > 0) Then SetCursor lHandle
188
End Sub
189
 
190
Private Sub Label4_Click()
191
If lampe = 1 Then GoTo nix
192
a = MsgBox("Du wollen Lampe? Wir verkaufen an dich für 200 Gold. Du wollen?", 64 + vbYesNo, "Ja oder Nein")
193
b = Val(a)
194
If b = vbNo Then GoTo nix
195
If gold < 200 Then MsgBox "Nix Gold!": GoTo nix
196
gold = gold - 200
197
a = "Lampe der Geister"
198
frmInternal.List1.AddItem a
199
lampe = 1
200
nix:
201
initial
202
End Sub
203
 
204
Private Sub Label4_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
205
Dim lHandle As Long
206
lHandle = LoadCursor(0, HandCursor)
207
If (lHandle > 0) Then SetCursor lHandle
208
End Sub