Help with alchemy proxy!!!

05/17/2011 20:52 Froz3n:)#1
I got error when i try to log in on my account... It passes the account server and than it shows me an error. "Could not connect to the game server."

I will get crazy if this thing fuck up with me like this ...

BTW Here are my configs
Program.cs
Code:
public static string AuthIp = "208.96.34.46";
        public static string ProxyTitle = "[ProjectAlchemy]";
        public static string Version = "v1.1";
        public static string Username = "root";
        public static string Password = "";
        public static string Host = "alchemy";
        public static DMapServer DmapHandler = new DMapServer();
        public static Dictionary<ushort, Ending> PortBindings = new Dictionary<ushort, Ending>();
        public static ushort AuthPort = 9960;
        public static string ProxyIp = "5.240.22.198";
        public static string GameKey = "DR654dt34trg4UI6";
        public static string GameIp = "";
        public static ushort GamePort = 5816;
LoaderSet.ini
Code:
[Loader]
IPAddress=5.240.22.198
LoginPort=5002
GamePort=5000
Website=
Force=
05/17/2011 21:02 BadBoY_AC#2
tried other port? u changed the case 1086 ?
05/17/2011 21:33 Froz3n:)#3
I deleted all from case 1086 and pasted in case 1060 still cant connect also tried with nickersproxy but still i got Disconnected with the game server... :S
05/17/2011 23:04 shitboi#4
your auth port and log in port are inconsistent. in your case, assuming your are using nullable's loader version 5, you should change your loaderset.ini to following

IPAddress=127.0.0.1
LoginPort=9960
GamePort=5816

in your program.cs code that you have qouted above. you should change your
ProxyIp to your current LAN-IP.

to obtain your LAN-IP, you should do this: (run cmd prompt. type in "ipconfig", paste your ipv4 here.)

assuming you have 192.168.0.111 as your current lan ip. you should have this line of code in your program.cs

public static string ProxyIp = "192.168.0.111";

instead of

public static string ProxyIp = "5.240.22.198";
05/18/2011 21:55 Froz3n:)#5
i know but ty anyway i found the stupid problem... It is a client problem... And i'll try with the routers network IP its 192.168.7.2 (since i changed it in the router config)
05/18/2011 23:11 tkblackbelt#6
Well I'll help ya via team viewer if you want add me on it UID: tkblackbelt

But honestly if your having trouble just setting up the proxy, I think you will have a lot of trouble adding in the botting code. So I suggest you learn C# first before trying this.
05/18/2011 23:17 Froz3n:)#7
I'm beginner with C# But thanks to Spirited (Fang) I am learning ATM with BIG help by him. And its set up as it should be he checked it few times and its configured OK
05/18/2011 23:29 Froz3n:)#8
Well the server is running please somebody check if loging in is OK IP 213.135.175.135

i think y'all know about the ports 5001/5002/5003 as login ports

and 5000 as game port

EDIT: and sorry for double post :S