|
Post by Krock on Mar 24, 2013 19:26:55 GMT
Krock, the digbot is way too legit. what's missing/what too much?
|
|
|
Post by meowmeow222 on Mar 28, 2013 19:49:51 GMT
I just can't understand all that coding stuff, and it confuses me too much.
|
|
Tomahawk
Supreme Overlord
The new BB moderator!
Posts: 26
|
Post by Tomahawk on Apr 10, 2013 11:25:23 GMT
For those who can has blockIDs, this is a useful tool for all botters:
case "b":
int blockX = m.GetInt(1); int blockY = m.GetInt(2); int blockID = m.GetInt(3);
if (checkboxBlockInfo.Checked) //OR, if you use console, a command-activated Boolean instead. { if (blockID > 0) //i.e. if any block is placed which isn't an erase block (ID: 0) { con.Send("say", "xPosition: " + blockX + " yPosition: " + blockY + " ID: " + blockID + "."); }
There is an m.GetInt(4) to detect who places which blocks, but as it only gives a player's ID rather than username a dictionary is needed, which I won't explain here as this post is for the newbier botters. Pester me or any mod (especially Meredith) in game for m.GetInt(4) coding if anyone ever donates enough to get BB up and running again.
|
|
|
Post by Meredith on Apr 10, 2013 13:04:55 GMT
Tbh I don't think it's possible to pester in game anymore xD Pm me if you want anything
|
|
|
Post by different55 on Apr 18, 2013 22:50:11 GMT
I've got a bunch of code snippets for drawing circles/lines/ellipses/rectangles/bezier curves on low-res screens that work nicely on BB/EE. I'll post a few if anyone wants them.
|
|
|
Post by Krock on Apr 19, 2013 6:48:55 GMT
i'm always interested of drawing in BB/EE *sends request-ping from krock to diff3rent55 at port 80*
|
|
|
Post by ABC Boy on Apr 19, 2013 8:23:06 GMT
Me want... sounds cool to have a bot drawing ellispe...
|
|
|
Post by ktostam450 on Apr 19, 2013 11:42:02 GMT
I've got a bunch of code snippets for drawing circles/lines/ellipses/rectangles/bezier curves on low-res screens that work nicely on BB/EE. I'll post a few if anyone wants them. I want.
|
|
smilreap
Junior Member
50%
SMILREAP
Posts: 47
|
Post by smilreap on May 26, 2013 0:57:58 GMT
|
|