一般单独物品上架都是1-5-10上限数量,更改这个词条下面相关数据自定义
游戏文件夹下搜索 文件修改目标 globals.ison
搜索
“RagFair”: {
“ChangePriceCoef”: 1,
“ItemRestrictions”: [
{
“MaxFlea”: 5, 改 1000000
“MaxFleaStacked”: 5, 改 1000000
“TemplateId”: “5c0530ee86f774697952d952″ 改成全物品,“54009119af1c881c07000029”
多出的所有相同条目全部删除 别删多符号了 切记









经过个人多次测试没有问题
把ItemRestrictions后面方括号里面的全删了,保留“ItemRestrictions”: [];就行了,改数字多麻烦
"RagFair": {
"ChangePriceCoef": 1,
"ItemRestrictions": [
{
"MaxFlea": 1000000,
"MaxFleaStacked": 1000000,
"TemplateId": "54009119af1c881c07000029"
}
],
"RagfairTurnOnTimestamp": 0,
"balancerAveragePriceCoefficient": 10,
"balancerMinPriceCount": 3,
"balancerRemovePriceCoefficient": 5,
"balancerUserItemSaleCooldown": 1,
"balancerUserItemSaleCooldownEnabled": true,
"communityItemTax": 3,
"communityRequirementTax": 3,
"communityTax": 3,
"delaySinceOfferAdd": 0,
"enabled": true,
"includePveTraderSales": false,
"isOnlyFoundInRaidAllowed": false,
"maxActiveOfferCount": [
直接拉住删除就完事了 哪有那么麻烦
就很强,学习了,谢谢楼主
谢谢楼主