Yoko

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

All times are UTC+02:00




Post new topic  Reply to topic  [ 5 posts ] 
Author Message
 Post subject: Хидинг
PostPosted: 2011-03-21 19:44:05 
Offline

Joined: 2011-03-20 19:45:17
Posts: 42
Вот скрипт на уход в Хайд(с доработкой)...
sub Hide()
uo.Exec('warmode 0')
uo.Exec('warmode 1')
uo.UseSkill('Hiding')
end if
end sub

Но когда ты находишься под атакой в хайд чар уходит не всегда,для этого надо "протабиться"(несколько раз самому попереключать вармод)....А как соединить это вместе??Или....Вообщем чтобы чар "табился" и уходил в хайд...данный скрипт не очень работае((((


Top
   
 Post subject: Re: Хидинг
PostPosted: 2011-03-21 23:06:55 
Offline

Joined: 2011-03-20 19:45:17
Posts: 42
Вариантов нет??


Top
   
 Post subject: Re: Хидинг
PostPosted: 2011-03-22 07:25:42 
Offline

Joined: 2007-07-07 13:14:01
Posts: 90
uo.Exec('warmode 1') убрать это


Top
   
 Post subject: Re: Хидинг
PostPosted: 2011-03-22 08:59:50 
Offline
User avatar

Joined: 2009-05-28 09:58:28
Posts: 2802
Location: Иваново
Ну вообще то у тебя там закрывашка endif, а if then нету - скрипт вообще не понятно как РАБОТАЕТ :roll:

То что ты хочешь выглядит вот так:
Code:
sub Hide()
   If Not UO.Hidden() Then ; если не спрятанный
      if Uo.WarMode()==1 then ; если вар включен
         Uo.WarMode('0') ; отключаем вар
      endif
      UO.UseSkill("Hiding") ; прячемся
      Wait( 2000 ) ; пауза на использование скилла (изменить или удалить)
   endif
end sub

_________________
Image
YokoInjection CodeSweeper
Ошибка "Unhandled exception in parser"
Стрелялка для олдов.


Last edited by Mirage on 2011-03-22 15:55:58, edited 1 time in total.

Top
   
 Post subject: Re: Хидинг
PostPosted: 2011-03-22 14:26:33 
Offline

Joined: 2009-06-12 20:10:00
Posts: 240
Location: Vasa Smerti(RASToMAN) DRW
Terrible wrote:
Вариантов нет??

будеш сам скрипты песать я напесал что к чему


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 36 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