Blizzhackers

Return of the Jedi

* Login   * Register    * FAQ    * Search

Join us on IRC: #bh@irc.synirc.net (or Mibbit Web IRC)


MuleFactory


It is currently Thu May 23, 2013 8:26 pm


All times are UTC [ DST ]





Post new topic Reply to topic  [ 128 posts ]  Go to page Previous  1 ... 5, 6, 7, 8, 9  Next
Author Message
 Post subject: Re: [Guide] How to setup follow bot for NTbot & YAMB
PostPosted: Thu Oct 21, 2010 3:33 am 
 
User
User

Joined: Sun Sep 12, 2010 6:45 pm
I've got a YAMB leader with an nt follower. My follower parties up waith anyone who joins my game, though my leader doesn't party at all =/ Anyone know how to fix this?

My config is set to:

publicmode = 2


etc. etc. ... I'm still having to manually accept party invites =(

Top
 Profile  
 Post subject: Re: [Guide] How to setup follow bot for NTbot & YAMB
PostPosted: Sat Nov 13, 2010 8:11 pm 
 
User
User
User avatar

Joined: Thu Feb 22, 2007 7:25 am
Location: PA
SVN Update would fix this problem but this is obviously a very later response...

If anybody knows a fix for the YAMB leech bot issue let me know.. thanks

_________________
Kolbot download / install thread
Kolbot Support Thread

Top
 Profile  
 Post subject: Re: [Guide] How to setup follow bot for NTbot
PostPosted: Mon Jan 10, 2011 11:43 am 
 
User
User

Joined: Mon Jan 10, 2011 11:28 am
I had problem with the bot doesnt leave with the leader. Sometimes the leader dropped out and he didn't wrote kill baal msg.

NTLeech.dbl:
var globalvar = false;
var nextGameVar = false;
function NT_Leech()
{
var leader="example";
(...)
addEventListener("chatmsg", BaalMsg);
(...)
function LeaveWithLeader(mode, param,name1,name2){ //event is called from default
if (mode == 0 || mode == 1 || mode ==3 )
if (name1 == QuitWithLeader)
quit();
}
The problem was here:
this line:
if (name1 == QuitWithLeader) should look like this:
if (name1 == QuitWithLeader || name2 == QuitWithLeader)
(this is a solution found here: http://www.blizzhackers.cc/viewtopic.php?p=4425033#p4425033)

Now I have the other problem. First run is ok. The bot wait for safe tp msg, leech, wait for kill baal msg and quits. But on the second run he doesnt wait for safe tp msg, just jump into portal. Once he enters the second game, in the console there is a msg that he cant find proper portal and keeps poping that. Its like the script from the first run didnt ended and he keeps in memory some variables. Please help.

EDIT:

All my problems are gone once I upgraded OGG with SVN.

Top
 Profile  
 Post subject: Re: [Guide] How to setup follow bot for NTbot
PostPosted: Thu Jan 27, 2011 5:20 am 
 
User
User

Joined: Mon Jan 18, 2010 9:54 pm
I'm trying to set up a bot that will allow a low level char of mine to follow my high level char which I will operate manually.

Is this thing able to do that?

_________________
~Rich

I play D2 ESCL

Top
 Profile  
 Post subject: Re: [Guide] How to setup follow bot for NTbot
PostPosted: Thu Jan 27, 2011 6:17 pm 
 
User
User
User avatar

Joined: Thu Feb 22, 2007 7:25 am
Location: PA
you mean you control the high level character and have the low level on the bot following for leech?

yes, as far as Leech D no that script needs work imo has issues unless the leech can fight too

_________________
Kolbot download / install thread
Kolbot Support Thread

Top
 Profile  
 Post subject: Re: [Guide] How to setup follow bot for NTbot
PostPosted: Mon Jan 31, 2011 8:44 am 
 
User
User
User avatar

Joined: Mon Jun 14, 2010 9:06 pm
Location: usa
nvrevrgvup wrote:
I'm trying to set up a bot that will allow a low level char of mine to follow my high level char which I will operate manually.

Is this thing able to do that?


run simonsays with commands enabled on your lower lvl char,
put them in the same game, and type 'Follow Me' in the game with your leader (high lvl char)
your low lvl should latch onto you and follow you wherever you go :)
good luck.

Top
 Profile  
 Post subject: Re: [Guide] How to setup follow bot for NTbot
PostPosted: Thu Feb 10, 2011 10:10 am 
 
User
User

Joined: Wed Feb 09, 2011 1:03 am
The "//Universal Config v. 2" includes these options:

BaalTPMsg = "HOT TP";
BaalTPSafeMsg = "1 Clear";   
KillBaalMsg = "Lets Kill Baal!";


So if this change is made:

function BaalMsg(who,msg) {
   if (msg == BaalTPSafeMsg) //[Ravenascendant]
      globalvar = true
   if ((msg == KillBaalMsg) && (NT_LeechType == 3)) //[RavenAscendant]
      nextGameVar = true;
}


you end up with an elegant soft coding solution that one makes every char config made with "//Universal Config v. 2" work out of the box if no changes are made it also allows for customization at the char config level which is where most ppl should be making changes rather than the code body. for instance i always make this change "BaalTPSafeMsg = "Safe TP";" since i run my bot sans password a lot and i think that is more readable.

Top
 Profile  
 Post subject: Re: [Guide] How to setup follow bot for NTbot & YAMB
PostPosted: Wed Feb 16, 2011 12:03 am 
 
User
User
User avatar

Joined: Thu Feb 22, 2007 7:25 am
Location: PA
YAMB now added, probably be errors ill try and figure them out or if you get errors report them.

_________________
Kolbot download / install thread
Kolbot Support Thread

Top
 Profile  
 Post subject: Re: [Guide] How to setup follow bot for NTbot & YAMB
PostPosted: Fri Mar 04, 2011 6:54 am 
 
User
User

Joined: Fri Jun 06, 2003 11:02 pm
Bot will not follow leader into game. I'm fairly certain everything is setup correctly. What factors affect the bots ability to follow the leader?

Edit: Got bots to follow to game with 'Join from chat'. Now, one bot allies with leader, and other 2 bots ally each other so there is two parties.. Anyone else have this problem?

Edit2: Just trying to fix the 2 party problem now. Everything else is perfect.

Top
 Profile  
 Post subject: Re: [Guide] How to setup follow bot for NTbot & YAMB
PostPosted: Mon Mar 07, 2011 9:41 pm 
 
User
User
User avatar

Joined: Thu Feb 22, 2007 7:25 am
Location: PA
Are you SVN updated and new character files made with the in game configuration? The way the leader functions are set now should possibly fix this.

_________________
Kolbot download / install thread
Kolbot Support Thread

Top
 Profile  
 Post subject: Re: [Guide] How to setup follow bot for NTbot & YAMB
PostPosted: Sun Mar 20, 2011 2:29 am 
 
User
User
User avatar

Joined: Sat Dec 11, 2010 2:03 am
hmm cant get bot to follow leader in to a game

first of I run d2 on xp..user acct switch multi option

only thaing I can thaink of is oog Profile Name is not the charicters name..(ie: profile list is newtest,testing...)same as D2Caption...

I have try'd Bot Mode set to :Follow newtest,Join From List... nether work

every thaing other than that is set up just the way the Guide's state!

ps. i have found sevral bugs with the in game setings..
wen trying to add from the list on the left to the list on the right..
not sher if it's just a vishual bug or if the bot will run whats displayed or not..

any-who ty 4 reading help plz.. :facepalm:

EDIT: holy !@#$ %^&... 6+ hours of reading to finaly find that my leader need to have OGG seting "Pre-Make Game Msg" ($G//$P)..{I never evan saw the computer talk..} this makes the leader chat the game//pass values..OMG..now all I have to do is set up in game chat Simon comands and my crazy folow team(for HC)..but thats gana have to be some other weackend.

PS I also changed all my profile's to characters name's.and re-did the configs n setup }:p

