Yoko

All sides of Injection
It is currently 2025-11-23 01:09:33

All times are UTC+02:00




Post new topic  Reply to topic  [ 5 posts ] 
Author Message
PostPosted: 2004-10-13 18:06:35 
Offline

Joined: 2004-10-01 22:31:45
Posts: 13
Плиз а то мой скрипт збивается после каждого ворлд сэива так бесит...ПЛИИИЗ ХЕЛП Я ВАС ПРОШУУУУУУУУУУ!!:
sub magery()
VAR LastTimer
while NOT UO.Dead()
CheckLag()
UO.Cast('Poison','self')
wait(3000)
while UO.MANA < UO.INT
UO.DeleteJournal()
UO.UseSkill('Meditation')
repeat
wait(150)
until UO.InJournal("You are") OR UO.InJournal("You lose")
wend
wend
end sub

sub CheckLag()
UO.DeleteJournal()
UO.Click('backpack')
repeat
wait(500)
until UO.InJournal('backpack')
end sub


Top
   
PostPosted: 2004-10-14 09:00:29 
Offline

Joined: 2004-06-01 16:24:44
Posts: 60
Location: DRW
killmon wrote:
Плиз а то мой скрипт збивается после каждого ворлд сэива так бесит...ПЛИИИЗ ХЕЛП Я ВАС ПРОШУУУУУУУУУУ!!:


Я вот на этом прокачал до ГМ. Автора не знаю.
Code:
sub magery() 
VAR LastTimer
while NOT UO.Dead()
UO.FindType('0x0F88','0x0000','backpack')
If UO.GetQuantity('finditem')<10 then
UO.FindType('0x0F88','0x0000','0x401C7D02') ;serial sunduka s travoyi
UO.Grab('30','finditem')
wait(300)
Endif
UO.DeleteJournal()
CheckLag()
while UO.Mana>=10
UO.Cast('Poison','self')
wait(3000)
wend
while UO.Mana<UO.Int
LastTimer=UO.Timer()
UO.UseSkill('Meditation')
repeat
wait(100)
until UO.InJournal("You are") OR UO.InJournal("You lose") OR UO.Timer()>LastTimer+200
UO.DeleteJournal()
wait(2000)
wend
wend
end sub

sub CheckLag()
UO.DeleteJournal()
UO.Click('backpack')

repeat
wait(500)
until UO.InJournal('backpack')
end sub


Top
   
PostPosted: 2004-10-14 14:23:23 
Offline

Joined: 2004-10-01 22:31:45
Posts: 13
Спасибо 1 ворлд сеив он уже прошол ща прослежу за остальными


Top
   
PostPosted: 2004-10-14 19:43:58 
Offline
Expert!
User avatar

Joined: 2004-07-04 00:14:58
Posts: 1284
killmon wrote:
Спасибо 1 ворлд сеив он уже прошол ща прослежу за остальными
за всеми????:D


Top
   
 Post subject:
PostPosted: 2004-10-14 23:17:30 
Offline

Joined: 2004-07-25 05:16:04
Posts: 57
Скрип для этого и нужен чтоб не смотреть на монитор ! Скрипт этот работает не боись :)


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 4 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:  
Powered by phpBB® Forum Software © phpBB Limited