Yoko

All sides of Injection
It is currently 2025-11-30 08:24:20

All times are UTC+02:00




Post new topic  Reply to topic  [ 8 posts ] 
Author Message
 Post subject: why?
PostPosted: 2004-05-10 00:35:52 
Offline

Joined: 2004-05-04 20:05:56
Posts: 27
Code:
While UO.count('0x1BF2')>0 #0x1BF2 = ID LINGOTTI
    uo.exec("emptycontainer 1")
    wait(2000)
   UO.LClick(880,557) #coord backpack
    wait(3000)
WEND


why in this code i must place the cursor on backpack or emptycontainer can't target the backpack..

how can i use for target backpack without place cursor on it?

thx


Top
   
 Post subject: Simple
PostPosted: 2004-05-10 00:55:00 
Offline
User avatar

Joined: 2004-04-17 23:02:41
Posts: 48
Location: Odessa, Ukraine
if u wanna empty ur backpack, use this:
Code:
While UO.count('0x1BF2')>0 #0x1BF2 = ID LINGOTTI 
    UO.EmptyContainer(1,UO.ObjAtLayer('Bpack))
    wait(5000)
WEND

_________________
...thinking - 37% complete...


Top
   
 Post subject:
PostPosted: 2004-05-10 14:58:16 
Offline

Joined: 2004-05-04 20:05:56
Posts: 27
i will not use backpack in paperdoll..

i have try..
UO.EmptyContainer(1,0x45E279FC) #with 0x45E279FC is serial of my backpack but injection will block


Top
   
 Post subject: Don't forget...
PostPosted: 2004-05-10 15:06:04 
Offline
User avatar

Joined: 2004-04-17 23:02:41
Posts: 48
Location: Odessa, Ukraine
to set the CatchBag or ReceivingContainer (by default - ur backpack)


Sincerely Yours...

_________________
...thinking - 37% complete...


Top
   
 Post subject:
PostPosted: 2004-05-10 18:03:34 
Offline

Joined: 2004-05-04 20:05:56
Posts: 27
:(


Top
   
 Post subject:
PostPosted: 2004-05-11 14:56:28 
Offline

Joined: 2004-05-04 20:05:56
Posts: 27
probably i don't have speak good..
i will use emptycontainer on a backpack that i have into my main backpack.

'Bpack' is the main backpack, and however don't start..


Top
   
 Post subject:
PostPosted: 2004-05-14 14:13:41 
Offline
Expert!

Joined: 2004-04-25 11:11:07
Posts: 359
Code:
var backpack
uo.findtype("-1")
if uo.findcount() then
  backpack = uo.containerof("finditem")
else
  return 0
endif
# this is the way to obtain backpack's serial, if you need...

#to empty backpack:
uo.ignorereset()
while uo.count("-1")
  uo.findtype("-1")
  uo.moveitem("finditem","-1","destination (ground or container serial)")
  wait(400) #fastloot protection
  uo.ignore("finditem")
wend
uo.ignorereset()

#i don't like emptycontainer, because it hold client until all packets about item movement is sent

_________________
Без труда не выловишь и рыбку из пруда,
А без пруда не выловишь её и с трудом...


Top
   
 Post subject:
PostPosted: 2004-05-14 14:49:57 
Offline

Joined: 2004-05-04 20:05:56
Posts: 27
:D


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

All times are UTC+02:00


Who is online

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