Yoko
http://forum.yoko.com.ua/

лаги в скрипте
http://forum.yoko.com.ua/viewtopic.php?f=20&t=12352
Page 1 of 1

Author:  Bangbuss [ 2007-08-25 08:29:25 ]
Post subject:  лаги в скрипте

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

skript:

Code:
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

Author:  Question_GimFlex [ 2007-08-25 08:43:50 ]
Post subject: 

Code:
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

Page 1 of 1 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/