• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

A monsters attack intervals

Nemphis

Veteran OT User
Joined
Jun 22, 2009
Messages
659
Reaction score
398
Location
Sweden
For example.
This is a spell used by our monsters.
Code:
<attack name="energy" interval="2500" chance="35" range="5" min="-5" max="-40">

I want an interval that follows like this

Code:
<attack name="energy" interval="{2500, 3500, 4500}" chance="35" range="5" min="-5" max="-40">

What this would do is that the three intervals would follow each others before restarting the attack interval.

Would this be possible?
 
Back
Top