Zeradin Posted June 3, 2014 Posted June 3, 2014 i have a problem with siege timdes.. how can i change them? i cant find it...
0 Chemotox Posted June 3, 2014 Posted June 3, 2014 In database. Castle table. Or java gameserver-model-entity-siege.java Find something like this: private void saveCastleSiege() { setNextSiegeDate(); // Set the next set date for 2 weeks from now // Schedule Time registration end getTimeRegistrationOverDate().setTimeInMillis(Calendar.getInstance().getTimeInMillis()); getTimeRegistrationOverDate().add(Calendar.DAY_OF_MONTH, 1); getCastle().setIsTimeRegistrationOver(false); saveSiegeDate(); // Save the new date startAutoTask(); // Prepare auto start siege and end registration }
Question
Zeradin
i have a problem with siege timdes.. how can i change them? i cant find it...
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now