waittargettile с клиентом 4.0.0с

Ask for help

Moderators: Murderator+, Murderator

Post Reply
Gremilcar
Posts: 1
Joined: 2004-06-25 16:06:27
Location: Toronto
Contact:

waittargettile с клиентом 4.0.0с

Post by Gremilcar »

почему-то перестали работать скрипты с использованием Waittargettile: Майнинг, Фишинг.
скрипт загружаеться, начинает работать, но когда доходит до ловушки он обрываеться. Выглядит это как будто обьект был использован, но таргет не появился вообще...

клиент 4.0.0с
инжа 40?.? (wheel u)

пример неработающего скрипта:

Code: Select all

sub main() 
var mx, my, mz, i, j
mx = UO.GetX('self')
my = UO.GetY('self')
mz = UO.GetZ('self')
UO.DeleteJournal()
while true
for i = mx-4 to mx+4
for j = my -4 to my+4
UO.Print("Now Fishing In: "+str(mx-i)+" "+str(my-j))
while not UO.InJournal("no fish here") and not UO.InJournal("fishing in water")
UO.DeleteJournal()
UO.Waittargettile("6040", str(i), str(j), str(mz))
UO.Usetype('0x0DC0')
while uo.targeting()
wait(100)
wend
while not UO.InJournal('You pull out') and not UO.InJournal('fail') and not UO.InJournal('no fish') and not UO.InJournal("fishing in water")
wait (100)
wend
wend
UO.DeleteJournal()
next
next
wend
end sub


все айдишники перепроверил
Post Reply