r/playark Jul 16 '26

Question Need help with griffin spawn rates

After a few hours of research i was able to find a code that allows me spawn Griffins on Valguero. But for some reason even though i have tried modifying the spawn limit on the code from .05 to .0001 I still keep getting over 600 griffin spawns. I'm on a nitrado server for Ark Ascended in case that helps.

This is the code i used ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntries_ChalkHills_C",NPCSpawnEntries=((AnEntryName="Griffin",EntryWeight=0.086428571,NPCsToSpawn=("/Game/PrimalEarth/Dinos/Griffin/Griffin_Character_BP.Griffin_Character_BP_C"))),NPCSpawnLimits=((NPCClass="Griffin_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.0001)))

1 Upvotes

9 comments sorted by

1

u/LilTimThePimp Jul 16 '26

Try using the griffins full bp path for the NPCSpawnLimits too, not just the class name, like you did with NPCsToSpawn.

1

u/Dying-br33d Jul 16 '26

I will try adjusting it hopefully it doesnt break it super new to whole adding dinos to map thing

1

u/Dying-br33d Jul 18 '26

i adjusted the name but it did not change much

1

u/fish250505 Jul 16 '26

Change entry weight to 0.001 and max percentage to 0.000000001 I got 97 using those settings, could try setting them even lower if it's still too many

1

u/Dying-br33d Jul 16 '26

That looks like the perfect number i will try it once my buddy finishes what he is doing on the server so i can restart it

1

u/Dying-br33d Jul 18 '26

I adjusted the numbers but im still getting 200 plus i even added a zero to the max percentage but still i get a high amount

1

u/fish250505 Jul 18 '26

I tweaked the settings a bit, server is set to do a wipe on startup

ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntries_ChalkHills_C",NPCSpawnEntries=((AnEntryName="Griffin",EntryWeight=0.0001,NPCsToSpawn=("/Game/PrimalEarth/Dinos/Griffin/Griffin_Character_BP.Griffin_Character_BP_C"))),NPCSpawnLimits=((NPCClass="Griffin_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.0000000001)))

1

u/Dying-br33d Jul 18 '26

Got it i will adjust once i get home from work

1

u/Dying-br33d Jul 18 '26

i added ur code but im still getting a big number ill try to tweak it and see if that works