Hello, again ;) I'm not sure it works but, probably i've found correct addresses :
0x41191f - guildwar start hour
0x411931 - guildwar end hour
0x411916 - day of war (0=sunday,6=saturday)
Example for setting war on sunday 12:00-14:00.
procedure WarTime()
{
!s_start:
Message("Activate WarTime script..")
WriteMemoryByte("0x41191f", 12)
WriteMemoryByte("0x411916", 0)
WriteMemoryByte("0x411931", 14)
s_end:
Message("Deactive WarTime script..")
WriteMemoryByte("0x41191f", 21)
WriteMemoryByte("0x411916", 6)
WriteMemoryByte("0x411931", 23)
}
Please check and report



Reply With Quote![[Release] GuildWar time KOSP scripts](http://ragezone.com/hyper728.png)


