Help ProjectAlchemy Help

01/24/2011 16:07 darkopp#1
I need Help about Alchemy
I CANT CONNECT IN GAME AND DONT KNOW WHY (When im connect Show PlayersOnline: 1 and then in game get i get down and show PlayersOnline: 0)
So Any 1 GIVE EASY TUTORIAL HOW TO MAKE PGORAM AND EXAMPLE TO US OR MAKE VIDEO TUTORIAL.

Im doing this:
1.Download Xampp
2.Download Navicast Lite
3.Downlaod Hamachi
4.Install programs
5.Open Xampp and Running Apache and MySql
6.Open Navicast Lite File->New Connections->MySqul ...... Just write alchemy ENTER then double click on alchemy.
7.Open Hamachi My Hamachi ip is 5.221.51.36
8.Open Alchemy Program.cs
im change just This
public static string ProxyIp = "5.221.51.36";
public static ushort GamePort = 5000;
9.Change ip on Bin->Debug->Settings :
IP=5.221.51.36
USERNAME=root
PASSWORD=
DATABASE=alchemy
10.Download Conquer LoaderV4 and change LoaderSet.ini:
[Loader]
IPAddress=5.221.51.36
LoginPort=5002
GamePort=5000
Website=http://www.elitepvpers.com
11.Conquer Loader instal on Conquer Folder
12.Start AlchemyProxy from bin debug
13.Double Click Conquer Loader
14.Conquer Started but i cant log
15.Cant Log... blue line go to half and i get down (IM PLAY ON OLD GROUP SERVER ENTERNITY)


If i do it worng tell me what i need to do
Or Example me more about Xampp and navicatst what i need to do with it
SRY FOR MY BAD ENGLISH
01/24/2011 19:27 demon17#2
Quote:
Originally Posted by darkopp View Post
I need Help about Alchemy
I CANT CONNECT IN GAME AND DONT KNOW WHY (When im connect Show PlayersOnline: 1 and then in game get i get down and show PlayersOnline: 0)
So Any 1 GIVE EASY TUTORIAL HOW TO MAKE PGORAM AND EXAMPLE TO US OR MAKE VIDEO TUTORIAL.

Im doing this:
1.Download Xampp
2.Download Navicast Lite
3.Downlaod Hamachi
4.Install programs
5.Open Xampp and Running Apache and MySql
6.Open Navicast Lite File->New Connections->MySqul ...... Just write alchemy ENTER then double click on alchemy.<----Also need to make a working one . (*)
7.Open Hamachi My Hamachi ip is 5.221.51.36
8.Open Alchemy Program.cs
im change just This
public static string ProxyIp = "5.221.51.36";<---This is the only 1 thing wich you need to change in Program.cs(**)
public static ushort GamePort = 5000;
9.Change ip on Bin->Debug->Settings :
IP=5.221.51.36<-----You also need to change in Relase and Debug . xD
USERNAME=root
PASSWORD=
DATABASE=alchemy
10.Download Conquer LoaderV4 and change LoaderSet.ini:
[Loader]
IPAddress=5.221.51.36
LoginPort=5002
GamePort=5000
Website=http://www.elitepvpers.com
11.Conquer Loader instal on Conquer Folder
12.Start AlchemyProxy from bin debug
13.Double Click Conquer Loader
14.Conquer Started but i cant log
15.Cant Log... blue line go to half and i get down (IM PLAY ON OLD GROUP SERVER ENTERNITY) <---- This should be 5002 at LoginPort In LoaderSet.


If i do it worng tell me what i need to do
Or Example me more about Xampp and navicatst what i need to do with it
SRY FOR MY BAD ENGLISH


Lets Explain the (*) and (**) :))
(*)

1. Instal XAMPP
2. Start XAMPP ( folow the cmd window and sett all the things .. )
3. After started successfully It will Apare near the "Clock"
4. Select MySql and Apachi . After that start them
5. Open your Mozila / Opera And type :
5.1 [Only registered and activated users can see links. Click Here To Register...] Press enter and w8 till connect ,, few seconds
5.2 Create New DataBase :
5.3 name Alchemy
5.4 After creation it will show up successful created
5.5 Then You will see
Structure,SQL,Search,Query,Export,Import,Operation s,Privileges,Drop
=Sellect the SQL
5.6 It will show up somthing where you can paste code or write it yourself but you go to your folder/ desktop where you have the alchemy source .. you will see the alchemy.sql file .. Open it and copy all from him with a simple control + c
Than go back to your [Only registered and activated users can see links. Click Here To Register...] and in the created database at SQL paste it and press GO
5.7 After This You open the Navicat(6)

6. Open Navicat .
6.1 New MySql DB
6.2
Connection Name . (same as in your created database ..) alchemy
Host Name/IP Adress . Needs to be localhost
Port . not need to be changed
UserName - Not need (defauld - root)
Password - Not need . Cleared space
Press Ok.
Now it will apare in your Connections
Duble Click > connected
Select Alchemy From them (alchemy)
RightClick and Execute MySql File
Execute the mysql file .
--==Your Db is created=---



(**)
This should look like this
Code:
public static string AuthIp = "208.96.34.46";
        public static string ProxyTitle = "[AlchemyProxy]";
        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 = 9959;
        public static string ProxyIp = "YourHamachiIP";
        public static string GameKey = "DR654dt34trg4UI6";
        public static string GameIp = "";
        public static ushort GamePort = 5816;
        public static bool Debug = false;


I Think This is helpfull

Now After changing the Ip in your
Bin>Debug/Relase>
and also in
The Program CS

In your VisualStudio2010 you go up to toolbar and see Build . Press Rebuild solution..
Exit and now go to bin>debug or Relase > Alchemy.exe ..
You can execute and try to use

When you are using the posted Source .. No functionality in .. Only things like
/dc
/cyc 1/2
/update 11 2072012001

Have FUN