Yoko

All sides of Injection
It is currently 2024-04-27 17:41:16

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
 Post subject: UO.InJournal("GO")
PostPosted: 2007-02-20 15:42:11 
Offline
User avatar

Joined: 2006-12-18 11:33:01
Posts: 44
Помогите пожалуста
мне надо 2 маленких скрипта
первый:
чтоб как увидел в журнале слово GO
он запускал другой скрипт
а второй чтоб он атачил по ластатусу тоже когда увидит GO!


Top
   
 Post subject:
PostPosted: 2007-02-20 15:51:42 
Offline
Expert!
User avatar

Joined: 2004-10-15 22:38:04
Posts: 1396
Location: Moscow City.
Code:
UO.InJournal
UO.Attack
exec
laststatus

_________________
The End.


Top
   
 Post subject:
PostPosted: 2007-02-20 15:59:42 
Offline
User avatar

Joined: 2006-12-18 11:33:01
Posts: 44
вот так

Code:
sub go()
UO.InJournal('GO')
UO.Attack('laststatus')
end if
wend
end sub


Top
   
 Post subject:
PostPosted: 2007-02-20 19:17:16 
Offline
Expert!
User avatar

Joined: 2005-09-14 15:31:58
Posts: 2152
Location: Latvia
Code:
sub go()
uo.deletejournal()
while 1
if UO.InJournal('GO') then
UO.Attack('laststatus')
uo.deletejournal()
end if
wait(500)
wend
end sub

_________________
Уроки языка Injection
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 4 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 38 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Limited