xTooL wrote:
@winterss89:
I've no clue why your bot wouldn't enter the game if it knew what to type, but here's a checklist of 'what to do' to setup a followbot:
1st: Setup both of your char's NT config file. (or just the leecher, if you're following someone not on your flist)
a. On leader, change these:
NT_MinGameTime=190; *Not needed. Safety precaution.
NTConfig_PublicMode = true;
NT_Leader.push("YOUR-CHAR-NAME"); *Not sure if this is needed, but mine has it.
BaalTPMsg = "Hot"; *Example <<i don't think this is necessary
BaalTPSafeMsg = "Safe"; *Example<<i don't think this is necessary
KillBaalMsg = "Baal"; *Example<<i don't think this is necessary
BaalNextGameMsg = "ng"; *Example<<i don't think this is necessary
NTConfig_AttackSecondary = 101; *If you're a din, this will holy bolt magic immunes.
b. on Follower, do this:
//NTConfig_Script.push("SimonSays") *Make sure this is off, and your .push("Leech") is on
NTConfig_PublicMode = true;
NT_Leader.push("YOUR-LEADER'S-CHAR-NAME");
2nd. in NTLeech.dbl (oog/scripts-ntbot/libs/bots), change:
var leader="YOUR-LEADER'S-CHAR-NAME";
and at the bottom, change:
function BaalMsg(who,msg) {
if (msg == "Safe") *Example, must match leaders Safe msg
globalvar = true
if (msg == "Baal" && NT_LeechType == 3)
nextGameVar = true;
}
3rd. in NTConfig.dbl (oog/scripts-ntbot/libs/config), change:
var NTLeader ="YOUR-LEADER'S-CHAR-NAME";
var QuitWithLeader ="YOUR-LEADER'S-CHAR-NAME";
Make sure both accounts are on each others friends list.
in OOG.exe, make sure your leader is "Leader" in its config, and the follower is "Follows YOUR-LEADER'S-CHAR-NAME".
Also make sure everything is properly capitalized in the Game Name section
Done.
Run both and they should work.
If they don't, I'd suggest deleting your OOG folder, redownload and retry.
those are only for leader i think right?
iCkerous wrote:
Bot enters game. Loads both tools and Baal Leech script. Shops etc.
But instead of taking the tp, he stands in town. If i manually enter the tp, the bot will precast then stall. Bot then leaves with leader.
Any ideas?
2nd. in NTLeech.dbl (oog/scripts-ntbot/libs/bots), change:var leader="YOUR-LEADER'S-CHAR-NAME";
and at the bottom, change:function BaalMsg(who,msg) {
if (msg == "Safe")
*Example, must match leaders Safe msg globalvar = true
if (msg == "Baal" && NT_LeechType == 3)
nextGameVar = true;
}
winterss89 wrote:
But what if I don't know anyone that has a bot that is doing runs and I just want to piggy bank on some random bot? is that possible? Also my bot will enter the name of the game and then the cursor will just stay over 'password' and never hit enter. Once I manually hit enter and it joined, partied up but never went through the tp, again I manually put it manually into the tp and the bot worked fine. Any idea why this would happen?
Here's a fix for the password thing =P
Change: your starter.dbj
http://pastebin.com/bPK8WS8F
sorry about that