Есть вероятность в таких скриптах, что на таргет попадет не тот кто нужен;)
но можно сделать циклический скриптик...
sub NextTarget()
if not (uo.countground('0x0190')+uo.countground('0x0191')) then
uo.ignorereset()
end if
if uo. ...
Search found 7 matches
- 2006-03-07 06:52:08
- Forum: Scripting Ore
- Topic: Макрос для атаки ПК
- Replies: 20
- Views: 4927
- 2006-03-05 22:18:16
- Forum: Scripting Ore
- Topic: Макрос для атаки ПК
- Replies: 20
- Views: 4927
- 2006-02-25 02:32:38
- Forum: Scripting Ore
- Topic: Fishing skript + reconnector
- Replies: 8
- Views: 3100
- 2006-02-25 02:23:33
- Forum: Scripting Ore
- Topic: Healing plzz pamagite
- Replies: 6
- Views: 1919
- 2006-02-18 23:01:24
- Forum: Scripting Ore
- Topic: Fishing skript + reconnector
- Replies: 8
- Views: 3100
- 2006-02-18 09:32:50
- Forum: Scripting Ore
- Topic: Fishing skript + reconnector
- Replies: 8
- Views: 3100
- 2006-02-16 22:41:51
- Forum: Scripting Ore
- Topic: Fishing skript + reconnector
- Replies: 8
- Views: 3100
Re: Fishing skript + reconnector
sub fishing()
var mx, my, mz, i, j
uo.print('А где ведро?')
uo.exec('addobject Bag')
while uo.targeting()
wait(100)
wend
mx = UO.GetX("self")
my = UO.GetY("self")
mz = UO.GetZ("self")
while not uo. ...
var mx, my, mz, i, j
uo.print('А где ведро?')
uo.exec('addobject Bag')
while uo.targeting()
wait(100)
wend
mx = UO.GetX("self")
my = UO.GetY("self")
mz = UO.GetZ("self")
while not uo. ...