Пожалуйста, не используйте этот плагин для отвратительного поведения, включая, но не ограничиваясь: публикацией фейковых отзывов, размещением рекламы и т.д.
Смотри Конфигурацию Плагина
* Необходимая релизная версия ASF (НЕ предварительно выпущенная)
- Загрузите плагин через страницу GitHub Releases
- Распакуйте файл
ASFTradeExtension.dll
и скопируйте его в папкуplugins
в директорииArchiSteamFarm
- Перезапустить
ArchiSteamFarm
, и используйте командуATE
для проверки работоспособности плагина
支持 ASF 自带的插件更新机制 使用
UPDATEPLUGINS stable ASFTradeExtension
更新插件
Версия ASFTradeExtension | Совместимая версия ASF | Описание |
---|---|---|
1.1.5.0 | 6.0.6.4 | ASF -> 6.0.6.4 |
1.1.4.0 | 6.0.5.2 | ASF -> 6.0.5.2 |
1.1.3.0 | 6.0.4.4 | 支持发送宝珠 |
1.1.2.0 | 6.0.4.4 | ASF -> 6.0.4.4, 支持用机器人名称发送报价 |
1.1.1.3 | 6.0.3.4 | ASF -> 6.0.3.4, 支持闪卡 |
1.1.0.0 | 6.0.0.3 | ASF -> 6.0.0.3 |
1.0.9.0 | 5.5.0.11 | ASF -> 5.5.0.11, 新的缓存机制 |
1.0.8.0 | 5.4.10.3 | ASF -> 5.4.10.3 |
1.0.7.0 | 5.4.9.3 | ASF -> 5.4.9.3 |
1.0.6.1 | 5.4.8.3 | Модифицирован некоторый код торговли картами |
1.0.6.0 | 5.4.8.3 | Модифицирован некоторый код, функция торговли картами должна быть протестирована |
1.0.2.0 | 5.4.4.5 | Исправления ошибок |
1.0.0.0 | 5.4.2.13 | Первая версия |
История версий
Версия ASFTradeExtension | Совместимая версия ASF | 5.3.1.2 | 5.3.2.4 | 5.4.0.3 | 5.4.1.11 |
---|---|---|---|---|---|
- | ❌ | ❌ | ✔️ | ✔️ |
Настройка этого плагина не требуется, большинство функций доступно в настройках по умолчанию
ASF.json
{
//ASF 配置
"CurrentCulture": "...",
"IPCPassword": "...",
"...": "...",
//ASFTradeExtension 配置
"ASFTradeExtension": {
"EULA": true,
"Statistic": true,
"MaxItemPerTrade": 255,
"CacheTTL": 600
}
}
Конфигурация | Тип | По умолчанию | Описание |
---|---|---|---|
Statistic |
bool | true |
Разрешить отправку данных для статистики. Она используется для подсчета количества пользователей, при этом никакой другой информации отправляться не будет |
MaxItemPerTrade |
ushort | 255 |
Максимальное количество товаров в одной сделке, по умолчанию значение ASF равно 255, если количество товаров в предложении превысит это число, оно будет автоматически разбито на несколько предложений. |
CacheTTL |
ushort | 600 |
库存缓存过期时间, 单位秒, 缓存未过期也可使用命令 RELOADCACHE 强制刷新缓存 |
Команда | Сокращение | Доступ | Описание |
---|---|---|---|
ASFTradeExtension |
ATE |
FamilySharing |
Получить версию ASFTradeExtension |
Command | Shorthand | Access | Description |
---|---|---|---|
FULLSETLIST [Bots] [Config] |
FSL |
Operator |
Display normal card inventory information, available parameters [-page Page number] [-line Display line number] |
FULLSETLISTFOIL [Bots] [Config] |
FSLF |
Operator |
Display foil card inventory information, available parameters [-page Page number] [-line Display line number] |
FULLSETLISTSALE [Bots] |
FSLS |
Operator |
Display sale event card inventory information |
FULLSET [Bots] <appIds> |
FS |
Operator |
Display normal card information on the number of cards by the specified AppId |
FULLSETFOIL [Bots] <appIds> |
FSF |
Operator |
Display foil card information on the number of cards by the specified AppId |
GEMSINFO [Bots] |
GI |
Operator |
Display gems inventory information, includes gems and gem bags |
RELOADCACHE [Bots] |
Operator |
Reload the inventory cache |
Command | Shorthand | Access | Description |
---|---|---|---|
SENDCARDSET [Bots] AppId SetCount TradeLink |
SCS |
Master |
Sends a set of normal cards with the specified SetCount and AppId to the trade link |
SENDCARDSETBOT [Bots] AppId SetCount TargetBot |
SCSB |
Master |
Sends a set of normal cards with the specified SetCount and AppId to the target bot |
- | - | - | - |
SENDCARDSETFOIL [Bots] AppId SetCount TradeLink |
SCSF |
Master |
Sends a set of foil cards with the specified SetCount and AppId to the trade link |
SENDCARDSETBOTFOIL [Bots] AppId SetCount TargetBot |
SCSBF |
Master |
Sends a set of foil cards with the specified SetCount and AppId to the target bot |
- | - | - | - |
SENDGEMS [Bots] GemCount TradeLink |
SG |
Master |
Sends GemCount of gems to the trade link, prefer use gem bag(1000 gems) |
SENDGEMSBOT [Bots] GemCount TargetBot |
SGB |
Master |
Sends GemCount of gems to the target bot, prefer use gem bag(1000 gems) |
This set of command can use
2
prefix, to confirm the trade automaticly, for example2SCS
,2SCSF
,2SCSB
,2SCSBF