CO Private Server

05/24/2006 20:21 aidas2004#466
kavsnet> could u translate to English, coz i bored to use google translation tool every time xD
05/24/2006 20:41 vDrag0n#467
If someone can test it (i dont have the visual c# installed), let me know i'll make for other skills.
05/24/2006 23:19 lostsolder05#468
all i got out of that was aim bot
05/25/2006 01:57 lostsolder05#469
Here this might be usefull

Item ids
05/25/2006 02:25 lostsolder05#470
so its like

0b 00 0a 01 d5 05 b9 ??
oops srry agin
05/25/2006 07:14 wakyy#471
how can i get the password for this?
05/25/2006 07:43 aidas2004#472
lostsolder05> lol, we have alread yItems Ideas, it was posted 2-3 threads back...
wakyy> what u talking about? If u need password for VS Project, then simple disable Password Sign In, in the Project Properties menu. Read all posts and u wont need to ask this thousand times again...
05/25/2006 11:20 BiohazarD1337#473
aidas2004> im only using the stuff that is posted here, made it work and now im playing, but without mobs , npc's and items..
05/25/2006 13:52 lostsolder05#474
oops ok srry didnt see that
05/26/2006 02:07 vDrag0n#475
Yo hyb, I tested it and seems not to work lol :P

If anyone manage to get at least FB working, post here so we can try to make the other skills also.

Adidas, could you post the latest files so we can actually work on ONE thing instead each one have a "part of it".

The server might be fautly or whatever but would be fun to train fb with some local friends with low ping
05/26/2006 09:27 Hybris#476
For making FB working you need, First to add it with my packet, then using a Stamina packet (yes...FB uses Stamina :P) and then make a fonction in the server that recognize the packet you send while attacking and sends another packet with the real attack.
05/26/2006 13:16 aidas2004#477
Hybris> thats right...
05/27/2006 03:29 vDrag0n#478
The thing is, the character cant even learn FB if you got me :P

adidas, mind post the latest sources that are getting edited?
05/28/2006 20:18 Hybris#479
vDrag0n> The Packet for FastBlade skill learn is :

public static byte [] FastBlade()
{
byte [] PacketData = new byte[0x0c];
PacketData[0] = 0x0c;
PacketData[1] = 0x00;
PacketData[2] = 0x4f;
PacketData[3] = 0x04;
PacketData[4] = 0x00; //Exp
PacketData[5] = 0x00; // '
PacketData[6] = 0x00; // '
PacketData[7] = 0x00; // '
PacketData[8] = 0x15; //Skill ID
PacketData[9] = 0x04; // '
PacketData[0x0a] = 0x04; //Level
PacketData[0x0b] = 0x00; // '
return PacketData;
}
05/30/2006 23:58 jolt99#480
Hello.I am really close, i followed this tut [Only registered and activated users can see links. Click Here To Register...]
by SpanKyn and on step #7 wen i press debugg then listen is it suppose to show somethin? cuz after i press listen it doesnt do anythin.

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