Yoko

All sides of Injection
It is currently 2026-03-19 01:46:35

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Резалка
PostPosted: 2004-10-31 08:39:47 
Offline

Joined: 2004-08-29 08:33:44
Posts: 116
У кого нить есть скрипт чтобы чар резалтолько что убитый труп и лутал 2 вещи?


Top
   
 Post subject: Re: Резалка
PostPosted: 2004-11-01 08:43:40 
Offline

Joined: 2004-06-01 16:24:44
Posts: 60
Location: DRW
zarg wrote:
У кого нить есть скрипт чтобы чар резалтолько что убитый труп и лутал 2 вещи?


Наверно вот так:

Code:
sub Loot() 
var i,n
Dim A[2]
A[1] = 0x0f7b ;BloodMoss
A[2] = 0x0f09 ;Invisibility

UO.WaitTargetObject("lastcorpse")
UO.useobject (0x4013EE14); nozhik kotorim rezhim trup
wait(1000)

i = 1200
FOR n=1 TO 2
uo.findtype(A[n],"-1","lastcorpse")
if uo.findcount() > 0 then
UO.grab(1, "finditem")
uo.print("Found "+str(uo.findcount()))
Wait(i)
END if
next
end sub


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