Yoko

All sides of Injection
It is currently 2025-11-05 20:00:27

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Smelting Script
PostPosted: 2005-02-20 10:53:04 
Offline

Joined: 2005-02-05 11:46:54
Posts: 1
Location: Australia
well i dunno how to explain it but basically the shard i play u can smelt weapons and armour etc bak into ingots so i was wondering why my script that i made was working for all u have to do is
1) double click tongs
2) click item to smelt
3) click forge
my script looks like this

sub Smelt()
Start:

UO.UseType(0x0FBB)#Tongs
Wait(1000)
UO.WaitTargetType(0x1415)#Item to Smelt
Wait(1000)
UO.LClick(394,232)#Position of Forge
Wait(2000)

GOTO Start
end sub

as u can see very basic but it dont work well it proclaims things in the game such as no item found item must be in bakpak

so i dunno ... by the way i only speek and read ENGLISH so it would be help ful for those that reply to write in english


Top
   
 Post subject: Re: Smelting Script
PostPosted: 2005-02-20 19:40:02 
Offline
User avatar

Joined: 2005-02-08 15:39:19
Posts: 86
Location: D.R.W.
Fable wrote:
well i dunno how to explain it but basically the shard i play u can smelt weapons and armour etc bak into ingots so i was wondering why my script that i made was working for all u have to do is
1) double click tongs
2) click item to smelt
3) click forge
my script looks like this

sub Smelt()
Start:

UO.UseType(0x0FBB)#Tongs
Wait(1000)
UO.WaitTargetType(0x1415)#Item to Smelt
Wait(1000)
UO.LClick(394,232)#Position of Forge
Wait(2000)

GOTO Start
end sub

as u can see very basic but it dont work well it proclaims things in the game such as no item found item must be in bakpak

so i dunno ... by the way i only speek and read ENGLISH so it would be help ful for those that reply to write in english

я те проще дам
Code:
sub plavka()
while uo.count(0x1410)>0#tipe itema1
uo.usefromground(0x0FB1)
uo.waittargettype(0x1410)#tipe itema1
wait(200)
wend
while uo.count(0x1415)>0#tipe itema2
uo.usefromground(0x0FB1)
uo.waittargettype(0x1415)#tipe itema2
wait(200)
wend
while uo.count(0x1B72)>0#tipe itema3
uo.usefromground(0x0FB1)
uo.waittargettype(0x1B72)#tipe itema3
wait(200)
wend
while uo.count(0x1411)>0#tipe itema4
uo.usefromground(0x0FB1)
uo.waittargettype(0x1411)#tipe itema4
wait(200)
wend
while uo.count(0x1B76)>0#tipe itema5
uo.usefromground(0x0FB1)
uo.waittargettype(0x1B76)#tipe itema5
wait(200)
wend
while uo.count(0x1B7B)>0#tipe itema6
uo.usefromground(0x0FB1)
uo.waittargettype(0x1B7B)#tipe itema6
wait(200)
wend
end sub


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

All times are UTC+02:00


Who is online

Users browsing this forum: Bing [Bot] and 10 guests


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