sub minround() VAR Kirka = '0x0E85' ; pickaxe VAR MaxVes = 430 ; weight +- 15 VAR TileNum = '-1' ; DONT KNOW VAR x, y, t, k VAR MaxTime = 100 VAR ms1 = "There is no ore" VAR ms2 = "You can't use" VAR ms3 = "You put " VAR ms4 = "You loosen some rocks" VAR ms5 = "location" VAR ms6 = "Try mining" VAR ms7 = "You can't see that" VAR ms8 = "No item" for y=-2 to 2 for x=-2 to 2 while not UO.Hidden() UO.Warmode("0") uo.print("Hiding") UO.UseSkill("Hiding") wait(4000) wend k = 0 repeat UO.DeleteJournal() t = UO.Timer() k = k + 1 wait(300) UO.WaitTargetTile( TileNum, STR( UO.GetX() + x ), STR( UO.GetY() + y ), 0) UO.UseType( Kirka ) repeat wait(100) until UO.InJournal(ms1) OR UO.InJournal(ms2) OR UO.InJournal(ms3) OR UO.InJournal(ms4) OR UO.InJournal(ms5) OR UO.InJournal(ms6) OR UO.InJournal(ms7) OR ((t +MaxTime) < UO.Timer()) If UO.Weight > MaxVes Then UO.Print(" owerweight" ) return Endif until ( NOT UO.InJournal(ms4) AND NOT UO.InJournal(ms3) OR (k > 10) ) next next uo.Print('End') endsub
if not uo.count( Kirka ) then uo.print( "No pickaxe in backpack." ) return false endif
Last edited by Destruction on 2007-12-20 03:31:59, edited 1 time in total.
YokoInjection CodeSweeper Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
YokoInjection CodeSweeper Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
CuHTpoH wrote:i'm sorry, another time i made a small mistake ))) fix phrase with uo.count( Kirka )
thx
YokoInjection CodeSweeper Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom