How do you get GW to work on StealsArcher New Soruce
Hey, the title explanes it all, this is what i found, I dont know what to do with it.
Timer GuildWarStart = new Timer();
Timer GuildWarStop = new Timer();
Timer GuildWarStop1min = new Timer();
Timer GuildWarStop2min = new Timer();
Timer GuildWarStop3min = new Timer();
Timer GuildWarStop4min = new Timer();
Timer GuildWarStop5min = new Timer();
Timer GuildWarStop30sec = new Timer();
Re: How do you get GW to work on StealsArcher New Soruce
Quote:
Originally Posted by
hacker1128
Hey, the title explanes it all, this is what i found, I dont know what to do with it.
Timer GuildWarStart = new Timer();
Timer GuildWarStop = new Timer();
Timer GuildWarStop1min = new Timer();
Timer GuildWarStop2min = new Timer();
Timer GuildWarStop3min = new Timer();
Timer GuildWarStop4min = new Timer();
Timer GuildWarStop5min = new Timer();
Timer GuildWarStop30sec = new Timer();
thats just for the timer use this entities for ur source replace it and rebuild and get the powersourceco.exe and put it in debug and it shud fix it Attachment 58341 if u kill the pole it wont say that guild name unless u leave that area and come back idk y but its ok for now for u
Re: How do you get GW to work on StealsArcher New Soruce
Re: How do you get GW to work on StealsArcher New Soruce
Quote:
Originally Posted by
hacker1128
the link is broken?
try this sorry idk y it didnt work that first time but i used megaupload this time
http://www.megaupload.com/?d=9XYDV06I
Re: How do you get GW to work on StealsArcher New Soruce
so all we do is replace the entitles and rebuild it??
how do we start gw??
Re: How do you get GW to work on StealsArcher New Soruce
i think will start automat. I hope so :D
Re: How do you get GW to work on StealsArcher New Soruce
Quote:
Originally Posted by
Ne[o]x
i think will start automat. I hope so :D
that was my idea, i did it gw will start after 1 hour unless steal edited the times. have a look if my commands still there /gwstart1132 or he might have changed it.
Re: How do you get GW to work on StealsArcher New Soruce
My first help for you guys
to ask your question,replace that file,entites.cs,and put in your client.cs this
if (Splitter[0] == "/gwstart")
{
GuildWarStart.Start();
World.SendMsgToAll("Guild War has now started and will last 1 hour", "SYSTEM", 2011);
}
and it will work :)
i hope to learn to code better in near future to help ya more :)...
Re: How do you get GW to work on StealsArcher New Soruce
I get an error 1sec:
System.ArgumentOutOfRangeException: 'minValue' cannot be greater than maxValue.
Parameter name: minValue
at System.Random.Next(Int32 minValue, Int32 maxValue)
at COServer_Project.Mobs.SpawnAllMobs() in C:\Users\Gerble\Desktop\Gurgens Desktop\Steals Server Pack\Source\PowerSource CO\COServerProject1\COServerProject\Entities.cs:line 204
Can you fix that?
Re: How do you get GW to work on StealsArcher New Soruce
is from MobSpowns :))) u put some wrong coords
Re: How do you get GW to work on StealsArcher New Soruce
really?
I don't thin that is the problem
It messed up almost all my spawns up. including GC's
Re: How do you get GW to work on StealsArcher New Soruce
Quote:
Originally Posted by
slackeroner
so all we do is replace the entitles and rebuild it??
how do we start gw??
it starts automaticly i believe
Re: How do you get GW to work on StealsArcher New Soruce
Could somone send me the whole source with the working GWs?
"I still want steals but just edited so GWs work"
** I did download the entities and change some stuff but it didnt work **
Re: How do you get GW to work on StealsArcher New Soruce
kk thanks ill try........be back in 1hour xD
Re: How do you get GW to work on StealsArcher New Soruce
thanks djcristinho got it working
but got this error also not sure what it means
System.ArgumentOutOfRangeException: 'minValue' cannot be greater than maxValue.
Parameter name: minValue
at System.Random.Next(Int32 minValue, Int32 maxValue)
at COServer_Project.Mobs.SpawnAllMobs() in C:\Documents and Settings\gayman 1
\Desktop\Steals Server Pack\Steals Server Pack\Source\PowerSource CO\COServerPro
ject1\COServerProject\Entities.cs:line 204