I came up to a problem once again. How can i change siege hours? I used this:
-- ---------------------------
-- Table structure for castle
-- ---------------------------
CREATE TABLE IF NOT EXISTS castle (
id INT NOT NULL default 0,
name varchar(25) NOT NULL,
taxPercent INT NOT NULL default 15,
treasury INT NOT NULL default 0,
siegeDate DECIMAL(20,0) NOT NULL default 0,
siegeDayOfWeek INT NOT NULL default 7,
siegeHourOfDay INT NOT NULL default 20,
PRIMARY KEY (name),
KEY id (id)
);
INSERT IGNORE INTO `castle` VALUES (1, 'Gludio', 0, 0, 0, 6, 20),
(2, 'Dion', 0, 0, 0, 7, 20),
(3, 'Giran', 0, 0, 0, 6, 20),
(4, 'Oren', 0, 0, 0, 7, 20),
(5, 'Aden', 0, 0, 0, 6, 20),
(6, 'Innadril', 0, 0, 0, 7, 20),
(7, 'Goddard', 0, 0, 0, 6, 20);
So the time is automated and i dont need to change the unix time every week. This si for Saturday and Sunday every second week. I think it doesnt work, any idea?
Dear friends,
Just a reminder - our Open Beta Test begins today at 18:00!
Join us to explore the world together, test the update, and help us make it even better.
See you in game!
The Chronicle 4 client is now available for download.
I tried mate with a fresh Freya, H5, H5 part 5, and always the same issue. I can't enter inside the Game, as it appears black. I. Can hear sound and so on from the starting location and quest, but I can't see a thing
We are certainly not an ambulance, but we will definitely cure you of blacklists and empty pockets. Live freely with SX!
Each of you will receive a trial version of SX to familiarize yourself with the product, all you have to do is post in this thread
The client is in Chinese, so it cannot be displayed. There are two solutions: find an English client yourself, or install the Chinese language support package for the operating system.
Sorry, I also found the client from the Internet. You can also find a Freya client yourself.
thanks mate it works, but i cant see any letters on screen . how to fix this?
also it seems it does not enter into the game, and get stuck on loading. do you got a discord or someway to chat mate?
Question
JustLikeMe
I came up to a problem once again. How can i change siege hours? I used this:
So the time is automated and i dont need to change the unix time every week. This si for Saturday and Sunday every second week. I think it doesnt work, any idea?
7 answers to this question
Recommended Posts