хилинг хелп

Ask for scripts here

Moderators: Murderator+, Murderator

Post Reply
Alex14
Posts: 6
Joined: 2013-08-03 05:09:44

хилинг хелп

Post by Alex14 »

Code: Select all

sub bandself()
var band = "0x0e21"
   if uo.waiting() then
      uo.canceltarget()
   endif
   if (uo.life<uo.str) and (uo.count(band)>0) then
      uo.waittargetself()
      uo.usetype(band)
      MesReact()
      uo.print(str(uo.count(band)-1)+" ??????")
   else
      if uo.life==uo.str then
         uo.print("?????? "+str(uo.count(band)))
      endif
      if (uo.count(band)<1) then
         uo.print("áèíòû êîí÷èëèñü!")
      endif
   endif
   wShldWep()
endsub


все бы хорошо только не хилится, где ошибка?
Post Reply