Hi,
smin and smax in the territoryfiles means "staticmin" and "staticmax". If you set smin=3 and smax=6 there are always 3-6 Wolves on the spawn.
If you define dmin and dmax that means "dynamicmin" and "dynamicmax". The spawn will be activated with the amount of wolves are set, when a playerchar is near.
If you set smin=3 smax=6 dmin=5 and dmax=10, there will be 8-16 Wolves on spawn, when player activate it. The activation distance for AI is 1000m to Player.
This override the events.xml settings for this AIspawnpoint. If you leave all at 0 the wolves spawn in amount of setting in event.xml.