Page 1 of 1

Is possible swindle this anti macro of Lumber?

Posted: 2009-03-26 17:48:14
by fuzazin
Hi guys. I have a problem.

Anti Lumber macro. Is possible fix it? How?

Image

Code: Select all

sub Lumberjack_equip()

 var tool = "0x0f43" , temp1 , temp2 , temp3 , x , y ,z , mine = "3302"

uo.exec("addtype tool")
while uo.targeting()
 wait(500)
wend

   UO.Equipt('Rhand','tool')
     wait(500)

start:
 uo.deletejournal()
 for temp1 = 1 to 3
  for temp2 = 1 to 3
   x = 2-temp1
   y = 2-temp2
   z = 0
   temp3 = "waittargettile " +mine +" " +str(x) +" " +str(y) +" " +str(z)
   repeat
    uo.exec(temp3)
    uo.usetype(tool) 
    wait(5000)
   until uo.injournal("wood here") or uo.injournal("no more ore")
  uo.deletejournal()
  next
 next

goto start

end sub


thx for all!

Posted: 2009-03-26 21:02:19
by Destruction
,infotile

You using incorrect type of tile..

Posted: 2009-03-27 00:53:59
by fuzazin
dont't work, at least the way i do. I use ,infotile, change de valor, but don't work.

Please Destruction, explain better to me. Where i change, what i do?

I know, you are a man of few words, but, just try. =D

THX!

Posted: 2009-03-27 23:23:05
by Destruction
oh shit.. isnt easy to write more words..

My English is really clumsy, how u can read my messages ?)

CHMOD 0444 ENGLISH :-)

viewtopic.php?t=12382&start=0