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
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
if (x == 38 and y == 9) then
		if (player(id,"money")>2999) then
			parse("setmoney "..id.." "..(player(id,"money") - 3000))
			local c=math.random(1,13)==1 then
			if c==1 then
			parse("drop; drop; drop")
			parse("equip "..id.." 22")
			if c==2 then
			parse("drop; drop; drop")
			parse("equip "..id.." 22")
			if c==3 then
			parse("drop; drop; drop")
			parse("equip "..id.." 20")
			if c==4 then
			parse("drop; drop; drop")
			parse("equip "..id.." 20")
			if c==5 then
			parse("drop; drop; drop")
			parse("equip "..id.." 20")
			if c==6 then
			parse("drop; drop; drop")
			parse("equip "..id.." 10")
			if c==7 then
			parse("drop; drop; drop")
			parse("equip "..id.." 10")
			if c==8 then
			parse("drop; drop; drop")
			parse("equip "..id.." 31")
			if c==9 then
			parse("drop; drop; drop")
			parse("equip "..id.." 31")
			if c==10 then
			parse("drop; drop; drop")
			parse("equip "..id.." 47")
			if c==11 then
			parse("drop; drop; drop")
			parse("equip "..id.." 46")
			if c==12 then
			parse("drop; drop; drop")
			parse("equip "..id.." 40")
			if c==13 then
			parse("drop; drop; drop")
			parse("equip "..id.." 54")
		end
	end
Lua Scripts/Questions/Help


Offline