From 40135788d21c01e112910eba7bc9be0e78b4edc3 Mon Sep 17 00:00:00 2001 From: Citrinate Date: Tue, 31 Dec 2024 16:43:21 -0500 Subject: [PATCH] Update README --- CS2Interface/IPC/Documentation/Items/GetCrateContents.md | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CS2Interface/IPC/Documentation/Items/GetCrateContents.md b/CS2Interface/IPC/Documentation/Items/GetCrateContents.md index f744ac0..b9bed6c 100644 --- a/CS2Interface/IPC/Documentation/Items/GetCrateContents.md +++ b/CS2Interface/IPC/Documentation/Items/GetCrateContents.md @@ -4,6 +4,9 @@ Get the contents of storage unit `crateID` owned by the given `botName` +> [!NOTE] +> Requests might fail if too many are made in a short period of time. It's recommended that you cache this data and use the crate's `attributes.modification date` property to determine if your cache is fresh. + ## Path Parameters Name | Required | Description diff --git a/README.md b/README.md index 1510793..a0e293a 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Command | Alias | > [!NOTE] > It's not possible for a bot to farm non-CS2 cards and use the CS2 Interface at the same time. These two operations can interfere with one another on startup, and so it's important to also enable the `FarmingPausedByDefault` flag. This will prevent ASF's CardFarmer module from starting automatically. > -> If you want to farm cards you can still do so using the `resume` command. The CS2 Interface will automatically start when ASF stops farming. +> If you want to farm cards you can still do so using ASF's `resume` command, and the CS2 Interface will automatically resume when ASF stops farming. There are events however that will cause ASF to stop farming even if ASF isn't actually finished farming (such as when a new game is added to your bot's account). To guarantee that ASF fishishes farming cards you should use the `cstop` command, and then manually resume the interface when card farming is complete using the `cstart` command. ---