Is possible swindle this anti macro of Lumber?

Ask for scripts here

Moderators: Murderator+, Murderator

Post Reply
fuzazin
Posts: 14
Joined: 2005-05-28 18:59:31

Is possible swindle this anti macro of Lumber?

Post 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!
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post by Destruction »

,infotile

You using incorrect type of tile..
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
fuzazin
Posts: 14
Joined: 2005-05-28 18:59:31

Post 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!
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

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