[(Awesome)RELEASE] CoEmuv2.Nano(5095) Source Code

06/25/2009 07:59 drigoon17#901
can someone tell me how to connect my friends computer to my private server so that we can play, what i will do to my source and client. my source ip use in gameserver databaseconnection.cs was 127.0.0.1 and in connection/mastersocket.cs was SERVER_IP = "203.111.232.210" and SITE_IP = "203.111.232.210". In my LoginServer i use in CSocket.Send(Packets.AuthResponse("127.0.0.1", Key1, Key2)). anyone can tell what should i do? btw i use in my server.dat ip was 127.0.0.1
06/25/2009 08:15 YouGotOwn#902
guys how i can get Mysql username and password ?
06/25/2009 08:37 drigoon17#903
bro.. when you install your mysql. appserv,navicat or whatever it is you are using the password it ask when you install is the password you need. if your using appserv the default username is root.

when you open localhost/phpmyadmin it ask the username and password put username : root and the password: is the password when you install your sql.
06/25/2009 09:24 leavemealone#904
As popular as this source is, It's not that great no offence andy. But it is really messy xD. Everyone just thinks its top shit because its 5095, 5135 is easy to run for.
06/25/2009 09:53 drigoon17#905
have you made your pserver patch 5135? leavemealone?

can you share?
06/25/2009 13:39 leavemealone#906
Yea it is, but the source won't go public My team is working on a major conquer project to bring new features and a new redesigned interface to the community.
06/25/2009 13:48 Kiyono#907
o_O I thought that you didn't work on CO servers anymore.
06/25/2009 14:13 drigoon17#908
Quote:
Originally Posted by leavemealone View Post
Yea it is, but the source won't go public My team is working on a major conquer project to bring new features and a new redesigned interface to the community.
btw can you help me what i will do so that my friend can connect on my server using his computer. i almost done everything to the extent but still can't make my friend connect to my pserver.

can you please....
06/26/2009 12:37 YukiXian#909
Working view equipment :
[Only registered and activated users can see links. Click Here To Register...]
06/26/2009 14:47 dark_hack#910
System.NullReferenceException was unhandled
Message="Object reference not set to an instance of an object."
Source="CoEmu v2 LoginServer"
StackTrace:
at CoEmu_v2_LoginServer.Database.Database.TestConnect ()
at CoEmu_v2_LoginServer.Program.Main(String[] args)
at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.Run UsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context( Object state)
at System.Threading.ExecutionContext.Run(ExecutionCon text executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
InnerException:
06/27/2009 01:32 _tao4229#911
View equipment is like the EAISEST thing to do

I'll release the code from my old source, figure it out from there noobs

Code:
public static void ViewEquip(GameClient Client, DataPacket* Data)
            {
                GameClient Viewed = Database.ClientsOnline[Data->dwParam];
                if (Viewed == null) return;

                ConquerItem View;
                for (byte i = 0; i < 9; i++)
                {
                    View = Viewed.Equipment[i];
                    View.Position = (ushort)(i + 1);
                    View.UID = Viewed.Character.UnqID;
                    View.ItemMode = 4;
                    Client.Send(&View, View.Size);
                }
            }
What's left to figure out?
Well what Data->dwParam is for you guys; and since andy does items differently, i'd say your fucked anyways.
06/27/2009 05:30 n0mansland#912
anyone know C# command that adds socket?

like

Code:
if (LinkBack == 1)
        {
        add socket
also how do you check Items and remove items, I prolly already know em but I havent really been messin around with server for a while..

If you can help thanks I appreciate it..
06/27/2009 13:06 YouGotOwn#913
1- guys every thing doing cool but when i want to login it's said please try again later ....

like login frozen can some help me pls ?

2- i have 5065 and update it to 5095 r this work ?


Thx so much Cool Guide


Have NIce Day All

guys every thing is work but can some one tell me what should i do with this




[Only registered and activated users can see links. Click Here To Register...]


#Merged
06/28/2009 08:29 ferone#914
I have the same error lol
06/28/2009 11:50 lukejonesy#915
hey, Andy, i seem to have a problem with keeping the CoEmu v2 GameServer application open. do you know what the problem might be? or if any1 can help me it would be much appreceitated =) p.s i can't spell lol