Author Topic: D2NT Baal Bot Issue, Please Help.  (Read 1515 times)

Offline mattc28

  • Newbie
  • *
  • Posts: 1
  • Reputation 0
    • View Profile
D2NT Baal Bot Issue, Please Help.
« on: June 10, 2010, 08:42:41 PM »
1. I am getting the following error message right at the end of each run:
NTBaalLeechFight.ntj: NTC_FindUnit() failed (The Worldstone Chamber)

Does anyone know what this means?

2. When i connect to battlenet, it first joins the channel op pkbaal, then it tries to join it again, with a bunch of text after it. EX: /join op pkbaalsw0sf70f7sf7. once in this channel it sits here for a few sec, then joins op pkbaal again.

Why does it do this?

Offline xSownaGe

  • PK Active
  • *
  • Posts: 42
  • Reputation 0
    • View Profile
Re: D2NT Baal Bot Issue, Please Help.
« Reply #1 on: June 11, 2010, 01:11:16 PM »
does it spam friends list ? i am also having problems with leeching script. i get in the game. casts bear and spirit then leaves games

noob_patrol

  • Guest
Re: D2NT Baal Bot Issue, Please Help.
« Reply #2 on: June 11, 2010, 06:52:28 PM »
1. I am getting the following error message right at the end of each run:
NTBaalLeechFight.ntj: NTC_FindUnit() failed (The Worldstone Chamber)

Does anyone know what this means?

2. When i connect to battlenet, it first joins the channel op pkbaal, then it tries to join it again, with a bunch of text after it. EX: /join op pkbaalsw0sf70f7sf7. once in this channel it sits here for a few sec, then joins op pkbaal again.

Why does it do this?
it's the random game name (i think)
just dnt wrry bout it really as it goes back to op pkbaal straight away


and to your first one
it may bcuz u cant telel just a guess

Offline Supericy

  • Newbie
  • *
  • Posts: 7
  • Reputation 0
    • View Profile
Re: D2NT Baal Bot Issue, Please Help.
« Reply #3 on: June 11, 2010, 09:05:03 PM »
To make sure it joins the correct channel, find this: (in your NTBotleech starter script)
Code: [Select]
Say("/join " + (joinRandomChannel ? getRandomString(Random(3,10)) : joinChannelInChatand make sure the whole line looks like this:
Code: [Select]
Say("/join " + (joinRandomChannel ? getRandomString(Random(3,10)) : joinChannelInChat));

Now, for your leechbaal, is the characters all partying? If so, please review your leechbaal script to find this: (should be near the stop)
Code: [Select]
var _leader = "name"; // Name of leader's character in game (exactly)and make sure that the "name" is your exact character name.
« Last Edit: June 11, 2010, 09:06:59 PM by Supericy »