Ask for help
Moderators: Murderator+, Murderator
-
Go$ha
- Posts: 3
- Joined: 2006-10-20 22:12:55
Post
by Go$ha »
Code: Select all
sub str()
If UO.Mana>=12 Then
UO.Cast('Magic Arrow','0x0023634D')
Else
UO.useskill('Meditation')
wait (5000)
endif
End sub
помогите переделать скрипт так, что б он работал бесконечно, и медитаци чтоб норм включалась.
-
DerMeister =)
- Expert!
- Posts: 1032
- Joined: 2006-02-25 21:48:38
Post
by DerMeister =) »
Code: Select all
sub strr()
while true
If UO.Mana>=12 Then
UO.Cast('Magic Arrow','0x0023634D')
Else
UO.useskill('Meditation')
wait (5000)
endif
wend
End sub
DerMeister сейчас на нейрале!
-
Go$ha
- Posts: 3
- Joined: 2006-10-20 22:12:55
Post
by Go$ha »
DerMeister =) wrote:Code: Select all
sub strr()
while true
If UO.Mana>=12 Then
UO.Cast('Magic Arrow','0x0023634D')
Else
UO.useskill('Meditation')
wait (5000)
endif
wend
End sub
senk! _)