Search found 4 matches
- 2010-04-13 17:51:20
- Forum: Help
- Topic: Unhandled exception in parser (!)
- Replies: 141
- Views: 97929
Re: Unhandled exception in parser (!)
; Shard tested : The Abyss
; Client Tested with : 1.26.4b
; Injection version : 5.05.18 Abyss Edition
; Os Version : Windows7
Заметил интересную вешь. Если просто запускаю инжу, то прайсер ловлю даже бегая. А если запускаю с copability windows98/windows me ...
- 2010-04-08 13:59:46
- Forum: I need script!
- Topic: Помогите со скриптом
- Replies: 5
- Views: 1601
Re: Помогите со скриптом
Beyonder wrote:if .... or uo.injournal('You see') then
не работает так ((
- 2010-04-08 11:13:17
- Forum: I need script!
- Topic: Помогите со скриптом
- Replies: 5
- Views: 1601
Re: Помогите со скриптом
Спасибо, а вот как добавить условие, чтобы при любом "You see" он алярмил,
- 2010-04-08 09:34:15
- Forum: I need script!
- Topic: Помогите со скриптом
- Replies: 5
- Views: 1601
Помогите со скриптом
sub Alarm()
while 1==1
wait(1000)
if uo.Dead() or uo.injournal('GM') or uo.injournal('here?') or uo.injournal('Seer') then
uo.deletejournal()
gong(300)
endif
wend
end sub
sub Gong(times)
VAR i
for i=1 to times
UO.playwav('D:\faust.wav')
wait(500)
next
end sub
-----------------
запускаю ...
while 1==1
wait(1000)
if uo.Dead() or uo.injournal('GM') or uo.injournal('here?') or uo.injournal('Seer') then
uo.deletejournal()
gong(300)
endif
wend
end sub
sub Gong(times)
VAR i
for i=1 to times
UO.playwav('D:\faust.wav')
wait(500)
next
end sub
-----------------
запускаю ...