Page 1 of 1

Forensinc.

Posted: 2006-03-27 15:27:43
by Ado
Надо сделать так , чтобы чар доставал из ширинки животное одевал лук , убивал его и качал на нём , по прошествии 10 минут всё повторялось , помогите кто знает...

Posted: 2006-03-27 16:37:53
by Scripts Writer

Code: Select all

uo.usetype(shrink) 
 uo.FindType(animal,'1','ground')
 if uo.Count('finditem') > 0 then
   uo.WarMode(true)
   an = uo.GetSerial('finditem')
   uo.Attack(an)
   while not uo.InJournal('Body')
      wait(500)
   wend
   uo.waittargetobject('lastcorpse')
   uo.UseSkill('Forensic ')
  end if


вот набросок