Missing ItemIDs in my list for Stackables

03/22/2019 11:56 schnoesel21#1
Hi coders.

There are some missing blocks in my List of Stackable ItemID's. If anyone of you can help me to fill gaps it would be brilliant.

regards

Matze
03/22/2019 13:59 DerMoench14#2
Use Iteminteraction & 0x80000. It tells you if an Item is stackable. :-)
03/25/2019 14:15 schnoesel21#3
Quote:
Originally Posted by DerMoench14 View Post
Use Iteminteraction & 0x80000. It tells you if an Item is stackable. :-)
I already know how to find out what is stackable and what not. I just need the ItemModellID's because i dont have one of these things.
03/25/2019 15:42 savsuds#4
Quote:
Originally Posted by schnoesel21 View Post
I already know how to find out what is stackable and what not. I just need the ItemModellID's because i dont have one of these things.
If you do a search for ModelID in this forum, the first response thread will have most everything you are searching for. DerMoench14 gave you the easy way to grab all stackable items. Since you want to be pickier, do the search.