sub heal_druga()
UO.Exec("waittargetobject 0x00008113")
uo.msg ('.use_bandage')
wait(99)
uo.attack('laststatus')
uo.UseType('0x1B76')
uo.UseType('0x13B9 ')
if UO.InJournal("You apply bandages to Cocaine Gerl") then
uo.fontcolor('0x0044')
uo.say('Коаинеще подхил тя....')
end if
UO.Exec("waittargetobject 0x000249EB")
uo.msg ('.use_bandage')
wait(99)
uo.attack('laststatus')
uo.UseType('0x1B76')
uo.UseType('0x13B9 ')
if UO.InJournal("You apply bandages to Kiryfffka xD") then
uo.fontcolor('0x03ca')
uo.say('Скинчес подхилен....')
end sub
Вот попробывал написать,не пашет почему-то,а хотело сь бы так чтобы если первого там не получилось подхилить,не видит его не достает и тд, переходил на второго.......
Скрипт на хилл
Moderators: Murderator+, Murderator
-
- Posts: 2259
- Joined: 2005-04-19 18:00:29
- Location: Московская область
- Contact:
Code: Select all
sub heal_druga()
UO.Exec("waittargetobject 0x00008113")
uo.msg ('.use_bandage')
wait(99)
uo.attack('laststatus')
uo.UseType('0x1B76')
uo.UseType('0x13B9 ')
if UO.InJournal("You apply bandages to Cocaine Gerl") then
uo.fontcolor('0x0044')
uo.say('Коаинеще подхил тя....')
end if
UO.Exec("waittargetobject 0x000249EB")
uo.msg ('.use_bandage')
wait(99)
uo.attack('laststatus')
uo.UseType('0x1B76')
uo.UseType('0x13B9 ')
if UO.InJournal("You apply bandages to Kiryfffka xD") then
uo.fontcolor('0x03ca')
uo.say('Скинчес подхилен....')
endif
end sub