Yoko

All sides of Injection
It is currently 2026-03-16 22:05:21

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Equip оружия
PostPosted: 2004-11-23 20:18:28 
Offline

Joined: 2004-11-22 01:12:34
Posts: 12
Мне нужен скрипт 4тоб если оружие ломалось , то я мог одеть оружее того же типа с моего бэкпака. Мне надо 4тоб он повторялся.
Я шото сделал , но чар одевает оружее потом пишется ошибка какаето и капец...*:(( Помогите плиз я в инже пока не шарю . Токо не отсылайте в help . Я не знаю как эти команды употреблять.

sub help()
VAR Weapon,WpnType='0x0F51'
If Weapon<>"" Then
UO.Equipt('Rhand',WpnType)
wait(2000)
Endif
wend
end sub


Top
   
 Post subject: Re: Equip оружия
PostPosted: 2004-11-23 21:22:36 
Offline

Joined: 2004-04-05 11:59:21
Posts: 69
Location: RunUO
Code:
sub ArmD() 
Var WpnType='0x0F51' 

 While UO.GetHP()>0 
wait(1500) 
IF Not UO.ObjAtLayer('Rhand') then 
   UO.equipt('Rhand',WpnType)
   Wait(2000)     
END IF
 wend 
end sub

"Я не знаю как эти команды употреблять." :) Не поверишь! Как их "употреблять" ума не приложу. :)


Top
   
 Post subject:
PostPosted: 2004-11-23 21:27:16 
Offline

Joined: 2004-11-22 01:12:34
Posts: 12
Спасибо те огромное. Я внатуре не шарю и тЫ мне о4енЪ помог
Respect


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

All times are UTC+02:00


Who is online

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