Code: Select all
Sub mine_spot()
HideInMine()
While UO.InJournal("There is no")==0
UO.Print("Mining time!")
UO.DeleteJournal()
UO.WaitTargetTile("1339",STR(UO.GetX()),STR(UO.GetY()),"0")
UO.UseType("pickaxe")
Repeat
Wait(200)
Until UO.InJournal("You put") OR UO.InJournal("There is no") OR UO.injournal("You loosen")
Wend
if uo.weight>=maxWeight then
mark("rune_Temp")
recall("rune_Home")
unload()
load()
recall("rune_Temp")
endif
return 0
end sub
может кто либо знает в чём дело?