Yoko

All sides of Injection
It is currently 2026-03-19 01:47:50

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2004-11-26 10:25:49 
Offline

Joined: 2004-11-26 10:21:37
Posts: 1
Location: Odessa
Воощем, нужен такой скрипт, чтоб, допустим, при поломки спиры, из пака бралась новая :!:

Осилит кто-то, буду очень благодарен :)...

_________________
Stop, push, stomp, mush, fuck Bush © Eminem


Top
   
PostPosted: 2004-11-26 10:40:44 
Offline
Expert!
User avatar

Joined: 2004-07-04 00:14:58
Posts: 1284
Code:
var tSpear='.....'
if uo.getgraphic(uo.objatlayer("Rhand"))<>tSpear then
  UO.findType(tSpear,'-1','backpack')
  if UO.FindCount() > 0 then
    UO.UseObject('finditem')
    ;UO.Press(..) ### здесь вставить код клавиши ESC, раскоментить если хочешь отменить прицел
  end if
end if
или без проверки на наличие
Code:
var tSpear='.....'
if uo.getgraphic(uo.objatlayer("Rhand"))<>tSpear then
  UO.UseType(tSpear)
  ;UO.Press(..) ### здесь вставить код клавиши ESC, раскоментить если хочешь отменить прицел
end if


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

All times are UTC+02:00


Who is online

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