Valhalla Legends Archive

Programming => General Programming => Topic started by: Arthas on January 24, 2004, 01:58 AM

Title: C# Battle.net Bot programmers
Post by: Arthas on January 24, 2004, 01:58 AM
Are there any out there besides me?...

lol

Anyways, I'm wondering what the values are in C# as is &H to VB and 0x to C++.

Thanks
Title: Re:C# Battle.net Bot programmers
Post by: o.OV on January 24, 2004, 07:59 AM
Quote from: Arthas on January 24, 2004, 01:58 AM
Are there any out there besides me?...

lol

Anyways, I'm wondering what the values are in C# as is &H to VB and 0x to C++.

Thanks

It's already HEX I think.

0x25 = &H25
0x1E = &H1E
Title: Re:C# Battle.net Bot programmers
Post by: hismajesty on January 24, 2004, 08:26 AM
Feanor wrote a bot in C#. (EMC)
Title: Re:C# Battle.net Bot programmers
Post by: Fr0z3N on January 24, 2004, 08:46 AM
o.ov is correct.
Title: Re:C# Battle.net Bot programmers
Post by: Mesiah / haiseM on January 27, 2004, 08:53 AM
BnetDocs has constants all ready to go, im not sure about c#, but it shouldnt be hard to convert..
Title: Re:C# Battle.net Bot programmers
Post by: MyndFyre on January 28, 2004, 07:09 AM
me