Valhalla Legends Archive

Programming => Battle.net Bot Development => Battle.net Bot Development References => Topic started by: Spht on June 12, 2004, 12:02 PM

Title: Battle.net Bot Development References
Post by: Spht on June 12, 2004, 12:02 PM
Reply to this thread with useful threads/posts which you think should be moved to this forum.  Last reply to the thread must be a month or more old.
Title: Re:Battle.net Bot Development References
Post by: Tuberload on June 12, 2004, 05:34 PM
I know this is off topic for this thread, but I have some ideas for the reference and thought this would be the best forum to discuss them.

I was thinking the reference forum could be organized by category. Separate threads could be created for those different categories such as Packet Information, Source Code, Feature Discussions, etc...

One problem I see with just linking to the references is that over time they will get deleted when the database gets to big and starts removing the oldest threads. Maybe they could be moved directly to this forum to help prevent loss of information?

Another problem is that a lot of the threads I listed have good information in them, but they also contain a lot of unhelpful information as well. I personally think cleaning them up would a good idea, but it would require a lot of work.

These are just some of my ideas. I know that they would require a lot of work on the part of a moderator, so if a decision is reached on how this forum will operate, I would be willing to take on the task if nobody else would like to.
Title: Re:Battle.net Bot Development References
Post by: UserLoser. on June 12, 2004, 06:54 PM
New Logon System packet formats (http://www.userloser.net/packetref/nlspackets.asp)
Title: Re:Battle.net Bot Development References
Post by: hismajesty on June 12, 2004, 07:47 PM
Code Snippet: 0x09 (http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=750)
Finding OS Information (http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=615)
Safelist (http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=616)
URL Detection (http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=560)
Wildcards (http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=517)
EM_AUTOURLDETECT Link Color (http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=1068)
SID_READUSERDATA Info. (http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=1116)
Snippet: CalcHashBuf (http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=1208)
Hex Protection (http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=642)
More Hex Protection (http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=1397)
Spam Ban (http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=1416)
SnpBind(), SnpQuery()?
(http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=1738)Stopping Beep (http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=1872)
W3XP Icon Tiers (http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=1859)
Using Winsock Index (http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=2147)
Game Creation (http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=2745)
Random Quotes (http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=3129)
Queue Sharing (http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=3482)
Protocol Information (http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=4311)
Snippet: 0x7D (http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=5092)
GetTimeZoneInformation (http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=5119)
Phrase Bans (http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=5508)
UDP Plug (http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=5288)
Winamp Support (http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=5410)

Sorry if any were repeats, I got tired and stopped checking. :P

Edit: By the time I finished (took a while but I also was talking on bnet) UserLoser posted and Tuberload edited his post again. Hopefully there aren't too many repeats now. This is ordered from oldest to newest.
Title: Re:Battle.net Bot Development References
Post by: Spht on June 12, 2004, 08:25 PM
Nicely done Tuberload.  I think we'll slowly move threads over here and fabricate them as we add to keep things better organized.  For now, this thread can be used as a reference until useful threads are moved over here and patched up.
Title: Re:Battle.net Bot Development References
Post by: BinaryzL on June 12, 2004, 09:07 PM
C -> S 0x2E SID_LADDERREQ (http://binary.zodiaclegends.com/BNETDocs/BNETDocs/Packets/0x2E/CS.htm)

S -> C 0x2E SID_LADDERREQ (http://binary.zodiaclegends.com/BNETDocs/BNETDocs/Packets/0x2E/SC.htm)

[VB]Sloppy Incomplete VB Checkrevision function (http://www.binary.zodiaclegends.com/Downloads/clsCheckRevision.cls)
Title: Re:Battle.net Bot Development References
Post by: Eric on June 12, 2004, 09:46 PM
Quote from: BinaryzL on June 12, 2004, 09:07 PM
C -> S 0x2E SID_LADDERREQ (http://binary.zodiaclegends.com/BNETDocs/BNETDocs/Packets/0x2E/CS.htm)

S -> C 0x2E SID_LADDERREQ (http://binary.zodiaclegends.com/BNETDocs/BNETDocs/Packets/0x2E/SC.htm)

[VB]Sloppy Incomplete VB Checkrevision function (http://www.binary.zodiaclegends.com/Downloads/clsCheckRevision.cls)

Thanks for not only ripping me out of the credits on the CheckRevision(), but for ripping out YobGuls as well!
Title: Re:Battle.net Bot Development References
Post by: l)ragon on June 12, 2004, 10:17 PM
Quote from: BinaryzL on June 12, 2004, 09:07 PM
[VB]Sloppy Incomplete VB Checkrevision function (http://www.binary.zodiaclegends.com/Downloads/clsCheckRevision.cls)

[VB]Exeinfo (http://forum.valhallalegends.com/phpbbs/index.php?board=31;action=display;threadid=4695)
to go with your class that i just glanced over
Title: Re:Battle.net Bot Development References
Post by: UserLoser. on June 12, 2004, 11:27 PM
Quote from: BinaryzL on June 12, 2004, 09:07 PM
C -> S 0x2E SID_LADDERREQ (http://binary.zodiaclegends.com/BNETDocs/BNETDocs/Packets/0x2E/CS.htm)

S -> C 0x2E SID_LADDERREQ (http://binary.zodiaclegends.com/BNETDocs/BNETDocs/Packets/0x2E/SC.htm)

[VB]Sloppy Incomplete VB Checkrevision function (http://www.binary.zodiaclegends.com/Downloads/clsCheckRevision.cls)


Note: 0x2E's formal name is SID_GETLADDERDATA.
Title: Re:Battle.net Bot Development References
Post by: l)ragon on June 13, 2004, 02:13 AM
there [VB] Packet 0x09 (http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=750) looks better suited for this board now dont you think lol.
Title: Re:Battle.net Bot Development References
Post by: Stealth on June 13, 2004, 02:56 AM
Warcraft III Statstring Parsing (http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=2984)
Title: Re:Battle.net Bot Development References
Post by: hismajesty on June 13, 2004, 07:56 AM
Quote from: Tuberload on June 12, 2004, 02:57 PM
[VB]Finding OS Information (http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=615)

I redid/extended/clarified this: Here (http://forum.valhallalegends.com/phpbbs/index.php?board=31;action=display;threadid=7234)
Title: Re:Battle.net Bot Development References
Post by: BinaryzL on June 13, 2004, 08:45 AM
Quote from: LoRd[nK] on June 12, 2004, 09:46 PM
Quote from: BinaryzL on June 12, 2004, 09:07 PM
C -> S 0x2E SID_LADDERREQ (http://binary.zodiaclegends.com/BNETDocs/BNETDocs/Packets/0x2E/CS.htm)

S -> C 0x2E SID_LADDERREQ (http://binary.zodiaclegends.com/BNETDocs/BNETDocs/Packets/0x2E/SC.htm)

[VB]Sloppy Incomplete VB Checkrevision function (http://www.binary.zodiaclegends.com/Downloads/clsCheckRevision.cls)

Thanks for not only ripping me out of the credits on the CheckRevision(), but for ripping out YobGuls as well!

I didn't rip you off...


Quote from: dRAgoN on June 13, 2004, 02:13 AM
there [VB] Packet 0x09 (http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=750) looks better suited for this board now dont you think lol.

lol thanks for posting that now after It took me awhile to figure out how to convert the IP, port, and other things. =p.
Title: Re:Battle.net Bot Development References
Post by: UserLoser. on June 13, 2004, 01:12 PM
Full clan packet documentation (http://www.userloser.net/packetref/clanpackets.asp)
Full friends' list packet documentation (http://www.userloser.net/packetref/friendspackets.asp)
FTP protocols v1 and v2 (http://www.userloser.net/packetref/ftpprotocol.asp)
Title: Re:Battle.net Bot Development References
Post by: MyndFyre on June 20, 2004, 06:35 PM
Warcraft III Profile Parsing (http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=7353)

Yup.  I'm blowing my own horn.
Title: Re:Battle.net Bot Development References
Post by: Spht on June 21, 2004, 02:33 PM
That's a lot of threads to fabricate and move.  Any suggestions?
Title: Re:Battle.net Bot Development References
Post by: Tuberload on June 21, 2004, 03:22 PM
Quote from: Spht on June 21, 2004, 02:33 PM
That's a lot of threads to fabricate and move.  Any suggestions?

I'll do it.  :)

My idea was to move all of the reference content here and clean it up. Then create a reference index, sort of like what you already have, and link it to the content. Would require a lot of work, but I think that would be the best route to go if you wanted them to remain clean and preserved.
Title: Re:Battle.net Bot Development References
Post by: Spht on June 21, 2004, 03:32 PM
Quote from: Tuberload on June 21, 2004, 03:22 PM
Quote from: Spht on June 21, 2004, 02:33 PM
That's a lot of threads to fabricate and move.  Any suggestions?

I'll do it.  :)

My idea was to move all of the reference content here and clean it up. Then create a reference index, sort of like what you already have, and link it to the content. Would require a lot of work, but I think that would be the best route to go if you wanted them to remain clean and preserved.

I'll move the threads you listed here for you, and you can clean them up / lock them, and maintain the reference link list (in this thread).
Title: Re:Battle.net Bot Development References
Post by: Spht on June 21, 2004, 04:19 PM
Moves done.

Have fun!
Title: Re:Battle.net Bot Development References
Post by: Tuberload on June 21, 2004, 04:35 PM
Quote from: Spht on June 21, 2004, 04:19 PM
Moves done.

Have fun!

Yes, I am now trying to figure out what I got myself into.  :) It should be done shortly.
Title: Re:Battle.net Bot Development References
Post by: Spht on June 22, 2004, 07:31 PM
You can unlock them if you want to bother with moderating replies.  Some people may want to add on.
Title: Re:Battle.net Bot Development References
Post by: Tuberload on June 22, 2004, 10:12 PM
If anyone wants to add something to any of the reference material just IM me and I will unlock it for you. I don't feel like trying to keep up on what is being added.
Title: Re:Battle.net Bot Development References
Post by: iGotPropz on August 28, 2004, 09:18 PM
http://www.pscode.com/vb/scripts/ShowCodeAsText.asp?txtCodeId=1130&lngWId=10

a C# Version of the SocketClass some VB users have been using, this total helped me. I am almosy 99% sure its the same class, just converted to C#.
(Its from the same source I know the VB one is)