Maya Time

Results 1 to 5 of 5
  1. #1
    Novice Oxxx1 is offline
    MemberRank
    Aug 2014 Join Date
    4Posts

    Maya Time

    Hi guys, okay?


    So I need your help because Im trying to configure the time of maya but I cant configure the schedule, all speak in kanturu.dat, but theres a lot of stuff, would you guys could help me configure it, I wanted to put to occur in 4:0 pm 4:0?


    If the kanturu.dat
    Code:
    //----------------------------------------------------------------------//
    // Condition Settings                                                   //
    //    State   Condition      Time                                       //
    //----------------------------------------------------------------------//
    0
    	0        0            0        // None    
       	1        0            0        // Battle Standby
        	2        0            0        // Battle Of Maya
        	3        0            0        // Battle Of NightMare
        	4        0            0        // Tower Of Refinement
        	5        1            0        // End
    end
    
    
    //----------------------------------------------------------------------//
    // Maya Battle Preparation Settings                                     //
    //    State   Condition      Time                                       //
    //----------------------------------------------------------------------//
    1
        	0        0            0        // None
        	1        1            300      // Start
        	2        1            60       // Notify
        	3        0            0        // End
    end
    
    
    //----------------------------------------------------------------------//
    // Maya Battle Scene Define Settings                                    //
    //    State   Condition      Time                                       //
    //----------------------------------------------------------------------//
    2
        	0        1            900     // First Battle Scene
        	1        1            900     // Second Battle Scene
        	2        1            1200    // Third Battle Scene
    end
    
    
    //----------------------------------------------------------------------//
    // Maya Battle Cycle Settings                                           //
    //    State   Condition      Time                                       //
    //----------------------------------------------------------------------//
    3
        	0        0            0
    
    
    //----------------------------------------------------------------------//
    // First Cycle                                                          //
    //----------------------------------------------------------------------//
        	1        1            120      // Stand By
        	2        1            15       // Notify
        	3        0            0        // Start
        	4        0            0        // Maya
        	5        1            5        // End Maya
        	6        1            3        // End Cycle
    
    
    //----------------------------------------------------------------------//
    // Second Cycle                                                         //
    //----------------------------------------------------------------------//
        	7        1            60       // Stand By
        	8        0            0        // Start
        	9        0            0        // Maya
        	10       1            5        // End Maya
        	11       1            3        // End Cycle
    
    
    //----------------------------------------------------------------------//
    // Third Cycle                                                          //
    //----------------------------------------------------------------------//
        	12        1            120     // Stand By
        	13        0            0       // Start
        	14        0            0       // Maya
        	15        1            5       // End Maya
        	16        1            10      // End Cycle
        	17        1            3       // End
        	18        0            0       // End Cycle
    end
    
    
    
    
    //----------------------------------------------------------------------//
    // AI Change                                                            //
    //----------------------------------------------------------------------//
    4
        	3
        	60
        	60
        	900
    end
    
    
    //----------------------------------------------------------------------//
    // AI Group Number                                                      //
    //----------------------------------------------------------------------//
    5
        	20    // Maya Left Hand
        	21    // Maya Right Hand
        	22    // Maya Hands
    end
    
    
    //----------------------------------------------------------------------//
    // Maya Ice Storm Battle Skill Rate N/10000                             //
    //----------------------------------------------------------------------//
    6
        	60
    end
    
    
    //----------------------------------------------------------------------//
    // Nightmare Cycle                                                      //
    //    State   Condition      Time                                       //
    //----------------------------------------------------------------------//
    7
        	0        0            0        // None
        	1        1            5        // Idle
        	2        1            10       // Notify
        	3        1            1200     // Start
        	4        1            5        // End
        	5        0            0        // End Cycle
    end
    
    
    //----------------------------------------------------------------------//
    // AI Group Number                                                      //
    //----------------------------------------------------------------------//
    8
        	23
    end
    
    
    //----------------------------------------------------------------------//
    // Refinery Tower Settings                                              //
    //    State   Condition      Time                                       //
    //----------------------------------------------------------------------//
    9
        	0        0            0        // None
        	1        1            82500    // Revitalization
        	2        1            300      // Notify
        	3        1            2220     // Close
        	4        1            180      // Notify
        	5        1            5        // End
    end
    
    
    //----------------------------------------------------------------------//
    // Battle Unit Check Position Settings			                //
    //----------------------------------------------------------------------//
    10
        	1
    end

    I thank you, hugs!


  2. #2

    Re: Maya Time

    i think on
    2 0 0 // Battle Of Maya

    change to

    2 0 4 or 16 // Battle Of Maya

  3. #3
    Novice Oxxx1 is offline
    MemberRank
    Aug 2014 Join Date
    4Posts

    Re: Maya Time

    I don't think that's not ...

  4. #4

    Re: Maya Time

    Then yo ucan try other line mate, oyu need to test everything, although kanturu event starts mostly from
    the configs that are made on this line

    1 1 82500 // Revitalization
    82500 = 22 hours
    make it 43200 for every 12 hours


    1 1 300 // Start

    make it

    1 1 14400 // Start
    14400 = 4 hours

    full code here
    Spoiler:

    //----------------------------------------------------------------------//
    // Condition Settings //
    // State Condition Time //
    //----------------------------------------------------------------------//
    0
    0 0 0 // None
    1 0 0 // Battle Standby
    2 0 0 // Battle Of Maya
    3 0 0 // Battle Of NightMare
    4 0 0 // Tower Of Refinement
    5 1 0 // End
    end


    //----------------------------------------------------------------------//
    // Maya Battle Preparation Settings //
    // State Condition Time //
    //----------------------------------------------------------------------//
    1
    0 0 0 // None
    1 1 43200 // Start
    2 1 60 // Notify
    3 0 0 // End
    end


    //----------------------------------------------------------------------//
    // Maya Battle Scene Define Settings //
    // State Condition Time //
    //----------------------------------------------------------------------//
    2
    0 1 900 // First Battle Scene
    1 1 900 // Second Battle Scene
    2 1 1200 // Third Battle Scene
    end


    //----------------------------------------------------------------------//
    // Maya Battle Cycle Settings //
    // State Condition Time //
    //----------------------------------------------------------------------//
    3
    0 0 0


    //----------------------------------------------------------------------//
    // First Cycle //
    //----------------------------------------------------------------------//
    1 1 120 // Stand By
    2 1 15 // Notify
    3 0 0 // Start
    4 0 0 // Maya
    5 1 5 // End Maya
    6 1 3 // End Cycle


    //----------------------------------------------------------------------//
    // Second Cycle //
    //----------------------------------------------------------------------//
    7 1 60 // Stand By
    8 0 0 // Start
    9 0 0 // Maya
    10 1 5 // End Maya
    11 1 3 // End Cycle


    //----------------------------------------------------------------------//
    // Third Cycle //
    //----------------------------------------------------------------------//
    12 1 120 // Stand By
    13 0 0 // Start
    14 0 0 // Maya
    15 1 5 // End Maya
    16 1 10 // End Cycle
    17 1 3 // End
    18 0 0 // End Cycle
    end




    //----------------------------------------------------------------------//
    // AI Change //
    //----------------------------------------------------------------------//
    4
    3
    60
    60
    900
    end


    //----------------------------------------------------------------------//
    // AI Group Number //
    //----------------------------------------------------------------------//
    5
    20 // Maya Left Hand
    21 // Maya Right Hand
    22 // Maya Hands
    end


    //----------------------------------------------------------------------//
    // Maya Ice Storm Battle Skill Rate N/10000 //
    //----------------------------------------------------------------------//
    6
    60
    end


    //----------------------------------------------------------------------//
    // Nightmare Cycle //
    // State Condition Time //
    //----------------------------------------------------------------------//
    7
    0 0 0 // None
    1 1 5 // Idle
    2 1 10 // Notify
    3 1 1200 // Start
    4 1 5 // End
    5 0 0 // End Cycle
    end


    //----------------------------------------------------------------------//
    // AI Group Number //
    //----------------------------------------------------------------------//
    8
    23
    end


    //----------------------------------------------------------------------//
    // Refinery Tower Settings //
    // State Condition Time //
    //----------------------------------------------------------------------//
    9
    0 0 0 // None
    1 1 82500 // Revitalization
    2 1 300 // Notify
    3 1 2220 // Close
    4 1 180 // Notify
    5 1 5 // End
    end


    //----------------------------------------------------------------------//
    // Battle Unit Check Position Settings //
    //----------------------------------------------------------------------//
    10
    1
    end


    It will be like after you start GameServer.exe (reload it etc)
    the event must start after 4 hours and then after event is finished it should start every 12 hours
    which is going to be the same time 4 pm or 4 am
    (if you want it only 1 time in 24 hours then you will have to change at Refinery Tower Settings
    82500 back.)

    so its better you start the gs 4 hours before the exact time you want
    for example you want kanturu event at 16:00 (4 pm)
    start GameServer at 12:00 (not night) and it should run the event 4 hours later which is 12+4 = 16:00 = 4 PM
    you can do that even at night or day its your own choice, let me know ! :)

  5. #5
    Novice Oxxx1 is offline
    MemberRank
    Aug 2014 Join Date
    4Posts

    Re: Maya Time

    Thanks a lot man, helped me a lot, hugs!



Advertisement