Jump to content
McKay Development

QuestionRealQuick1

Member
  • Posts

    28
  • Joined

  • Last visited

Everything posted by QuestionRealQuick1

  1. Does anybody have any "list_of_subs=" parm from a coupon is based on? Or anybody got any idea on how to know which games a coupon comes from without searching the market?
  2. https://i.imgur.com/uQsOqNm.png thats what am looking for meant non steam game.
  3. Title says it all. How would i go about checking if a steamid64 is your friend? am having some crashing issues with my bot attempting to message non friends.
  4. but you can't get the non-ingame name of a game? am talking about what games the user is current playing
  5. You sure there isn't something like new SteamID("STEAMID").getGames() ? am not asking for API methods. asking inside the doctormckay steam community section
  6. -Turns out this was due to the new steam settings of people not updating to public ^^ /Closed?
  7. How do you get the current gameS of you and your friends? (including non-steam game)
  8. how would i go about loading somebodies inventory without being logged into an account? is that even possible?
  9. great thanks -no idea how to go about lowering the memory footprint when loading inventories?
  10. any idea of what todo to lower the memory footprint of the bot? it's quite a profit killer having to pay for major memory servers And what is required from the item to be submitted to a trade? can i just submit the asset id or?
  11. https://www.npmjs.com/package/line-by-line beside that i could also only keep the required things, haven't done any testing of this yet as i need the page thing first guessing you rly only need the assetid of the item and some other basic info or something -is there a way to load the inventory page by page? or nah?
  12. Hello am trying to reduce the memory footprint of my bot. it's hitting 4-6gb at times quite high. Most of it happens on inventory loading so my idea was if there was a way to load the inventory page by page and store the data in files rather than server memory is there anything in this that can load an inventory page by page?
  13. Hello again ^^ Just figured i would update this for others that are looking to do the same thing You need to send a ajax request to the following url /ajaxunpackbooster/ parms should be: sessionid: given on websession event store it (not sure if theres another way to get it ^^?)appid: item.market_fee_appcommunityitemid: item.assetid Easy as pie ^^ have abit of a delay so you don't get rate limited hope that helps anybody would be lovely to have a item.unpack() remember to pass the cookie as a header
  14. Hmmm honestly i think it was a steam glitch coz suddenly all bots got there ingame message again. (i swear am not crazy <3 xD) Had you looked over bot listing sites you woulda seen 70% of the bots stuck on online yet still operating fine if yuo added them only the once with "/" in there ingame message (which is common for the iadd c++ bot) had correct ingame messages appears to be a steam glitch tho as now mine and all other bots function correctly with no modifcations on my part
  15. try viewing it from a different account than the one you are logged into or log out and view the profile for my account i can see it too but from an alt or steamsignature it appears online. You can see even keyvendor is having this issue. Among alot of other bots. Appears like the only bots that is currently working is the once writting in c
  16. Recently gamesPlayed appear to have been broken. It will no longer show non steam games. I haven't modified my code in a while and this don't seem to be only me as many bots are stuck on "online" status only could you check this out ?
  17. Is there anyway to open a booster using this script? and if not any idea how i would go about doing that ?
  18. its quite abit of code thats why i didn't post it. I was just wondering what kinda errors could happen that don't result in any message? kinda odd. It don't appear to be an issue with my code as the code runs fine but sometimes it just notes that its sending an offer but it never goes on with the offer. like sometimes it says Offer #null status: undefined, Error: There was an error sending your trade offer. Please try again later. (26)which is understandable coz the items got traded in another tradebut sometimes no trade is sent and no error code about it
  19. I have an issue sending certain trade offers I got a piece of code that trades cards and it appears to work fine.. But sometimes it just says "Creating trade offer for #STEAMID with 102 items to send and 102 items to receive" But nothing ever happens. no trade offer is ever sent. any idea what that could be ? theres no errors or anything
  20. I have some issues where i cant access my sent offers to cancel them is there anyway to get the list of pending sent offers and cancel them?
  21. but the inventory is public -.-' there an option for a private profile. And one for private inventory. The inventory is public. The profile is private. am not asking if you can get private inventories ofc you cant do that. That would be considered a bug or an exploit.. am asking if you can get public inventories from the trade url. Ignore that i said private at all (i was simply trying to explain using the sample of private profiles.) If the inventory was private i wouldn't beable to use a trade url to access it.
  22. i meant private profile..... Like imagine the profile is private but you have the trade url so you can technically see the content if you use the content you can send trades can you load the getUserInventoryContents from a trade url,
×
×
  • Create New...