Can someone tell me how to spawn multiple dinos at once? like different dinos or a mixture of dinos etc? through the admin commands section?
Posts by Deadly_Desires
Nitrado now has an official Discord server to bring communities, friends and other gamers together!
Join the Nitrado Community Discord now and share your experiences and knowledge with others!
-
-
How can I remove the buff you get after you die and respawn? its crazy the amount of stats it gives to you.. I looked i dont know what im looking for though.. thanks!!
-
UseCorpseLifeSpanMultiplier=VALUE (The higher the number, the longer your bag will stay there)
You can also use GlobalItemDecompositionTimeMultiplier=VALUE (This will increase the timers for all loot bags, whether it be dinos/vaults/players!
Hope this helps.OMG thank you so much!! this goes in the game settings ini right? not the game ini?
-
Thanks!! i was actually able to fuigure that out finally.. still struggling with the drop box thing from your inventory.
You're welcome!
What're you struggling with? I don't understand, I'm sorry.You know when you drop something out of your inventory? it goes into like a little package for you to pick up or someone else? the timer on that is very short i was wanting to extend that timer a little bit to give me more time to pick it up before it decomposes.
-
AlwaysAllowStructurePickUp=True.
That's the code you need to put into your ini files to allow unlimited pickup.Thanks!! i was actually able to fuigure that out finally.. still struggling with the drop box thing from your inventory.
-
i can't seem to keep my structures from locking in place on me? ive youtubed how to change it to make it to wehre we can pick up the structures no matter how long theyve been down but its not working? i think im doing something wrong
also, when we drop something from our inventory it says the timer on it is super low how can i make this last longer on the ground before disappearing? i can't find anything on it for some reason.
-
Hello
You shouldn't have to change anything to get wyverns to spawn. They spawn naturally on ragnarok in the trench. What changes have you made to the code so far?
If someone is grabbing eggs they will sometimes get pulled out of the trench as well.
i did this
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="SE_DinoSpawnEntriesWyvern",NPCSpawnEntries=((AnEntryName="IceWyvern",EntryWeight=1,NPCsToSpawnStrings=("Ragnarok_Wyvern_Override_Ice_C")),((NPCClassString="Ragnarok_Wyvern_Override_Ice_C",MaxPercentageOfDesiredNumToAllow=.8)))
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntries_Ragnarok_Griffin",NPCSpawnEntries=((AnEntryName="Griffin",EntryWeight=1,NPCsToSpawnStrings=("Griffin_Character_BP_C")),((NPCClassString="Griffin_Character_BP_C",MaxPercentageOfDesiredNumToAllow=1.0)))
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="SE_DinoSpawnEntriesWyvern",NPCSpawnEntries=((AnEntryName="AlphaFireWyvern",EntryWeight=1,NPCsToSpawnStrings=("MegaWyvern_Character_BP_Fire_C")),((NPCClassString="MegaWyvern_Character_BP_Fire_C",MaxPercentageOfDesiredNumToAllow=0.1)))
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="SE_DinoSpawnEntriesWyvern",NPCSpawnEntries=((AnEntryName="FireWyvern",EntryWeight=1,NPCsToSpawnStrings=("Wyvern_Character_BP_Fire_C")),((NPCClassString="Wyvern_Character_BP_Fire_C",MaxPercentageOfDesiredNumToAllow=.7)))
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="SE_DinoSpawnEntriesWyvern",NPCSpawnEntries=((AnEntryName="PoisonWyvern",EntryWeight=1,NPCsToSpawnStrings=("Wyvern_Character_BP_Poison_C")),((NPCClassString="Wyvern_Character_BP_Poison_C",MaxPercentageOfDesiredNumToAllow=.7)))
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="SE_DinoSpawnEntriesWyvern",NPCSpawnEntries=((AnEntryName="LightningWyvern",EntryWeight=1,NPCsToSpawnStrings=("Wyvern_Character_BP_Lightning_C")),((NPCClassString="Wyvern_Character_BP_Lightning_C",MaxPercentageOfDesiredNumToAllow=.7)))
i know the spawn rates are high im lowering them. but when i went in the trench when i made the server it was completely empty nothing around at all barely any dinos at all so i coded them in but theyre basically everywhere now.
-
Hello,
I was able to get the wyverns to spawn on my Ragnarock server. however, theryre all over the volcano area. im trying to keep them confined around the wyvern trench area. how can i make this possible please?? ive searched everywhere for the code for that location and i can't find it..
Thanks