Yoko
http://forum.yoko.com.ua/

serial of backpack
http://forum.yoko.com.ua/viewtopic.php?f=1&t=1901
Page 1 of 1

Author:  Badza [ 2004-11-09 18:43:48 ]
Post subject:  serial of backpack

How to get serial of another player's backpack? :) (not my backpack :)

Author:  lalla521 [ 2004-11-09 19:07:23 ]
Post subject: 

i'm not sure that you can...

Author:  AGRS [ 2004-11-09 20:59:54 ]
Post subject: 

Code:
sub main()
  UO.Print('Select Character')
  UO.Exec('addobject CharObj')
  While UO.Targeting()
    Wait(100)
  Wend
  If UO.GetSerial('CharObj')=='0x00000000' then
    Return
  EndIf
  UO.IgnoreReset()
  Repeat
    UO.FindType('0x0E75', '-1', 'CharObj')
    While UO.FindCount()>0
      If UO.GetLayer('finditem')=='Bpack' Then
        UO.Print("I found it! It's serial "+UO.GetSerial('finditem'))
        Return
      EndIf
      UO.Ignore('finditem')
    Wend
  Until UO.FindCount()<2
end sub

Author:  Yoko [ 2004-11-10 10:47:37 ]
Post subject: 

othercharID.backpackTYPE

example:
,click laststatus.backpack

Author:  Badza [ 2004-11-10 11:46:30 ]
Post subject: 

thnx :)

Author:  AGRS [ 2004-11-10 12:51:21 ]
Post subject: 

If you want to use othercharID.backpackTYPE, be sure your "otherchar" has a backpack.

Author:  Badza [ 2004-11-10 14:06:29 ]
Post subject: 

:)

Page 1 of 1 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/