Castle Siege on Sunday

Results 1 to 2 of 2
  1. #1
    Member HellZone is offline
    MemberRank
    Jun 2008 Join Date
    89Posts

    Castle Siege on Sunday

    I have this on my CastleSiege on Data/Events/

    Code:
    ////////////////////////////////////////////////////////////////////////////////
    // a
    // a
    // a
    //------------------------------------------------------------------------------
    // a
    // a
    // a
    ////////////////////////////////////////////////////////////////////////////////
    
    //=================================
    //Time Settings
    //Days the entire cycle will last
    //=================================
    0
    		7
    end
    
    //=================
    //Castle Settings
    //=================
    1
    1          0          0          0          // register period
    2          1          23        59        // idle state
    3          2          0          0          // register mark of the lord state
    4          5          0          0          // idle state
    5          5          12        0          // castle attack guild notification state
    6          5          19        0          // ready for castle siege state
    7          6          18        0          // castle siege start state
    8          6          19        0          // castle siege end state
    9          7          0          0          // end of cycle (restart from state 1, automatically)
    end
    
    //=========================================================================================
    //Monster Settings
    //Mob	-	-	-	SX	SY	HP	X1	Y1	DX	DY	DIR
    //=========================================================================================
    2
    283	1	1	1	0	0	400000	94	227	-1	-1	1   //Guardian Statue
    283	2	1	1	0	0	400000	94	182	-1	-1	1   //Guardian Statue
    283	3	1	1	0	0	400000	82	130	-1	-1	1   //Guardian Statue
    283	4	1	1	0	0	400000	107	130	-1	-1	1   //Guardian Statue
    
    277	1	1	1	0	0	500000	93	204	-1	-1	1   //Castle Gate
    277	2	1	1	0	0	500000	81	161	-1	-1	1   //Castle Gate
    277	3	1	1	0	0	500000	107	161	-1	-1	1   //Castle Gate
    277	4	1	1	0	0	500000	67	114	-1	-1	1   //Castle Gate
    277	5	1	1	0	0	500000	93	114	-1	-1	1   //Castle Gate
    277	6	1	1	0	0	500000	119	114	-1	-1	1   //Castle Gate
    
    288	1	0	1	0	0	800000	75	130	-1	-1	1   //Canon Tower
    288	2	0	1	0	0	800000	88	130	-1	-1	1   //Canon Tower
    288	3	0	1	0	0	800000	99	130	-1	-1	1   //Canon Tower
    288	4	0	1	0	0	800000	114	130	-1	-1	1   //Canon Tower
    288	5	0	1	0	0	800000	94	151	-1	-1	1   //Canon Tower
    288	6	0	1	0	0	800000	88	182	-1	-1	1   //Canon Tower
    288	7	0	1	0	0	800000	100	182	-1	-1	1   //Canon Tower
    288	8	0	1	0	0	800000	94	221	-1	-1	1   //Canon Tower
    288	9	0	1	0	0	800000	94	233	-1	-1	1   //Canon Tower
    
    215	1	0	1	0	0	10000	94	242	-1	-1	1   //Shield
    
    222	1	0	1	0	0	10000	80	188	-1	-1	1   //Slingshot Defense
    222	2	0	1	0	0	10000	105	188	-1	-1	1   //Slingshot Defense
    221	1	0	2	0	0	10000	63	19	-1	-1	5   //Slingshot Attack
    221	2	0	2	0	0	10000	119	19	-1	-1	5   //Slingshot Attack
    end
    I set it on Sunday and check guard and told me that it will start in 4 hours (Its Saturday) but the Siege Start is Correct. I need help. Using IGCN Premium Files.


  2. #2
    Member sfz0rd is offline
    MemberRank
    Jun 2012 Join Date
    26Posts

    Re: Castle Siege on Sunday

    //=================
    //Castle Settings
    //=================
    1
    1 0 0 0 // register period
    2 1 23 59 // idle state
    3 2 0 0 // register mark of the lord state
    4 5 0 0 // idle state
    5 5 12 0 // castle attack guild notification state
    6 5 19 0 // ready for castle siege state
    7 6 18 0 // castle siege start state
    8 6 19 0 // castle siege end state
    9 7 0 0 // end of cycle (restart from state 1, automatically)
    end

    Code:
    DAYS
    // 0: today
    // 1: tomorrow
    // 2: after tomorrow
    // 3: in 3 Days
    // 4: in 4 Days
    // 5: in 5 Days
    // 6: in 6 Days
    // 7: in 7 Days
    1 0 0 0 // register period
    --
    7 6 18 0 // castle siege start state

    if you want on Saturday, open registration in Sunday.

    Sorry for bad english, googletranslater.



Advertisement