I want to poison che equipped arm . If i lose arm or i change it,i don't want to update it in objects or objects type but poison the current arm in hand..
It is possible?
help for poison equipped arm
Moderators: Murderator+, Murderator
я не понял че он хочет? отравить арм? и ему не нравится переписывать ID-шники?
p.s. i don't undestand what do U mean.. U want to poison equipped armour?
try this:
_0x0000 - type of your armour
p.s. i don't undestand what do U mean.. U want to poison equipped armour?
try this:
Code: Select all
hotkey
waittargetobject "_0x0000"; usetype "posion type"; "Poison2Arm"
_0x0000 - type of your armour
а при чем тут слово "йад"?:)
author if you want to update ID of Object In Right Hand U can paste this in your scripts where necessary
author if you want to update ID of Object In Right Hand U can paste this in your scripts where necessary
Code: Select all
if uo.objatlayer('Rhand') <> uo.getserial("sword") then
uo.addobject("sword",uo.objatlayer('Rhand'))
end if
а может нечно наподобие
там уже чисто что в руках то и будет пойзонить.
Code: Select all
if weaptype == Puha[i] then
goto tend
endif
next
weap = UO.ObjAtLayer("Rhand")
tend :
uo.findtype('0x0F0E','0x0998','backpack')
uo.waittargetobject(weap,'finditem')
uo.useskill("Poisoning")
там уже чисто что в руках то и будет пойзонить.