Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

item_purchase misses certain fields when the item is thrown rather than pocketed. #214

Open
LizzyThePone opened this issue Aug 29, 2024 · 0 comments

Comments

@LizzyThePone
Copy link

LizzyThePone commented Aug 29, 2024

Expected output:

{
  cost: 200,
  custom_name: 'Testicle Tingler',
  event_name: 'item_purchase',
  float: 0.1422707885503769,
  inventory_slot: 1,
  item_name: 'Zeus x27',
  name: 'Bonglord McCloud',
  paint_seed: 795,
  skin: 'Olympus',
  skin_id: 1172,
  steamid: '76561197962337526',
  stickers: [],
  tick: 98736,
  was_sold: false
}

Sometimes it returns this:

{
  cost: 200,
  custom_name: null,
  event_name: 'item_purchase',
  float: null,
  inventory_slot: 6,
  item_name: 'Zeus x27',
  name: 'Bonglord McCloud',
  paint_seed: null,
  skin: null,
  skin_id: null,
  steamid: '76561197962337526',
  stickers: [],
  tick: 101756,
  was_sold: false
} 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant