Rhand - point to
Moderators: Murderator+, Murderator
Rhand - point to
can i point to the weapon i have in my rhand?
i need to poison the weapon i'm holding
(poison skill work targetting before the poison bottle and after the weapon)
something like this, but it doesn't working, maybe i use incorrectly the var type..
i'd like don't disarming.. (line 2)
sub poison_wep()
uo.exec ("disarm")
UO.Findtype('0x0F0A') #poison type
UO.Findtype('0x1401') #kryss type
uo.exec ("waittargettype ('0x0F0A') (UO.Findtype('0x1401'))") #
UO.UseSkill('Poisoning','finditem')
end sub
should become something like this..only i need the point to [Rhand weapon]
sub poison_wep()
UO.Findtype('0x0F0A') #poison type
uo.exec ("waittargettype ('finditem') [Rhand weapon])") #
UO.UseSkill('Poisoning','finditem')
end sub
Thanks
(poison skill work targetting before the poison bottle and after the weapon)
something like this, but it doesn't working, maybe i use incorrectly the var type..
i'd like don't disarming.. (line 2)
sub poison_wep()
uo.exec ("disarm")
UO.Findtype('0x0F0A') #poison type
UO.Findtype('0x1401') #kryss type
uo.exec ("waittargettype ('0x0F0A') (UO.Findtype('0x1401'))") #
UO.UseSkill('Poisoning','finditem')
end sub
should become something like this..only i need the point to [Rhand weapon]

sub poison_wep()
UO.Findtype('0x0F0A') #poison type
uo.exec ("waittargettype ('finditem') [Rhand weapon])") #
UO.UseSkill('Poisoning','finditem')
end sub
Thanks
-
- Expert!
- Posts: 359
- Joined: 2004-04-25 11:11:07
- Contact: