Page 1 of 1

скрипт на лошадку

Posted: 2004-09-22 10:39:29
by Haxor
етот скрипт проверяет если ты не на коне тода залазит. а если ты на коне тогда слезает и алл килл.

прошу сказать что можно добавить и т.д. и т.п. :D

sub lol()
uo.deletejournal()
uo.useobject("0x001E66E0")#id loshadi
wait(400)
if uo.injournal("You can't see the target") then
uo.useobject("0x000DEBE4")#id svoego chara
uo.waittargetlast()
uo.say(":)")
uo.say("all kill")
wait(100)
else
uo.say(":)")
uo.say("all stop")
wait(100)
uo.useobject("0x001E66E0")
uo.deletejournal()
end if
endsub

end if

endsub

Posted: 2004-09-22 13:05:13
by Haxor
:) - для того если вы перед тем цыфры щолкали -)

Posted: 2004-09-22 13:21:54
by Lord Ruslan Nightmare
if uo.objatlayer("Horse") <> 0
uo.useobject("self")
wait(500)
uo.say("all kill")
else
uo.useobject("lasthorse")
wait(500)
endif

Posted: 2005-01-24 13:51:28
by Haxor
:)

Posted: 2005-01-24 13:51:40
by Haxor
новая версия)

#allkill by Haxor (DRW)
sub lol()
var horsa='0x00336E67' #id loshadi
uo.deletejournal()
uo.useobject(horsa
cheklag()
if uo.injournal("You can't see the target") then
uo.useobject('self')
uo.waittargetlast()
uo.say(":)")
uo.say("all kill")
wait(100)
else
uo.useobject(horsa)
uo.deletejournal()
end if
endsub

end if
endsub