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. | ;Autor: Woszczu
;Mazenie kazdego maga koxajacego inta. In Nox - Medyta
event SysMessage Wskaz w co ma strzelac!
set #targCurs 1
targLoop:
if #targCurs = 1
goto targLoop
set %cel #lTargetID
set %czas #scnt
set %ok #scnt
start:
event macro 15 19
set %lag 0
repeat
wait 10
set %lag %lag + 1
if %lag > 10
{
event macro 15 19
set %lag 0
}
until #targcurs = 1
set #LTARGETID %cel
repeat
key f12
wait 8
until #targcurs = 0
repeat
wait 8
until %czas <= #scnt
gosub medyt
goto start
sub medyt
repeat
until %ok <= #scnt2
event macro 13 46
set %ok #scnt2 + 100
repeat
wait 9
until #maxmana = #mana
return
set #lobjectid #findid
if #findkind = -1
{
set #targCurs 1
targLoop:
if #targCurs = 1
goto targLoop
}
event macro 17 0
wait 1s
return
|