Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Castle Siege setup

Initiate Mage
Joined
Jun 18, 2014
Messages
68
Reaction score
2
Hello i want setup Castle Siege for every 7days i mean every 7 days will be castle siege fight.

This is my setup i use IGCN s9 compilied

Code:
    <CycleSettings Days="7" StartYear="0" StartMonth="0" StartDay="0">
        <Cycle Stage="1" Day="0" Hour="0" Minute="0" />
        <!-- Register Period  -->
    
        <Cycle Stage="2" Day="1" Hour="23" Minute="59" />
        <!-- Idle    -->
    
        <Cycle Stage="3" Day="2" Hour="0" Minute="0" />
        <!-- Register Mark Of The Lord -->
    
        <Cycle Stage="4" Day="4" Hour="0" Minute="0" />
        <!-- Idle -->
    
        <Cycle Stage="5" Day="4" Hour="12" Minute="0" />
        <!-- Castle Attack Guild Notification  -->
    
        <Cycle Stage="6" Day="4" Hour="19" Minute="0" />
        <!-- Ready For Castle Siege fight  -->
    
        <Cycle Stage="7" Day="7" Hour="19" Minute="0" />
        <!-- Castle Siege Start  -->
    
        <Cycle Stage="8" Day="7" Hour="21" Minute="0" />
        <!-- Castle Siege End  -->
    
        <Cycle Stage="9" Day="7" Hour="23" Minute="59" />
        <!-- End of Cycle -->
    </CycleSettings>
    <CycleCorrection State="0" Year="0" Month="0" Day="0" Hour="0" Minute="0" />

Did I set it right?
 
Custom Title Activated
Member
Joined
Aug 30, 2011
Messages
2,969
Reaction score
1,002
You can watch these following videos to help you. If you have any concerns that you did anything incorrectly.

MuEMU:
KarLI:
 
Upvote 0
Back
Top