Yoko

All sides of Injection
It is currently 2024-03-29 04:24:42

All times are UTC+02:00




Post new topic  Reply to topic  [ 1 post ] 
Author Message
PostPosted: 2004-04-20 06:39:49 
Offline
User avatar

Joined: 2004-04-20 06:29:34
Posts: 12
Location: Москва
Привет всем !!!
Думаю всем хочется знать ....ЧТО ЖЕ ЭТО ЗА "Ассистент"
Рассказываю....Обычный скрипт для посивного висения в инже и супорте в бою
Идея простая ....Пьет ГХ когда мало хелсов или Кастует ,Выбевает из паралайза(путем кастования стрелки на Экспу в Паке)или выпивание Противоядия....
Написал криво ....думаю те кто сможет помочь и сами будут рады иметь такой скрипт под рукой (тем более его можно и вырубить если привык к ручному режиму )

sub Start()
UO.Say("Support Mode ON")
Wait(1000)
Main()
end sub

sub Main()
Wait(2000)
GHeal()
Wait(2000)
Cure()
Wait(2000)
UnParalaise()
Wait(2000)
end sub

sub GHeal()
If UO.Life<100 Then
Wait(1000)
UO.FindType('0x0F0E','0x09BB',-1,'my')
UO.WaitTargetSelf()
UO.UseObject('finditem')
UO.Print("Áóòûëêà!")
Else
if UO.InJournal("drink another potion yet")Then
Wait(1000)
UO.Cast('Greater Heal','self')
UO.Print("Çàêëèíàíèå!")
Endif
Endif
Else
End sub

sub UnParalaise()
if UO.InJournal("You are frozen")Then
wait(500)
UO.FindType('0x0F0D','0x0B99',-1,'my')
wait(500)
UO.Cast('Magic Arrow','finditem')
UO.Print("Àíòèïàðàëàéç!")
endif
endif
Else
end sub

sub Cure()
If UO.Poisoned() Then
Wait(1000)
UO.FindType('0x0F0E','0x09A6',-1,'my')
UO.WaitTargetSelf()
UO.UseObject('finditem')
UO.Print("ËÅ×ÈÒ!")
Endif
Endif
Endif
endif
Main()
end sub

Думаю все понятно....основная прозьба.
Переделать все в 1 масив (Сделать чуточку проще)


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 20 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