Hello, I'm trying to build a tradebot which creates offers with keys in it and I only want CSGO case keys, no capsule keys. Is there any other way then checking the tags on an item? The capsule and case keys both look the same there...
tags:
[ { internal_name: 'CSGO_Tool_WeaponCase_KeyTag',
name: 'Key',
category: 'Type',
color: '',
category_name: 'Type' },
{ internal_name: 'normal',
name: 'Normal',
category: 'Quality',
color: '',
category_name: 'Category' },
{ internal_name: 'Rarity_Common',
name: 'Base Grade',
category: 'Rarity',
color: 'b0c3d9',
category_name: 'Quality' } ]
I can check the 'market_hash_name' if it contains 'Capsule' but that's kinda dirty ;( Any suggestion is really appreciated! Greetings