Re: CastleSiege Day and Hour
go to DATA folder of your serverfiles
then edit it on MuCastleData.dat :wink:
Re: CastleSiege Day and Hour
Quote:
Originally Posted by
evo1123
go to DATA folder of your serverfiles
then edit it on MuCastleData.dat :wink:
I know just "READ" it before commenting :P .. i want to "SET" it as Saturday 9:00AM - 12:00PM ..
Re: CastleSiege Day and Hour
Are you blind? He just told you to go to MuCastleData.dat and edit there..
Code:
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 19 0 // castle siege start state
8 6 21 0 // castle siege end state
9 7 0 0 // end of cycle (restart from state 1, automaticaly)
end
Re: CastleSiege Day and Hour
Quote:
Originally Posted by
duracel
Are you blind? He just told you to go to MuCastleData.dat and edit there..
Code:
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 19 0 // castle siege start state
8 6 21 0 // castle siege end state
9 7 0 0 // end of cycle (restart from state 1, automaticaly)
end
I know but that code is totally old ! :thumbdown:
Re: CastleSiege Day and Hour
Code you're self a "new" code if thats old cause from what i see you don't even know how to set a CS..
Re: CastleSiege Day and Hour
Quote:
Originally Posted by
duracel
Code you're self a "new" code if thats old cause from what i see you don't even know how to set a CS..
i've set my CS on my Database :thumbdown:
Re: CastleSiege Day and Hour
Not everything regarding a Mu Server works from the Database mate..
Code:
1
// Order Hour Minute Second
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
//To set this to 9AM change it to:
7 9 0 0 // castle siege start state
8 6 21 0 // castle siege end state
9 7 0 0 // end of cycle (restart from state 1, automaticaly)
end
The answer has been given several times already now.
You have to set the database to give the server an idea of when it needs to run.
Then you set the time stamps in this file.
If you want it all in the database the already big databases become even bigger, simply wasting space!