Yoko

All sides of Injection
It is currently 2024-04-18 10:33:58

All times are UTC+02:00




Post new topic  Reply to topic  [ 5 posts ] 
Author Message
PostPosted: 2012-12-11 05:04:14 
Offline

Joined: 2012-10-27 05:20:45
Posts: 15
например костую со скрола и через секунду или ну на скока поставлю говарил например An Ex Por.
например аткже как и настройкой опции..
castspell Fkame Strike
waitfortarget
Lastarget
say An Ex Por
но в настройках не читает со скрола и нельзя узатать через какое время сказать.
как этот сделать в этом скрипте для инжи?

sub fs()
If UO.Dead() Then
UO.Print("You are Dead")
return
End If
If UO.Count('0x1F5F') Then
UO.WaitTargetObject('lasttarget')
UO.UseType('0x1F5F')
Else
UO.Cast('Flame Strike','last')
End If
ТУТ Я ХОЧЮ К ПРИМЕРУ СКАЗАТЬ An Ex Por.
end sub


Top
   
PostPosted: 2012-12-11 05:21:37 
Offline

Joined: 2011-05-23 00:33:30
Posts: 949
Code:
sub FS()
  if uo.dead() then
    uo.print('You are Dead')
    return
  endif
  if uo.count(0x1F5F, 0x0000) then
    uo.waittargetlast()
    uo.usetype(0x1F5F, 0x0000)
  else
    uo.cast('Flame Strike','last')
  endif
  uo.msg('An Ex Por')
end sub

_________________
CodeSweeper


Top
   
PostPosted: 2012-12-11 05:29:31 
Offline

Joined: 2012-10-27 05:20:45
Posts: 15
спасибо разобрался ))


Top
   
PostPosted: 2012-12-11 05:30:03 
Offline

Joined: 2012-10-27 05:20:45
Posts: 15
спасибо разобрался ))
как переделать чтобы он не читат со скора а с книги магии?


Top
   
PostPosted: 2012-12-11 05:39:46 
Offline

Joined: 2011-05-23 00:33:30
Posts: 949
Я переделал, чтобы скрол использовал, если не кастует то либо в паке нет скролов либо ты неправильно указал их type.

_________________
CodeSweeper


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