[Release]My Source

11/05/2009 22:57 Jay1029#121
Yes...now people see. You cant even set up the server so idk where you fags are getting your screenshots...And when I say you fags, I mean the ppl that posted the screenies showing some bullshit lol
11/05/2009 22:59 MeYuly14#122
#reported CurseOfExcalibur !
11/06/2009 21:58 mondialul#123
MeYuly14 ......please send me your yahoo messenger i from romania :D .......u can add me Scorpionul_thebest ...i need tutorial for how install this source ...pls help me !
11/06/2009 22:08 Jay1029#124
When I try to log in it stays at the part where it says "Logging into account server" then just logs me out and says "Failed to connect to the game server. Please re log in" And my login server says that my account is logging into my server. On the game server it says "Connection timed out"

This is what I have done since I downloaded the source. Tell me if I did it wrong for forgot something.
In the GameServer I did this:
1. Opened MasterSocket.cs
2. Edited SERVER_IP to my IP address
3. Opened DatabaseConnection.cs
4. Edited it to make it look like this
Quote:
public const string USER_NAME = "root";
public static string PASSWORD = "12345";
public const string SERVER = "localhost";
public const string DATA_BASE = "conqueremu";
static MySqlConnection conn = new MySqlConnection("Server=" + SERVER + ";Database='" + DATA_BASE + "';Username='" + USER_NAME + "';Password='" + PASSWORD + "';");
static bool did = false;
In the LoginServer I did this:
1. I did nothing in Socket.cs
2. Opened DatabaseConnection.cs
3. Edited it to make it look like this
Quote:
public const string USER_NAME = "root";
public const string PASSWORD = "12345";
public const string SERVER = "127.0.0.1";
public const string DATA_BASE = "conqueremu";
4. I did nothing in PacketProcessor
Please tell me if I did anything wrong or forgot something. And tell me if I need to be more clear on what I did or not. Thanks =p
11/06/2009 22:51 Trashiik#125
Very Very Very nice Source ! Good Job guy ;)
Thanks.
11/06/2009 22:57 -Shunsui-#126
Quote:
Originally Posted by Jay1029 View Post
Yes...now people see. You cant even set up the server so idk where you fags are getting your screenshots...And when I say you fags, I mean the ppl that posted the screenies showing some bullshit lol
Fack u JAY -.- wat u trying to say lol


|Jose!xD|
11/07/2009 03:35 Jay1029#127
@flako27
Well it seems as if I made a mistake. Socket.cs replaces what would normally be MasterSocket.cs

@EVERYONE
Can someone please go through the steps on how to set up this source? I have tried since 4:30 to get it running and now its 9:35 =(
It seems like a great source, I'd like to check it out but I can't get logged in =\
11/07/2009 04:05 geloux#128
it worked for me have i few bugs but nice release...
he worked hard on it xD
11/07/2009 16:50 BannedUser#129
Where is the client update? And what does it do?
Are you sure this isn't 5095?
11/07/2009 20:07 |xabi|#130
tyyyyyyyyyyyyyyyyyyyyyyyyyyy
11/07/2009 21:13 -Shunsui-#131
Quote:
Originally Posted by Jay1029 View Post
@flako27
Well it seems as if I made a mistake. Socket.cs replaces what would normally be MasterSocket.cs

@EVERYONE
Can someone please go through the steps on how to set up this source? I have tried since 4:30 to get it running and now its 9:35 =(
It seems like a great source, I'd like to check it out but I can't get logged in =\
Grats u got it working
11/08/2009 13:11 KenchaNNN#132
[Only registered and activated users can see links. Click Here To Register...]

I can't logg in.

this is my server.dat:


<?xml version="1.0"?>
<mysqldump xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<database name="cq2">
<table_structure name="outenserver">
<field Field="id" Type="smallint(1) unsigned zerofill" Null="NO" Key="PRI" Default="0" Extra="" />
<field Field="ServerName" Type="varchar(32)" Null="YES" Key="" Extra="" />
<field Field="ServerIP" Type="varchar(15)" Null="YES" Key="" Extra="" />
<field Field="ServerPort" Type="int(1) unsigned" Null="YES" Key="" Extra="" />
<field Field="FlashName" Type="varchar(32)" Null="YES" Key="" Extra="" />
<field Field="FlashIcon" Type="varchar(32)" Null="YES" Key="" Extra="" />
<field Field="FlashHint" Type="varchar(128)" Null="YES" Key="" Extra="" />
<field Field="Child" Type="tinyint(1) unsigned zerofill" Null="NO" Key="" Default="0" Extra="" />
<key Table="outenserver" Non_unique="0" Key_name="id" Seq_in_index="1" Column_name="id" Collation="A" Cardinality="97" Null="" Index_type="BTREE" Comment="" />
<options Name="outenserver" Engine="MyISAM" Version="10" Row_format="Dynamic" Rows="97" Avg_row_length="58" Data_length="5644" Max_data_length="281474976710655" Index_length="2048" Data_free="0" Create_time="2008-11-26 08:33:09" Update_time="2008-12-18 08:39:35" Collation="latin1_swedish_ci" Create_options="" Comment="" />
</table_structure>
<table_data name="outenserver">
<row>
<field name="id">0</field>
<field name="ServerName"></field>
<field name="ServerIP"></field>
<field name="ServerPort">0</field>
<field name="FlashName"></field>
<field name="FlashIcon"></field>
<field name="FlashHint"></field>
<field name="Child">1</field>
</row>
<row>
<field name="id">1</field>
<field name="ServerName"></field>
<field name="ServerIP"></field>
<field name="ServerPort">0</field>
<field name="FlashName">Group1</field>
<field name="FlashIcon">Group11.swf</field>
<field name="FlashHint"></field>
<field name="Child">1</field>
</row>
<row>
<field name="id">101</field>
<field name="ServerName">CoTest</field>
<field name="ServerIP">127.0.0.1</field>
<field name="ServerPort">9958</field>
<field name="FlashName">CoTest</field>
<field name="FlashIcon">Group3/server2.swf</field>
<field name="FlashHint">localhost</field>
<field name="Child">0</field>
</row>
</table_data>
</database>
</mysqldump>
11/10/2009 01:53 Jay1029#133
@flako27
Where in my post did it say I got it working? I said I need someone to tell me the steps because Ive tried everything..
I'm getting the same error as KenchaNNN btw
11/10/2009 07:32 Tw3ak#134
Quote:
Originally Posted by Jay1029 View Post
@flako27
Where in my post did it say I got it working? I said I need someone to tell me the steps because Ive tried everything..
I'm getting the same error as KenchaNNN btw
lmao u still trying to run this GARBAGE source ? Why are u trying so hard to get it running ? It is absolutely trash and nothing works right at all it is bugged beond belief.

So quit posting how to get it working just so u can whine later how disappointed u are that you wasted your time, It is a total POS source done by some one that has no clue what they were doin.

Go run a clean coemuv2 and just add the npcs and stuff yourself at least then it will run right lol This is a wannabe edited coemuv2 that was botched to hell and sucks.
11/10/2009 15:58 bazoka2020#135
plz can any one tell me a guide to make it up ??? :(