Вот вощем дописал скрипт на пойзон пухи)
Posted: 2006-12-10 18:53:10
Если каму нада юзайте:
Code: Select all
sub poison()
var Exit=0
uo.print("Покажи Пуху")
UO.exec('addobject nyxa')
while uo.targeting()
wait(500)
wend
while Exit<>1
UO.FindType('0x0F0E','0x0998','backpack')
if uo.findcount() then
uo.deletejournal()
uo.waittargetobject('nyxa','finditem')
uo.useskill('Poisoning')
repeat
wait(50)
until UO.InJournal("You fail to apply") OR UO.InJournal("You apply the poison")
endif
end sub