Cousin Rare dino spawner

Paid Cousin Rare dino spawner 2.1

This resource is paid, and requires to be purchased
---

🛠️ Rare Dino Spawner — Hotfix + New Commands

We pushed a patch to the Rare Dino plugin. Here's what changed:

---

🐛 Bug Fix — Server Stability
Fixed an intermittent crash that could occur when the rare dino selection triggered. The root cause was a native field being accessed across thousands of actors during the scan. The check has been moved to only run on the one selected dino, eliminating the crash risk entirely.

---

🆕 New Admin Commands

/listraredinos (in-game chat, admins only)
Lists all rare dinos that were boosted this session and are still alive and wild — including their species, level, current map coordinates, and how long ago they were boosted.

Example:
Code:
 [1] Rex - Level 165 - LAT: 54.2, LON: 32.7 (2h ago)
 [2] Giga - Level 158 - LAT: 71.0, LON: 48.3 (45m ago)
 --- 2 rare dino(s) alive ---

Cousin_RareDinoSpawner.ListRareDinos (RCON)
Same output, usable directly from your RCON console.

---

No config changes required for this update. 🎯
🦕
Cousin Rare Dino Spawner — Major Update

We've made some big improvements to how the Rare Dino event works on the server! Here's what changed:

---

🔁
New Spawn System

The plugin will now only spawn dinos that normal spawn on each map and they will spawn in their respective biomes



No More Cave Dinos
Dinos that live in caves or boss arenas will never be selected as the rare dino. Cave ecosystems stay intact.

Better Configuration
  • SpawnAll: true — Any wild dino on the map can be chosen (fully map-compatible)
  • SpawnAll: false — Only species from the configured list can be chosen
  • New IgnoreDinoList — Specific species (like Dodo, Lystro, Compy) can be permanently excluded even with SpawnAll on
Same Commands
  • /spawnraredino — Manually trigger a rare dino (admin only)
  • /tpraredino — Teleport to the last rare dino location (admin only)
Bug fixes :
- Fixed sometime the dinos were spawning outside the map


New Additions
- You can now set the min and max levels of each stats of the dinos you spawn !
"StatPoints": {
"HpMin": 30,
"HpMax": 50,
"StaminaMin": 0,
"StaminaMax": 20,
"OxygenMin": 0,
"OxygenMax": 0,
"FoodMin": 0,
"FoodMax": 0,
"WeightMin": 0,
"WeightMax": 10,
"MeleeMin": 30,
"MeleeMax": 30,
"SpeedMin": 0,
"SpeedMax": 10
}
Back
Top