Pomogite pliz nujen skript na hill bez manok na warde DRW

Ask for scripts here

Moderators: Murderator+, Murderator

Post Reply
Step Up
Posts: 1
Joined: 2009-11-08 04:59:25

Pomogite pliz nujen skript na hill bez manok na warde DRW

Post by Step Up »

Помогите плиз нужен скрипт на хилл без манок заранее спасибо!!!))))
Nmy
Expert!
Posts: 2152
Joined: 2005-09-14 15:31:58
Location: Latvia

Post 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
Post Reply