Code: Select all
sub main()
while not uo.dead()
UO.Exec("waitmenu Spell Second Circle 'Cure'")
UO.Exec("usetype 0x0e34")
Wait(5000)
wend
endsub
vot script mne nada stob delal poisan scroli
Moderators: Murderator+, Murderator
Code: Select all
sub main()
while not uo.dead()
UO.Exec("waitmenu Spell Second Circle 'Cure'")
UO.Exec("usetype 0x0e34")
Wait(5000)
wend
endsub
Code: Select all
sub main()
while not uo.dead()
UO.Exec("waitmenu Spell Third Circle 'Poison'")
UO.Exec("usetype 0x0e34")
Wait(5000)
wend
endsub