[Release] GuildWar time KOSP scripts
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
Re: [Release] GuildWar time KOSP scripts :)
If you have time please make KSP files of all ur release... I don't wanna make mistake on making it myself....
Re: [Release] GuildWar time KOSP scripts :)
Quote:
Originally Posted by
ObuolYs
If you have time please make KSP files of all ur release... I don't wanna make mistake on making it myself....
how hard can it be make a new textfile copy and paste this code and rename it to .ksp
1 Attachment(s)
Re: [Release] GuildWar time KOSP scripts :)
dont forget to de-compress it... hehe
here:
Re: [Release] GuildWar time KOSP scripts :)
Quote:
Originally Posted by
Dopestar
how hard can it be make a new textfile copy and paste this code and rename it to .ksp
And it should works perfect ^^?
Re: [Release] GuildWar time KOSP scripts :)
if you are able to copy this lines, yes, why not?
Now a script for the declare time would be nice ^.^
Re: [Release] GuildWar time KOSP scripts :)
Anyone tested this? doesnt work for me
Re: [Release] GuildWar time KOSP scripts :)
the start is working but don'T know the ending :P
Re: [Release] GuildWar time KOSP scripts :)
Its incomplete, but very easy to fix with this example. And dont forget to change warrequest time :P
Re: [Release] GuildWar time KOSP scripts :)
n1 release, maybe aylen put it in kosp/kocp as standart^^
Re: [Release] GuildWar time KOSP scripts :)
My war works, although its at the wrong time...I set the script at 1pm to start on saturday and end at 2pm... but it happens 6 hours earlier than it shoul 0.o
procedure WarTime()
{
!s_start:
Message("Activate WarTime script..")
WriteMemoryByte("0x41191f", 13)
WriteMemoryByte("0x411916", 6)
WriteMemoryByte("0x411931", 14)
s_end:
Message("Deactive WarTime script..")
WriteMemoryByte("0x41191f", 21)
WriteMemoryByte("0x411916", 6)
WriteMemoryByte("0x411931", 23)
}
Any help?
Re: [Release] GuildWar time KOSP scripts :)
n1 and ty for rls but my pc is on friday 10:55
script is
procedure WarTime()
{
!s_start:
Message("Activate WarTime script...")
WriteMemoryByte("0x41191f", 11)
WriteMemoryByte("0x411916", 5)
WriteMemoryByte("0x411931", 13)
s_end:
Message("Deactive WarTime script...")
WriteMemoryByte("0x41191f", 21)
WriteMemoryByte("0x411916", 6)
WriteMemoryByte("0x411931", 23)
}
so it should start in 5 min or ? but it wont >.< what did i wrong ?
Re: [Release] GuildWar time KOSP scripts :)
U set start and and in same time
Re: [Release] GuildWar time KOSP scripts :)
just wrote it wrong here
edited it
Re: [Release] GuildWar time KOSP scripts :)
Did u wrote worng here?U just copy from Goobed post end function now...Do you rlly have same script on ur server? If u just made it, there reboot server