_________________
And all we ever were..Just zeroes and ones
Trent Reznor |\| | |/|


Last edited by Beer Bater on Mon Mar 21, 2011 1:56 am, edited 2 times in total.
Top
 Profile  
 Post subject: Re: [Guide] How to setup follow bot for NTbot & YAMB
PostPosted: Sun Mar 20, 2011 3:50 pm 
 
User
User
User avatar

Joined: Thu Feb 22, 2007 7:25 am
Location: PA
If you use join from chat or even follow profile i noticed you need the leader to say the game name in order for the follower to actually follow

_________________
Kolbot download / install thread
Kolbot Support Thread

Top
 Profile  
 Post subject: Re: [Guide] How to setup follow bot for NTbot & YAMB
PostPosted: Wed Jul 06, 2011 6:49 pm 
 
User
User
User avatar

Joined: Thu Feb 22, 2007 7:25 am
Location: PA
Finally updated to current leech set up.

_________________
Kolbot download / install thread
Kolbot Support Thread

Top
 Profile  
 Post subject: Re: [Guide] How to setup follow bot for NTbot & YAMB
PostPosted: Mon Jul 11, 2011 8:02 am 
 
User
User
User avatar

Joined: Wed Mar 23, 2011 10:18 pm
e/ Nvm


Last edited by Sanity. on Tue Jul 12, 2011 9:09 am, edited 1 time in total.
Top
 Profile  
 Post subject: Re: [Guide] How to setup follow bot for NTbot & YAMB
PostPosted: Tue Jul 12, 2011 2:16 am 
 
User
User
User avatar

Joined: Wed Mar 23, 2011 10:18 pm
Although all that^ works now, I'm having issues getting my CS Zon Leecher to help kill things, on a related note I can't find the attack config for zons at all.
She will follow the bot into the tp, bo, walk diagonally up right a bit, then the window will become unresponsive, the entire time it's pretty laggy, but also pretty consistent. I tried editing the General Attack Config (above the other ones) to CS (24) but that didn't seem to effect anything at all, and I'm not sure what to do.

Please help. <3

Top
 Profile  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 128 posts ]  Go to page Previous  1 ... 5, 6, 7, 8, 9  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: wurstgesicht and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron