Yoko

All sides of Injection
It is currently 2025-11-06 20:54:53

All times are UTC+02:00




Post new topic  Reply to topic  [ 5 posts ] 
Author Message
 Post subject: Помогите
PostPosted: 2008-01-15 11:24:42 
Offline

Joined: 2007-12-30 14:23:05
Posts: 48
1.Добавьте пожалуйста в скрипт, если не найдена бутыль в которую нужно кидать стрелку, кастуется на себя Dispel

Code:
Sub UnParalyze() ; Кидание стрелки в антифриз, для выхода из парализа 
Var Type='0x0F0D'
Var Color='0x0B99'
UO.FindType(Type, Color, 2)
If UO.Mana>=4 Then
   UO.Cast('Magic Arrow','finditem')
     
Else
   UO.Print("############")
   UO.Print("###  No mana  ###")
   UO.Print("############")
Endif
Endsub


2.Нужен небольшой скрипт, который при запуске атачил персонажа, который последний тебя атаковал (будь-то магия или физически)


Top
   
 Post subject:
PostPosted: 2008-01-15 12:23:16 
Offline
User avatar

Joined: 2005-04-05 04:13:24
Posts: 139
Location: DRW
1.
Code:
Sub UnParalyze() ; Кидание стрелки в антифриз, для выхода из парализа 
Var Type='0x0F0D'
Var Color='0x0B99'
UO.FindType(Type, Color, 2)
if uo.findcount('finditem') = 0 then
uo.cast('Dispel', 'self')
else
If UO.Mana>=4 Then
   UO.Cast('Magic Arrow','finditem')
      Else
   UO.Print("############")
   UO.Print("###  No mana  ###")
   UO.Print("############")
Endif
endif
Endsub


Top
   
 Post subject:
PostPosted: 2008-01-15 15:02:44 
Offline
Expert!
User avatar

Joined: 2006-02-07 08:51:40
Posts: 1348
Location: г. Старый Оскол
stickman wrote:
1.


Работа над ошибками:
Code:
Sub UnParalyze() ; Кидание стрелки в антифриз, для выхода из парализа 
Var Type='0x0F0D'
Var Color='0x0B99'
UO.FindType(Type, Color, 'ground')
if uo.findcount() == 0 then
uo.cast('Dispel', 'self')
else
If UO.Mana >= 4 Then
   UO.Cast('Magic Arrow','finditem')
      Else
   UO.Print("############")
   UO.Print("###  No mana  ###")
   UO.Print("############")
Endif
endif
Endsub


Top
   
 Post subject:
PostPosted: 2008-01-16 01:28:38 
Offline
User avatar

Joined: 2005-04-05 04:13:24
Posts: 139
Location: DRW
Kynep wrote:
stickman wrote:
1.


Работа над ошибками:
Code:
Sub UnParalyze() ; Кидание стрелки в антифриз, для выхода из парализа 
Var Type='0x0F0D'
Var Color='0x0B99'
UO.FindType(Type, Color, 'ground')
if uo.findcount() == 0 then
uo.cast('Dispel', 'self')
else
If UO.Mana >= 4 Then
   UO.Cast('Magic Arrow','finditem')
      Else
   UO.Print("############")
   UO.Print("###  No mana  ###")
   UO.Print("############")
Endif
endif
Endsub


:mrgreen:


Top
   
 Post subject:
PostPosted: 2008-01-17 12:47:59 
Offline

Joined: 2007-12-15 11:30:58
Posts: 13
Code:
   UO.Print("############")
   UO.Print("###  No mana  ###")
   UO.Print("############")

абезательна замени эти строки на вот такие ато работать нибуит
Code:
   UO.Print("##########################")
   UO.Print("###  ВСЕ ПРИЕХАЛИ ЖОППА  ТУД ###")
   UO.Print("##########################")


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