лаги в скрипте

Anything and all.

Moderators: Murderator+, Murderator

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

лаги в скрипте

Post by Bangbuss »

zapuskaju etot skript ultima na4enaet nemnogo lagovat' i 4erez primerno 4as viletaet unhandled exceptions in parser. terminate.

skript:

Code: Select all

sub Magery()
  VAR box='0x400AB647'
  uo.UseObject(box)
  wait(1000)
  While not UO.Dead()
    If UO.InJournal ('You lack Nightshade') then
      UO.FindType('0x0F88','0x0000',box)
      if uo.FindCount() then
        uo.moveitem('finditem','1000')
        wait(750)
      else
        uo.Print('There are no more reg.')
      end if
      uo.DeleteJournal()
    Endif
  wend
end sub
Question_GimFlex
Posts: 188
Joined: 2007-03-24 08:12:51

Post by Question_GimFlex »

Code: Select all

sub Magery()
  VAR box='0x400AB647'
  uo.UseObject(box)
  wait(1000)
  While not UO.Dead()
    If UO.InJournal ('You lack Nightshade') then
      UO.FindType('0x0F88','0x0000',box)
      if uo.FindCount() then
        uo.moveitem('finditem','1000')
        wait(750)
      else
        uo.Print('There are no more reg.')
      end if
      uo.DeleteJournal()
    Endif
    wait(500)
  wend
end sub
Post Reply