Smelting Script
Posted: 2005-02-20 10:53:04
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
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