Signup Now
Results 1 to 7 of 7
  1. #1
    Banned
    Join Date
    Dec 2013
    Location
    Porto Alegre - RS
    Posts
    524
    Reputation
    61
    Rep Power
    0

    How to check the X item id in the container?

    As the name said..

    Anyone??

  2. #2
    Free User L!p3's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    52
    Reputation
    21
    Rep Power
    21
    itemcount(number itemid, optional string locationname)


  3. #3
    Banned
    Join Date
    Dec 2013
    Location
    Porto Alegre - RS
    Posts
    524
    Reputation
    61
    Rep Power
    0
    Quote Originally Posted by L!p3;n1360
    itemcount(number itemid, optional string locationname)
    But has 2 items with the same name different ids in the backpack!!!


    I really want to get the id of first item in container, not a fixed itemid!!

  4. #4
    Free User Wesker's Avatar
    Join Date
    Dec 2013
    Posts
    462
    Reputation
    -65
    Rep Power
    0
    i think your talking about rusty armors, you could just make a check of the id thats on x,y,z pos like put them on depot, you still need a real 1 to tell which id is worth of trying a rusty remover info.id


    try this on hud :

    Code:
    • auto(200)
    • local info =$cursorinfo
    • listas('x: '..info.x..', y: '..info.y..', z:'..info.z..'. ID: '..info.id..' ('..info.count..')')

  5. #5
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,914
    Reputation
    109
    Rep Power
    31
    Quote Originally Posted by Wesker;n1399
    i think your talking about rusty armors, you could just make a check of the id thats on x,y,z pos like put them on depot, you still need a real 1 to tell which id is worth of trying a rusty remover info.id


    try this on hud :

    Code:
    • auto(200)
    • local info =$cursorinfo
    • listas('x: '..info.x..', y: '..info.y..', z:'..info.z..'. ID: '..info.id..' ('..info.count..')')
    If it's really rusty armor, 8895 and 8896. If it's rusty legs, 8898 and 8899, if I'm not mistaken.

    I'm sure there is a way to see like "rusty armor (semi-rare)" or something like that

  6. #6
    Free User Invalid Name's Avatar
    Join Date
    Dec 2013
    Posts
    14
    Reputation
    10
    Rep Power
    0
    he's talking about 2 dices, and i think he already did it

  7. #7
    Banned
    Join Date
    Dec 2013
    Location
    Porto Alegre - RS
    Posts
    524
    Reputation
    61
    Rep Power
    0
    I have done it, but tnx all!!!

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •