horse

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
Bangbuss
Posts: 228
Joined: 2005-07-06 18:17:24

horse

Post by Bangbuss »

y menja vot takoj vot skript. no on figova rabotaet, inogda nesrabativaet, ingodna laguet itd.

mozhet kakto po kru4e mozhno sdelat' etot skript? princip takoj-slezaem s loshadi, kastuem, zalezaem nazad.

Code: Select all

sub poison()
   UO.useobject('self')
UO.Cast('Poison','laststatus')
wait(100)
UO.Useobject('horse')
endsub
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post by Destruction »

Code: Select all

sub poison()
   var horse = uo.objAtLayer( 'Horse' )
   uo.useobject( 'self' )
   uo.cast( 'Poison', 'laststatus' )
   wait( 500 )
   uo.useobject( horse )
endsub
Last edited by Destruction on 2007-08-30 14:07:40, edited 1 time in total.
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
Bangbuss
Posts: 228
Joined: 2005-07-06 18:17:24

Post by Bangbuss »

invalid layer name
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post by Destruction »

[fixed] :oops:
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
Bangbuss
Posts: 228
Joined: 2005-07-06 18:17:24

Post by Bangbuss »

mozhno kakto sdelat' tak esli 'unexpected target info' to on povtaraet srazu.
Post Reply