Yoko

All sides of Injection
It is currently 2026-03-10 16:30:54

All times are UTC+02:00




Post new topic  Reply to topic  [ 1 post ] 
Author Message
PostPosted: 2004-08-19 18:17:09 
Offline

Joined: 2004-06-25 16:06:27
Posts: 1
Location: Toronto
почему-то перестали работать скрипты с использованием Waittargettile: Майнинг, Фишинг.
скрипт загружаеться, начинает работать, но когда доходит до ловушки он обрываеться. Выглядит это как будто обьект был использован, но таргет не появился вообще...

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

пример неработающего скрипта:
Code:
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


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


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 1 post ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited