Yoko

All sides of Injection
It is currently 2025-10-17 03:46:53

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 2009-03-25 14:39:13 
Offline

Joined: 2005-05-28 18:59:31
Posts: 14
hi guys.

I have this script of mining. it work fine, but when i start this script, apear a target to choose a pickaxe, but when i click in pickaxe, the injection say to me "you must equip it to mine".

But this script autoarm the pickaxe, also when it broken.

Can anyone fix this script to me? please!!!

sub MineOre()

var tool = "0x0e85" , temp1 , temp2 , temp3 , x , y ,z , mine = "1339"

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

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

goto start

end sub


Top
   
 Post subject:
PostPosted: 2009-03-25 16:03:02 
Offline
Expert!
User avatar

Joined: 2004-04-04 11:13:54
Posts: 1205
Location: Балаково, Саратовская обл.
Code:
uo.exec("addtype tool") 
while uo.targeting()
wait(500)
wend

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

start:


Top
   
 Post subject:
PostPosted: 2009-03-26 01:00:52 
Offline

Joined: 2005-05-28 18:59:31
Posts: 14
thx so much guy! =D

it works!


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 3 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Limited