ZeCjy Posted March 19, 2018 Report Posted March 19, 2018 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 Quote
Dr. McKay Posted March 19, 2018 Report Posted March 19, 2018 Nope, you pretty much just have to check the name for "Case Key". ZeCjy 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.