Multiple same loot entries + typo

This commit is contained in:
He-Man 2019-11-11 19:03:21 +01:00
parent 934d28a1c1
commit d277d6cd57
2 changed files with 2 additions and 5 deletions

View File

@ -34,7 +34,7 @@ Starting a FAQ here. Can get expanded later
- GroundSpawnChance
- MinGroundContainers
- MaxGroundContainers
- @epochhove\addons\epoch_server_settings\configs\CfgMainTable.h -> Change the Loot for each Container / Buildingtype
- @epochhive\addons\epoch_server_settings\configs\CfgMainTable.h -> Change the Loot for each Container / Buildingtype
- lootMin
- lootMax
- I have added an item to the loot, but it will not spawn (rpt log say "have no price")

View File

@ -1773,10 +1773,7 @@ class CfgLootTable
items[] = {
{ { "V_TacChestrig_grn_F", "item" }, 1 },
{ { "V_TacChestrig_oli_F", "item" }, 1 },
{ { "V_TacChestrig_cbr_F", "item" }, 1 },
{ { "V_TacChestrig_grn_F", "item" }, 1 },
{ { "V_TacChestrig_grn_F", "item" }, 1 },
{ { "V_TacChestrig_grn_F", "item" }, 1 }
{ { "V_TacChestrig_cbr_F", "item" }, 1 }
};
};
class Backpacks_Low_Base