Гляньте.Опять примитиыный вопрос.

Ask for help

Moderators: Murderator+, Murderator

Post Reply
grundick
Posts: 258
Joined: 2006-11-25 17:44:44

Гляньте.Опять примитиыный вопрос.

Post by grundick »

Code: Select all

sub BS()
VAR weapon='0x13FE'

while not uo.injournal('stop')
   uo.findtype(weapon)
   if uo.findcount() > 20
    uo.waittargetobject('finditem')
    wait(500)                                          <------Error in this line
    uo.sayu('sell all')
   endif
wend 
endsub

parse error. в чем ошибка?
Question_GimFlex
Posts: 188
Joined: 2007-03-24 08:12:51

Post by Question_GimFlex »

Code: Select all

uo.findtype(weapon) 


хз :wink: я в думаю в этом хотя мож я и не прав :)
Post Reply