Leo wrote:
Code:
sub Poison()
UO.FindType('0x0F0A','0x0998','backpack')
If UO.FindCount() > 0 Then
UO.WaitTargetType('0x1404', 'finditem' )
UO.UseSkill( 'Poisoning' )
Else
UO.Print( 'Bottles not found!' )
Endif
endsub
Hey Leo, I tried your script but it doesn't function so well. I Made this and it function:
Code:
sub Poison()
uo.findtype('0x143e','backpack')
uo.poison('finditem')
end sub
but is so boring to stay every time changing the Type of the weapon... Is there something that i could do to put the Type of the weapon that i seted in ",setarm 1" ???
plz someone help me !