Hello,
Has the DinoDropInventoryComponent code changed for Ragnarok? My loot override code for the Rag bosses used to work but no longer does. I have the same code for my Island server except for the amount dropped, and it works for Island but does not work for Rag. The codes are as such:
Island
ConfigOverrideSupplyCrateItems=(SupplyCrateClassString="DinoDropInventoryComponent_BossDragon_Hard_C",MinItemSets=2,MaxItemSets=2,NumItemSetsPower=1.0,bSetsRandomWithoutReplacement=true,ItemSets=((MinNumItems=2,MaxNumItems=2,NumItemsPower=1.0,SetWeight=1.0,bItemsRandomWithoutReplacement=true,ItemEntries=((EntryWeight=1.0,ItemClassStrings=("PrimalItemResource_Element_C"),ItemsWeights=(1.0),MinQuantity=600.0,MaxQuantity=600.0,MinQuality=1.0,MaxQuality=1.0,bForceBlueprint=false,ChanceToBeBlueprintOverride=0.0),(EntryWeight=1.0,ItemClassStrings=("PrimalItemTrophy_Dragon_Alpha_C"),ItemsWeights=(1.0),MinQuantity=1.0,MaxQuantity=1.0,MinQuality=1.0,MaxQuality=1.0,bForceBlueprint=false,ChanceToBeBlueprintOverride=0.0)))))
Rag
ConfigOverrideSupplyCrateItems=(SupplyCrateClassString="DinoDropInventoryComponent_BossDragon_Hard_C",MinItemSets=2,MaxItemSets=2,NumItemSetsPower=1.0,bSetsRandomWithoutReplacement=true,ItemSets=((MinNumItems=2,MaxNumItems=2,NumItemsPower=1.0,SetWeight=1.0,bItemsRandomWithoutReplacement=true,ItemEntries=((EntryWeight=1.0,ItemClassStrings=("PrimalItemResource_Element_C"),ItemsWeights=(1.0),MinQuantity=800.0,MaxQuantity=800.0,MinQuality=1.0,MaxQuality=1.0,bForceBlueprint=false,ChanceToBeBlueprintOverride=0.0),(EntryWeight=1.0,ItemClassStrings=("PrimalItemTrophy_Dragon_Alpha_C"),ItemsWeights=(1.0),MinQuantity=1.0,MaxQuantity=1.0,MinQuality=1.0,MaxQuality=1.0,bForceBlueprint=false,ChanceToBeBlueprintOverride=0.0)))))
I copy-pasted the code from a reddit post a while ago, and we tested it to make sure it worked, but now it no longer does, and I can find no info for why. My only thought is the dino inventory component code might have changed for the Rag bosses. Also, my Megapithecus code for Island does not work when used in my Val server code either. I copy-pasted my Megapithecus code from Island to Val. It works on Island but doesn't work on Val. Any help?