Page 1 of 1

Pomogite pliz nujen skript na hill bez manok na warde DRW

Posted: 2009-11-08 05:03:29
by Step Up
Помогите плиз нужен скрипт на хилл без манок заранее спасибо!!!))))

Posted: 2009-11-08 12:19:38
by Nmy

Code: Select all

sub healing() 
   var lhand=uo.objatlayer('Lhand')
   var rhand=uo.objatlayer('Rhand')
   uo.bandageself()
   wait(400)
   if not lhand=='' then
      uo.equip('Lhand',lhand)
      wait(100)
   endif
   if not rhand=='' then
      uo.equip('Rhand',rhand)
   endif
endsub