Guildwar time.

05/20/2016 02:50 Ecrypter#1
Hi epvpers limme know how to change guildwar time.
My source include 30min. War time in eveschool.cpp. my main question is how to change guildwar time in GuildCombat.LUA or GuildCombat.txt?

I dont know the exact meaning in this part
7 19 00
6 19 00
5 19 00
4 19 00
3 19 00
2 19 00
1 19 00

I want to change my war time schedule in ever 24hours (1day) exact 7:30pm ? 7:00 preparation. 7:30pm guildwar start.?

Thanks in advance
05/21/2016 09:13 Мarvіn#2
Check the end of the guildcombat file. The entries listed from you is the start time for Line-Up, everything else (line-up time, preperation time, etc.) is listed below:

Code:
OPEN	14 
{
	WORLDMSG	5000		2706	101 	// TID_GAME_GUILDCOMBAT_OPEN_READY_MSG	
	WARSTATE	180000		101		102 	// NOTENTER_COUNT_STATE	
	WARSTATE	0			102		0 		// ENTER_STATE
	ALLMSG		90000		2710	103 	// TID_GAME_GUILDCOMBAT_OPEN_MSG	
	STATE		0			2		0 		// WAR_STATE
	WARSTATE	100000		103		104 	// MAINTENANCE_STATE	
	WARSTATE	3600000 	104		105 	// WAR_WAR_STATE
	STATE		0			3		0 		// COMPLET_CLOSE_STATE
	WARSTATE	0			105		0 		// WAR_CLOSE_STATE
	WAIT		50000		0		0		// WAIT
	WARSTATE	0			106		0		// WAR_CLOSE_WAIT_STATE
	STATE		30000		4		107		// GM_COLSE_STATE
	WARSTATE	0			107		0 		// WAR_TELEPORT_STATE
}
Just try changing some things and test it on your server.