Yoko

All sides of Injection
It is currently 2025-12-20 12:44:27

All times are UTC+02:00




Post new topic  Reply to topic  [ 1 post ] 
Author Message
 Post subject: Fishing @ Middle Earth
PostPosted: 2008-10-30 04:18:16 
Offline
User avatar

Joined: 2006-10-24 01:51:41
Posts: 23
Location: Middle Earth
Всем привет, у меня есть скрипт на фишинг, пытался к нему прикрутить чтобы он сбрасывал мусор который попадаеться, но что-то не получаеться, помогите плз.

Code:
sub main()
### выбрасывать от сюда
var fishtapki1 =0x170B
var fishtapki2 =0x170D
var fishtapki3 =0x170E
var fishtapki4 =0x170F
var fishtapki5 =0x1710
var fishtapki6 =0x1711
var fishtapki7 =0x170C
var sos         =0x099F
var net         =0x0DC8
### до сюда

var x,y
while not uo.dead()
for x=0 to 6
for y=0 to 6
UO.Exec("waittargettile 0 "+STR(UO.GetX()+x)+" "+STR(UO.GetY()+y)+" 0")
zabros()
UO.Exec("waittargettile 0 "+STR(UO.GetX()-x)+" "+STR(UO.GetY()-y)+" 0")
zabros()
next
next
endif
wend
end sub

sub zabros()
UO.UseType(0x097B)
uo.findtype('0x0dbf',-1,'my')
if uo.findcount()==0 then
uo.usefromground('0x3eae')
uo.findtype('0x0dbf',-1,'lastcontainer')
uo.equip('Rhand', 'finditem')
endif
wait(1000)
uo.usetype('0x0dbf')
while not (uo.injournal("fish") or uo.injournal("seem to be") or uo.injournal("he looks") or uo.injournal("soggy") or uo.injournal("away") or uo.injournal("attract") or uo.injournal("find"))
wait(100)
UO.MoveItem('fishtapki1',0,'0x0E77')
UO.MoveItem('fishtapki2',0,'0x0E77')
UO.MoveItem('fishtapki3',0,'0x0E77')
UO.MoveItem('fishtapki4',0,'0x0E77')
UO.MoveItem('fishtapki5',0,'0x0E77')
UO.MoveItem('fishtapki6',0,'0x0E77')
UO.MoveItem('fishtapki7',0,'0x0E77')
UO.MoveItem('sos',0,'0x0E77')
UO.MoveItem('net',0,'0x0E77')
wend
uo.deletejournal()
end sub


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 1 guest


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