Yoko

All sides of Injection
It is currently 2025-10-16 15:26:54

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 2009-12-09 18:55:35 
Offline

Joined: 2008-12-12 04:30:22
Posts: 89
Искал по форуму нашел только такой скрипт

sub rezka()
var baggg
var dagger='0x0F51' # тип режущего инструмента
var weapon='0x13B1' # тип атакующего оружия
var i

DIM garp[3]

garp[0]='0x1BD1'
garp[1]='0x0eed'
garp[2]='0x1BFB'
garp[3]='0x1F3F'

uo.UseObject('lastcorpse')
uo.WaitTargetObject('lastcorpse')
wait(500)
uo.UseType(dagger)
for i = 0 to 3
uo.FindType(garp[i],'-1','lastcorpse')
if uo.FindCOunt() then
uo.moveitem('finditem','all')
wait(750)
end if
next
end sub

Доработайте его плиз что бы он резал труп искал в нем шкуру и резал ее ножницами. Заранее спасибо =)


Top
   
 Post subject:
PostPosted: 2009-12-10 01:57:12 
Offline
User avatar

Joined: 2007-11-01 19:09:30
Posts: 287
Location: Moscow
опъять рэзаль гарпий лютиль перья..
Code:
sub rezka() 
   var baggg
   var dagger='0x0F51' # тип режущего инструмента
   var scis='0x0F9E' # тип ножницы проверь
   var i
   DIM garp[5]
         garp[0]='0x1BD1' # feather
         garp[1]='0x0eed' # gp
         garp[2]='0x1BFB' # bolts
         garp[3]='0x1F3F' # magic lock scroll - achtung
         garp[4]='0x1078' # тип шкуры - проверь
   uo.UseObject('lastcorpse')
   wait(500)
   uo.WaitTargetObject('lastcorpse')
   uo.UseType(dagger)
   wait(300)
   for i=0 to 4
      uo.FindType(garp[i],'-1','lastcorpse')
      if uo.findcount() then
         uo.moveitem('finditem','0')
         wait(500)
         if i==4 then
            uo.waittargetobject('finditem')
            uo.usetype(scis)
         endif
      endif
   next
endsub

_________________
**Выставляем отступы в скриптах*** ©Destruction
Feel the Power of Dark Side


Top
   
 Post subject:
PostPosted: 2009-12-12 01:14:12 
Offline

Joined: 2008-12-12 04:30:22
Posts: 89
Спасибо большое =)


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