Jump to content

Question

Posted

How to set this event to happen more than 1x per day?

 

<?xml version='1.0' encoding='utf-8'?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./xsd/configs.xsd">
	<config ENABLED="false" DURATION="10" NOTIFY_DELAY ="5" DAILY="true" DAY="0" HOUR="00" MINUTE="00" RANDOM_MINUTE="5"/>
</list>

<!-- ENABLED option is global that means if it is false Raid event will be disabled -->
<!-- DURATION option is the time that boss will be spawned in world -->
<!-- NOTIFY_DELAY option is a schedule time that will send notification of raid location -->
<!-- DAILY if this option is true raid event will be daily, make sure DAY option is 0 -->
<!-- DAY option is to set which day of month boss will spawn, make sure if this is higher than 0 DAILY option must be false -->
<!-- HOUR option is a 24 hour format about the time boss will spawn -->
<!-- MINUTE option is the minute of hour boss will spawn -->
<!-- RANDOM_MINUTE option is to add a random time in minutes so time won't be the same. -->

 

4 answers to this question

Recommended Posts

  • 0
Posted
53 minutes ago, StinkyMadness said:

Without more source code we can't really help you.
Your configs looks like the "DAILY" its the less time.

with source code can you modify? what you need? I can provide access to my source source. can i call you in private?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...