Siegh
Thronar Developer
Hello, I'm attempting to use the default raids as a rare spawn kind of thing. What I mean is that every X minutes, there is a small chance of some monster spawn at y location.
The problem is that since my desired intervals and chances aren't very hard to occur, it often causes the raid to trigger again and 2 or more of the rare spawn will happen, and that's not intended.
Is there some way to limit raid occurences to a one-time event?
This is my xml line:
Thanks in advance.
The problem is that since my desired intervals and chances aren't very hard to occur, it often causes the raid to trigger again and 2 or more of the rare spawn will happen, and that's not intended.
Is there some way to limit raid occurences to a one-time event?
This is my xml line:
Code:
<raid name="bloodskeleton1" file="bloodskeleton1.xml" interval2="60" margin="1" chance="7" enabled="yes"/>
Thanks in advance.