Есть вероятность в таких скриптах, что на таргет попадет не тот кто нужен;)
но можно сделать циклический скриптик...
sub NextTarget()
if not (uo.countground('0x0190')+uo.countground('0x0191')) then
uo.ignorereset()
end if
if uo.countground('0x0190') then
uo.GetStatus('~0x0190')
uo.ignore ...
Search found 7 matches
- 2006-03-07 06:52:08
- Forum: Scripting Ore
- Topic: Макрос для атаки ПК
- Replies: 20
- Views: 8292
- 2006-03-05 22:18:16
- Forum: Scripting Ore
- Topic: Макрос для атаки ПК
- Replies: 20
- Views: 8292
- 2006-02-25 02:32:38
- Forum: Scripting Ore
- Topic: Fishing skript + reconnector
- Replies: 8
- Views: 4319
- 2006-02-25 02:23:33
- Forum: Scripting Ore
- Topic: Healing plzz pamagite
- Replies: 6
- Views: 2980
- 2006-02-18 23:01:24
- Forum: Scripting Ore
- Topic: Fishing skript + reconnector
- Replies: 8
- Views: 4319
мне не надо чтоб он продолжал ловить в томже мести если выловил рыбу а приступал к следующему месту ! Глухо как в танке? Линк, который я тебе дал не ловит рыбу :roll: а чтож он по твоему делает у меня всё подряд ловит а карты ложет в мешёк мне такойже надо но чтоб токо рыбу пропускал (выловил рыбу ...
- 2006-02-18 09:32:50
- Forum: Scripting Ore
- Topic: Fishing skript + reconnector
- Replies: 8
- Views: 4319
- 2006-02-16 22:41:51
- Forum: Scripting Ore
- Topic: Fishing skript + reconnector
- Replies: 8
- Views: 4319
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.dead()
UO.DeleteJournal()
for i = mx-6 to mx+6
for j = my -6 to my+6
if UO.dead() then ...
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.dead()
UO.DeleteJournal()
for i = mx-6 to mx+6
for j = my -6 to my+6
if UO.dead() then ...