[DiscordArchive] Are there any repos for custom quest packs or anything?
[DiscordArchive] Are there any repos for custom quest packs or anything?
Archived author: SClub7 • Posted: 2025-02-25T15:56:24.845000+00:00
Original source
Are there any repos for custom quest packs or anything?
Archived author: Nyeriah • Posted: 2025-02-25T16:20:28.437000+00:00
Original source
It’s in the description
Archived author: Nyeriah • Posted: 2025-02-25T16:24:12.814000+00:00
Original source
> Respawn.DynamicRateCreature
> Description: Controls how creature respawn times adjust based on player count in a zone.
> The respawn time is unchanged up to the configured number of players.
> As player count exceeds this value, respawn times decrease proportionally
> (e.g., at double the player count, respawn times are halved; at triple the player count, respawns happen three times as fast).
> Does not affect instanced creatures, bosses, or quest givers.
> Formula: adjustFactor = rate / playerCount
> RespawnTime = RespawnTime * adjustFactor
> Default: 1 (Disabled)
>
> Respawn.DynamicRateCreature = 1
Archived author: Nyeriah • Posted: 2025-02-25T16:26:45.902000+00:00
Original source
Respawn.DynamicRateCreature is the number of players
Archived author: Diro • Posted: 2025-02-25T16:28:14.891000+00:00
Original source
Sorry but I have already read it in the file and I am not sure what is "the configured number of players" that this setting uses as reference point.
Archived author: Nyeriah • Posted: 2025-02-25T16:28:31.827000+00:00
Original source
it's the value you set in Respawn.DynamicRateCreature
Archived author: Nyeriah • Posted: 2025-02-25T16:28:53.630000+00:00
Original source
the value you set in Respawn.DynamicRateCreature, is the count of players
Archived author: Diro • Posted: 2025-02-25T16:31:06.801000+00:00
Original source
ahhh, okay. I get it now. I thought the parameter only accepts 0/1 for enabling/disabling, and the number of players it gets from somewhere else. Thank you for the clarification.