Release - C# 4267 Source

11/10/2012 15:41 cloudwind360#91
public static bool LoadPortal(GameClient Client, ushort X, ushort Y)
{
string[] Contents = File.ReadAllLines(Location + "Portals.txt");
foreach (string Content in Contents)
{
string[] HArray = Content.Split(' ');
if (HArray[0] == Client.Entity.MapID.ToString() && Kernel.GetDistance(Client.Entity.X,
Client.Entity.Y, ushort.Parse(HArray[1]), ushort.Parse(HArray[2])) <= 20)
{
Client.Entity.MapID = new Map(Convert.ToUInt16(HArray[3]));
Client.Entity.X = Convert.ToUInt16(HArray[4]);
Client.Entity.Y = Convert.ToUInt16(HArray[5]);
return true;
}
}
return false;
}


where do i put that?
11/12/2012 00:19 spencer1234#92
uhh... #1. Where can i find client 4267?? #2. When i try to connect the source to navicat....the mysql file isnt there.... #3. There's no npc/monster/ server turn on things....
11/13/2012 18:33 .Beatz#93
Quote:
Originally Posted by spencer1234 View Post
uhh... #1. Where can i find client 4267?? #2. When i try to connect the source to navicat....the mysql file isnt there.... #3. There's no npc/monster/ server turn on things....
#1, Search Google or use the All Clients list on epvp

#2, Have you made the MySql database? If you have check that the user has sufficient privileges to access the table

#3, Dont understand what you mean
01/23/2013 03:02 Darkstorm101#94
i cant create a account all i get is this

INSERT INTO `conquer`.`accounts` (
`Id` ,
`Name` ,
`Password` ,
`LoginAction` ,
`Character` ,
`Flag` ,
`RegIP`
)
VALUES (
'1', 'Username', 'Password', '2', NULL , '3', 'IP'
), (
'0', '', NULL , '0', NULL , '0', 'Error'
)

MySQL said: Documentation
#1062 - Duplicate entry '1' for key 1

EDIT: nevermind me being stupid again lol had to access db through navicat wasn't showing me that i already had accounts in my table
03/09/2013 17:39 N.I.G.H.T.M.A.R.E#95
Loarder, where i find patch ?
12/16/2015 05:36 MagicXD#96
Where can we found 4267 client?
12/16/2015 05:48 Spirited#97
Quote:
Originally Posted by MagicXD View Post
Where can we found 4267 client?
Stickied to the top of this section... like it has always been. Also, does nobody in this dense as fuck community know how to read a forum? This has to be the most spammed shit here. "I want client", "I want source", well I want all of you dense asshats to fuck off to the egy community and stop spewing shit on us.
12/16/2015 07:22 NewbieKid#98
when i try to Build the RedemptionCO Project.. it stops in this (its in the screenshot) i wonder why it stops there.

thanks!
12/16/2015 07:51 Spirited#99
Quote:
Originally Posted by NewbieKid View Post
when i try to Build the RedemptionCO Project.. it stops in this (its in the screenshot) i wonder why it stops there.

thanks!
It says why. Do you not know anything about networking? You can only have one listening application per port.
12/16/2015 08:16 NewbieKid#100
Quote:
Originally Posted by Spirited View Post
It says why. Do you not know anything about networking? You can only have one listening application per port.
thanks for the respond but when i tried to download a client from the sticky thread, it's not working :)

i like Classic Server hope i could find 1 except Redux..
12/16/2015 09:05 Spirited#101
Quote:
Originally Posted by NewbieKid View Post
thanks for the respond but when i tried to download a client from the sticky thread, it's not working :)

i like Classic Server hope i could find 1 except Redux..
Then read. There are mirrors.
Seriously people. Fucking read.
12/16/2015 11:27 Asphy×ia#102
Quote:
Originally Posted by NewbieKid View Post
thanks for the respond but when i tried to download a client from the sticky thread, it's not working :)

i like Classic Server hope i could find 1 except Redux..
There are many clients available to the community all over the forum, not just in that sticky. I would advise you to google your questions if you can't find them answered here. Search epvp -> Google it -> Create a thread. People here can indeed help you, but when it's such a simple problem - literally stated in front of your face, it rubs these guys. Most of your problems can be fixed without even creating a thread here.

I would advise before even attempting at going at a server, read some tuts, a lot of them actually. You'd be surprised what you could learn in a week. After that, you should download a more 'prestigious' source - not that any public one is; though, some are much more vouched for than others. Read through the source, and begin to understand how it works. From there you should be able to understand what your changes are doing in the source, what the errors mean, etc. It's not that tough. You want it to work, we realize that, but work takes time and patience. If it was so easy, everyone would be doing it. Put the work in. Remember - what's a car with no engine?
12/20/2015 01:30 arneljan#103
Is This Have GuildWar Event and Command Cheat Items For GM Account?
12/26/2015 06:06 lostsolder05#104
Quote:
Originally Posted by arneljan View Post
Is This Have GuildWar Event and Command Cheat Items For GM Account?
It has Guild Wars but if I remember correctly it constantly runs; never ending. I 'fixed' this in a private revision for a friend but unfortunately cannot release it at this time. :p

For commands please refer to ConquerCommand.cs located in the Main -> Commands folder.