пвп дракон

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
Greidon[Gods]
Posts: 54
Joined: 2006-12-26 09:32:20
Contact:

пвп дракон

Post by Greidon[Gods] »

sub shrink1()
sub main()
While true
UO.Exec("waitmenu 'What sort' 'Shrink'")
UO.waittargettype('0x0F0E')
UO.usetype('0x20D6')
UO.DeleteJournal()
while not UO.InJournal("You pour the") and not UO.InJournal("You toss the")
wait (100)
wend
Wait(500)
wend
end if
end sub


Когда выпускаю драка, почему-то скрипт остается запущенным, хотя должен закрываться
<FaTe>
Posts: 35
Joined: 2006-09-15 18:16:29

Re: пвп дракон

Post by <FaTe> »

Greidon[Gods] wrote:sub shrink1()
sub main() <<<<<<<<<
While true
UO.Exec("waitmenu 'What sort' 'Shrink'")
UO.waittargettype('0x0F0E')
UO.usetype('0x20D6')
UO.DeleteJournal()
while not UO.InJournal("You pour the") and not UO.InJournal("You toss the")
wait (100)
wend
Wait(500)
wend
end if
end sub


Когда выпускаю драка, почему-то скрипт остается запущенным, хотя должен закрываться

А [следи за пальцами!] здесь это ?
Nmy
Expert!
Posts: 2152
Joined: 2005-09-14 15:31:58
Location: Latvia

Re: пвп дракон

Post by Nmy »

Greidon[Gods] wrote:

Code: Select all

sub shrink1() 
  sub main()
While true
  UO.Exec("waitmenu 'What sort' 'Shrink'")
  UO.waittargettype('0x0F0E')
  UO.usetype('0x20D6')
  UO.DeleteJournal()
  while not UO.InJournal("You pour the") and not UO.InJournal("You toss the")
    wait (100)
  wend
  Wait(500)
wend
end if
end sub



Когда выпускаю драка, почему-то скрипт остается запущенным, хотя должен закрываться

хотя недолжен закрываться
Post Reply