Hello everyone! I am new to hosting and coding. We are trying to add spawns to our ragnarok map but can not get it to work! Here is our code, I'm hoping someone can point out what we did wrong so we can try to get it working. We want to add much more but were starting with one until we got it.
Nitrado expert settings active. In our game.ini we put this at the first empty line we had
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesSwamp_C",NPCSpawnEntries=((AnEntryName="BasilskSpawner",EntryWeight=1,NPCsToSpawnStrings=("Basilisk_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Basilisk_Character_BP_C",MaxPercentageOfDesiredNumToAllow=1)))
We also attempted both DinoSpawnEntriesSwamp and with the _C but couldn't get either to work.
I realize the entry weight and percentage will need to be adjusted for balance. We were just attempting to make sure they were actually spawning in. Any help greatly appreciated!