Скриптеры нид хелп!

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
M0ke
Posts: 42
Joined: 2004-06-02 21:35:27
Contact:

Скриптеры нид хелп!

Post by M0ke »

Нужен скрипт на мининг:
Чтобы чар копал а как руда кончалась делал шаг в перед и дальше капал.
заранее спасибо!
tmasolo
Posts: 5
Joined: 2004-06-16 13:11:15
Contact:

Post by tmasolo »

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
Post Reply