Скрипт на ФСы.

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
Kenny
Posts: 38
Joined: 2005-03-31 19:22:32
Location: +7, 095.
Contact:

Скрипт на ФСы.

Post by Kenny »

Кривее моей жизни, но все таки ...
Мож надо кому будет.)

Code: Select all

sub makeFS()
Function:
UO.FindType('0x0E34')
If UO.FindCount() == 0 Then
UO.Print("There are not any blank scrolls")
return
Endif
UO.DeleteJournal()
UO.WaitMenu ('Spell Circles', 'Seventh Circle', 'Spell Circle 7', 'Flamestrike')
UO.UseType('0x0E34')
While NOT UO.InJournal('You put') AND NOT UO.InJournal('You fail to')
wait(200)
wend
Goto Function
end sub
Слухи о моей смерти сильно преувеличены.
© Марк Твен
Post Reply