Stripped ProjectAlchemy Source Code

02/01/2011 15:18 Omdiw#841
Hi,
Here is version without database and settings.
All you have to do is change ip in program.cs and in LoaderSet to your static, hamachi ip.
Here is link:
[Only registered and activated users can see links. Click Here To Register...]
02/01/2011 16:08 biancardi#842
Hi, im having problem coding the fatal strike \/
[Only registered and activated users can see links. Click Here To Register...]

it only kills 90 mobs per fatalstrike. . . . . and is too slow!
.
this is the only way i thought to make it work. . but it seems not working properly...
.
can someone give me some pointers?. . not the full code, just some pointers. . what i did wrong and right. . . .
.
Thanks in advance!
02/01/2011 17:59 pinczer12#843
Quote:
Hi,
Here is version without database and settings.
All you have to do is change ip in program.cs and in LoaderSet to your static, hamachi ip.
Here is link:
AlchemyProxy.rar
ok but how to turn on the loader and entered the password and confirm the client off
02/01/2011 18:16 demon17#844
Quote:
Originally Posted by biancardi View Post
Hi, im having problem coding the fatal strike \/
[Only registered and activated users can see links. Click Here To Register...]

it only kills 90 mobs per fatalstrike. . . . . and is too slow!
.
this is the only way i thought to make it work. . but it seems not working properly...
.
can someone give me some pointers?. . not the full code, just some pointers. . what i did wrong and right. . . .
.
Thanks in advance!
This is look like oeals source .. but the kill / fs depends in what lvl , attac you have and what mob you attack ..

I suggest you to try this .. :
-hunt
-/update 11 2072012001
-speed jump 70
-speed update 70
-speed attack 55
-hitstokill 1

With this speeds i can kill 80-150 Monsters in FRG 3 xD , and 100-250 hawkings ..
02/01/2011 18:38 Omdiw#845
Quote:
ok but how to turn on the loader and entered the password and confirm the client off
You have loader in the rar and you need copy it to folder with conquer, then you lunch proxy and loader, after changing ip in loader and in program.cs
02/01/2011 19:39 pinczer12#846
Look

[Only registered and activated users can see links. Click Here To Register...]
02/01/2011 20:06 biancardi#847
Quote:
Originally Posted by pinczer12 View Post
Look

[Only registered and activated users can see links. Click Here To Register...]
it looks like u are trying to open the proxy with Visual C# 2008. . . . try it with Visual C# 2010
02/01/2011 20:09 pinczer12#848
what do I like? but ok
02/01/2011 20:14 Omdiw#849
pinczer12 you need open it in vc# 2010 like biancardi
said...
Then all should look good, like in my compilator.
02/01/2011 20:57 pinczer12#850
but I was wrong. is all thanks
02/01/2011 23:21 pinczer12#851
ok 1 more thing / hunt does not work
02/02/2011 00:11 biancardi#852
1- dont double post. . .

2- p4n didnt released a bot. . . he released a proxy. . YOU have to code the bot!, or any feature that u like.
.
.
.
.
.
I'm so excited that i made my Fast FS work!. . . .and I already have a full working/stable Tao bot!. . .. now im heading to item picking/dropping =D
02/02/2011 00:33 warning3#853
Eh.. Can anyone send me a link to download a mysql with Innodb enabled?
02/02/2011 05:32 pro4never#854
Quote:
Originally Posted by warning3 View Post
Eh.. Can anyone send me a link to download a mysql with Innodb enabled?
[Only registered and activated users can see links. Click Here To Register...]

Then search for mysql server ^^

Or you could use a repackaged version of sql such as comes with Xampp.

Innodb should work on almost all versions of sql. I forget but I might be using a 32 bit dll in this project for sql or a 64 bit one. Chances are your operating system is not the same as the dll in use. (I honestly don't remember which one I was using. I think this one was using 64 bit though, old proxy was forced 32 bit but I changed that in more recent stuff).

You could just remove the database entirely... it's not used for anything lol.
02/02/2011 11:00 denominator#855
Ok so I have been watching some C# tutorials and am trying to work something out lol. How do I change it from shutting the GUI down to just disconnecting a client when the box is checked?

Code:
private void checkBox1_CheckedChanged(object sender, EventArgs e)
        {
            if (checkBox1.Checked == true)
            {
                Owner.DcAllPlayers = true;
            }
        }
I am desperately trying to learn because there are some really simple tutorials but don`t necessarily cover most of the issues needed but give a within reason understanding of how simple some things can be coded such as a digital clock and webbrowser both of which I accomplished lol