Yoko

All sides of Injection
It is currently 2025-11-06 19:13:24

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2004-06-15 20:07:48 
Offline

Joined: 2004-06-02 21:35:27
Posts: 42
Нужен скрипт на мининг:
Чтобы чар копал а как руда кончалась делал шаг в перед и дальше капал.
заранее спасибо!


Top
   
 Post subject:
PostPosted: 2004-06-16 13:26:32 
Offline

Joined: 2004-06-16 13:11:15
Posts: 5
sub main()
var i
var j
UO.DeleteJournal()
while not UO.InJournal("You have hidden")
UO.UseSkill('Hiding')
wait(5000)
wend
start:
for i = 0 to 5

UO.DeleteJournal()

; ************************ первая точка ************************
UO.Print("1111111")
while not UO.InJournal("no ore here to mine.")
Hide()
uo.exec("usetype 'pickaxe'")
wait(1000)
UO.LClick (447,252)
wait(10000)
while not (UO.Hidden())
UO.exec ("useskill 'Hiding'")
wait(7500)
wend
wend


; *****************************вторая точка ***********************
UO.Print("2222222")
UO.DeleteJournal()
while not UO.InJournal("no ore here to mine.")

Hide()
uo.exec("usetype 'pickaxe'")
wait(1000)
UO.LClick (451,281)
wait(10000)
while not (UO.Hidden())
UO.exec ("useskill 'Hiding'")
wait(7500)
wend
wend

; *****************************3 точка ***********************
UO.Print("33333333")
UO.DeleteJournal()
while not UO.InJournal("no ore here to mine.")
Hide()
uo.exec("usetype 'pickaxe'")
wait(1000)
UO.LClick (445,300)
wait(10000)
while not (UO.Hidden())
UO.exec ("useskill 'Hiding'")
wait(7500)
wend
wend

; *****************************4 точка ***********************
UO.Print("4444444")
UO.DeleteJournal()
while not UO.InJournal("no ore here to mine.")
Hide()
uo.exec("usetype 'pickaxe'")
wait(1000)
UO.LClick (417,312)
wait(10000)
while not (UO.Hidden())
UO.exec ("useskill 'Hiding'")
wait(7500)
wend
wend

UO.Press(39)
wait (500)

UO.Press(39)
wait (500)

UO.Exec("usetype eda")
UO.Print("STOP !!!!")
next
for j = 0 to 9
UO.Press(37)
wait (500)
while not (UO.Hidden())
UO.exec ("useskill 'Hiding'")
wait(7500)
wend

next

goto start

end sub


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 14 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