Rebirth is a completely new version of AbyssBot, only a billion times better. A bunch of the BnetConnection class is based off of Lead's Hyperion project, and the interface is (admittedly), a tad similar. I've been working on it for a couple weeks now, I think, and it's coming along nicely.
Right now I'm going for complete customizationablityness.
Some pictures, some of which are kind of old:
(http://rabbitx86.net/rebirth/images/bnet.png)
(http://rabbitx86.net/rebirth/images/lolhugefont.png)
(http://rabbitx86.net/rebirth/images/normal.png)
(http://rabbitx86.net/rebirth/images/rebirth_ru.png)
(http://rabbitx86.net/rebirth/images/rebirthde.png)
(http://rabbitx86.net/rebirth/images/ugh.png)
That last one is just a PoC about custom colors. I have since deleted that color scheme for the good of all humankind.
nothing to see here. move along.
You're right, your post was useless and should be ignored!
Quote from: rabbit on November 08, 2009, 01:54:07 PM
That last one is just a PoC about custom colors. I have since deleted that color scheme for the good of all humankind.
Proof of Concept or Piece of Crap?
Glad I could help :)
Quote from: warz on November 08, 2009, 02:38:26 PM
nothing to see here. move along.
I disagree!
Unoad Bot
Unoad Bot
Unoad Bot
Unoad Bot
Unoad Bot
Quote from: MyndFyre on November 08, 2009, 05:01:12 PM
Quote from: rabbit on November 08, 2009, 01:54:07 PM
That last one is just a PoC about custom colors. I have since deleted that color scheme for the good of all humankind.
Proof of Concept or Piece of Crap?
I'm still trying to decide.
Who still goes on battle.net?
People? I don't know. But I play on ICCup, and I'm also an admin there. There's a LOT of people on ICCup.
Can you show me how you did your BNI parsing? I know you're using BN#, and so am I (now). But if you could get with me with the snippet or whatnots that would be wonderful. Kthx.
Quote from: Lead on November 19, 2009, 02:41:15 PM
Can you show me how you did your BNI parsing? I know you're using BN#, and so am I (now). But if you could get with me with the snippet or whatnots that would be wonderful. Kthx.
BN# my ass. I ported Camel's BNI parser from BNU Bot 2.
http://rebirthbot.googlecode.com/svn/trunk/Rebirth/Classes/Bnet/IconsProcessor.vb
Also, get on AIM somtimes :|
I am on aim! leadx86
Quote from: http://rebirthbot.googlecode.com/svn/trunk/Rebirth/Classes/Bnet/IconsProcessor.vb
Dim iconPath As String = Application.StartupPath & "\icons\" & Hex(bni.Flags) & ".bmp"
Nice BNI parser :P
Quote from: Camel on November 26, 2009, 03:38:08 AM
Quote from: http://rebirthbot.googlecode.com/svn/trunk/Rebirth/Classes/Bnet/IconsProcessor.vb
Dim iconPath As String = Application.StartupPath & "\icons\" & Hex(bni.Flags) & ".bmp"
Nice BNI parser :P
Yeah. I used that to write the icons when I was porting it because it wasn't working properly at first and I wanted to make sure my changes were fixing it. As you'll notice, that actually isn't used :P