HELP: Ragnarok Boss Loot Not Working

Dear forum members,
for some time now we have been creating and maintaining new ways to help game server admins with questions and problems as quickly as possible, e.g. our Guides section and the Nitrado Community Discord.

Therefore, we inform you that the Nitrado Forum will be closed on March 31, 2023. We are consolidating our community support to our Discord channel, which is faster and more efficient. We have also seen incredible growth in our community due to the hard work of our moderators and our bots. We are confident that this move will ensure that we provide the best support possible for our users.

Thank you to all members for your continued use of the forum!

Assistance with all questions concerning your Nitrado service can now be found in these spots:
Community Discord: https://discord.gg/nitrado
Guides section: https://server.nitrado.net/guides
Support Wizard: https://support.nitrado.net
  • 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?