Play Legend of the Green Dragon Play BNT Play Promisance Play Alien Assault Traders Play Quantum Star Play Some Chess  
   D3jsp RPGRPG   ArcadeArcade   Multiplayer PokerD3Jsp Poker   FAQ/RulesFAQ/Rules  SearchSearch  MemberlistMemberlist   UsergroupsUsergroups   ChatroomLive Chat   Log inLog in   RegisterRegister 

Need help with Etal Bot Error

 
Post new topic  Reply to topic  d3jsp Forum Index -> Diablo II Discussion -> Bots and Programs
View previous topic :: View next topic ::  


Author Message
Asmodious


Group: Banned
Joined: 21 Jan 2014
Posts: 189
Gold: 19.40


Status:
Warn: Banned
Reputation: 1    


Banned

Post#1 Posted: 22 Jan 2014 06:58 pm    Post subject: Need help with Etal Bot Error Reply with quote

Why am I getting this error?

http://pastebin.com/pK6iFRZs My Char.ntf

http://pastebin.com/jWV63BdT Ntbot.ntj

Error I'm getting http://i44.tinypic.com/sotjky.jpg

_________________
This user's signature has been disabled
Back to top
View user's profile Send private message
natra


Group: Members
Joined: 08 Jan 2014
Donor:
Posts: 83
Gold: 556.40


pl.gif

Status:
Warn:
Reputation: 1    



Post#2 Posted: 22 Jan 2014 07:16 pm    Post subject: Reply with quote

Your paste with char config is removed from pastebin.

Anyway, there is probably something wrong with your NTBotGame.ntj.

Make a paste with that file.


Last edited by natra on 22 Jan 2014 07:24 pm; edited 2 times in total
Back to top
View user's profile Send private message
Asmodious


Group: Banned
Joined: 21 Jan 2014
Posts: 189
Gold: 19.40


Status:
Warn: Banned
Reputation: 1    


Banned

Post#3 Posted: 22 Jan 2014 07:44 pm    Post subject: Reply with quote

natra wrote:
Your paste with char config is removed from pastebin.

Anyway, there is probably something wrong with your NTBotGame.ntj.

Make a paste with that file.




My Char file

http://pastebin.com/Qb4BYECd

Will add game.ntj ina sec. I didn't touch the game.ntj..


Edit: NTBotGame.ntj http://pastebin.com/yc1amzJD


Last edited by Asmodious on 22 Jan 2014 07:45 pm; edited 3 times in total

_________________
This user's signature has been disabled
Back to top
View user's profile Send private message
natra


Group: Members
Joined: 08 Jan 2014
Donor:
Posts: 83
Gold: 556.40


pl.gif

Status:
Warn:
Reputation: 1    



Post#4 Posted: 22 Jan 2014 07:53 pm    Post subject: Reply with quote

You have implemented 2x NT_LoadConfig() function in your char config.

Line 842, do you see it? smile

Delete one of those.
Back to top
View user's profile Send private message


Asmodious


Group: Banned
Joined: 21 Jan 2014
Posts: 189
Gold: 19.40


Status:
Warn: Banned
Reputation: 1    


Banned

Post#5 Posted: 22 Jan 2014 10:24 pm    Post subject: Reply with quote

natra wrote:
You have implemented 2x NT_LoadConfig() function in your char config.

Line 842, do you see it? smile

Delete one of those.


Thank you, now I have 2 new problems. My bot is purchasing way too many potions. I don't know if it's because the belt is already full or what but my inv was completely filled with pots just a few secs ago, and another thing when my bot goes to frigid the client starts "Not Responding" and leaves the game.

_________________
This user's signature has been disabled
Back to top
View user's profile Send private message
54bwsv
HUE HUE HUE HUE HUE HUE HUE

Group: Members
Joined: 03 Oct 2013
Donor:
Posts: 335
Gold: 71.90
Clan: Epic Clan Name


us.gif

Status:
Warn:
Reputation: 8    



Post#6 Posted: 22 Jan 2014 10:41 pm    Post subject: Reply with quote

Asmodious wrote:
natra wrote:
You have implemented 2x NT_LoadConfig() function in your char config.

Line 842, do you see it? smile

Delete one of those.


Thank you, now I have 2 new problems. My bot is purchasing way too many potions. I don't know if it's because the belt is already full or what but my inv was completely filled with pots just a few secs ago, and another thing when my bot goes to frigid the client starts "Not Responding" and leaves the game.


Wow, looking at those pastebins, I can see why a lot of people moved over to kolbot. If you're unable to resolve those issues, I recommend maybe switching over?
Back to top
View user's profile Send private message
natra


Group: Members
Joined: 08 Jan 2014
Donor:
Posts: 83
Gold: 556.40


pl.gif

Status:
Warn:
Reputation: 1    



Post#7 Posted: 22 Jan 2014 11:25 pm    Post subject: Reply with quote

Asmodious wrote:
natra wrote:
You have implemented 2x NT_LoadConfig() function in your char config.

Line 842, do you see it? smile

Delete one of those.


Thank you, now I have 2 new problems. My bot is purchasing way too many potions. I don't know if it's because the belt is already full or what but my inv was completely filled with pots just a few secs ago, and another thing when my bot goes to frigid the client starts "Not Responding" and leaves the game.


1) what your inventory looks like? Check if you set up correctly these lines:

Code:
NTConfig_Columns[0] = [1,0,0,0,0,0,0,0,0,0];
NTConfig_Columns[1] = [1,0,0,0,0,0,0,0,0,0];
NTConfig_Columns[2] = [1,0,0,0,0,0,0,0,0,0];
NTConfig_Columns[3] = [1,0,0,0,0,0,0,0,0,0];


And make new paste with edited char config.

2) The 'not responding' thing. Dont really know. Screenshot could tell me more

_____________________
Back to top
View user's profile Send private message
Asmodious


Group: Banned
Joined: 21 Jan 2014
Posts: 189
Gold: 19.40


Status:
Warn: Banned
Reputation: 1    


Banned

Post#8 Posted: 22 Jan 2014 11:38 pm    Post subject: Reply with quote

54bwsv wrote:
Asmodious wrote:
natra wrote:
You have implemented 2x NT_LoadConfig() function in your char config.

Line 842, do you see it? smile

Delete one of those.


Thank you, now I have 2 new problems. My bot is purchasing way too many potions. I don't know if it's because the belt is already full or what but my inv was completely filled with pots just a few secs ago, and another thing when my bot goes to frigid the client starts "Not Responding" and leaves the game.


Wow, looking at those pastebins, I can see why a lot of people moved over to kolbot. If you're unable to resolve those issues, I recommend maybe switching over?




Kolbot is more stable? I'm currently not liking etal at all... I went to take a shower and come back with the bot sitting in channel>> I'll take a ss as soon as it does it again.

Yes, my inv is set correctly. I have wp/tp book on first 4 left squares and rest is empty.


The bot is supposed to leave game if nothing that's in my pickit drops correct? It just killed and left without touching the items. Idk if it's because of potions again or because the items were not in my pickit. I'm going to pause and check in a min.


Last edited by Asmodious on 22 Jan 2014 11:40 pm; edited 1 time in total

_________________
This user's signature has been disabled
Back to top
View user's profile Send private message
54bwsv
HUE HUE HUE HUE HUE HUE HUE

Group: Members
Joined: 03 Oct 2013
Donor:
Posts: 335
Gold: 71.90
Clan: Epic Clan Name


us.gif

Status:
Warn:
Reputation: 8    



Post#9 Posted: 23 Jan 2014 01:13 am    Post subject: Reply with quote

I would just switch to kolbot. For one, its default character config files are under 400 so it's easier to read/find errors in your script. It also has the most support, being the most recent. Hardly see anyone use etal these days.
Back to top
View user's profile Send private message
Asmodious


Group: Banned
Joined: 21 Jan 2014
Posts: 189
Gold: 19.40


Status:
Warn: Banned
Reputation: 1    


Banned

Post#10 Posted: 23 Jan 2014 01:48 am    Post subject: Reply with quote

54bwsv wrote:
I would just switch to kolbot. For one, its default character config files are under 400 so it's easier to read/find errors in your script. It also has the most support, being the most recent. Hardly see anyone use etal these days.


Is the pickit setup already?

_________________
This user's signature has been disabled
Back to top
View user's profile Send private message
54bwsv
HUE HUE HUE HUE HUE HUE HUE

Group: Members
Joined: 03 Oct 2013
Donor:
Posts: 335
Gold: 71.90
Clan: Epic Clan Name


us.gif

Status:
Warn:
Reputation: 8    



Post#11 Posted: 23 Jan 2014 02:18 am    Post subject: Reply with quote

Asmodious wrote:
54bwsv wrote:
I would just switch to kolbot. For one, its default character config files are under 400 so it's easier to read/find errors in your script. It also has the most support, being the most recent. Hardly see anyone use etal these days.


Is the pickit setup already?


Yeah. I would recommend some heavy editing, though.
Back to top
View user's profile Send private message
natra


Group: Members
Joined: 08 Jan 2014
Donor:
Posts: 83
Gold: 556.40


pl.gif

Status:
Warn:
Reputation: 1    



Post#12 Posted: 23 Jan 2014 06:47 am    Post subject: Reply with quote

Asmodious wrote:
...
Yes, my inv is set correctly. I have wp/tp book on first 4 left squares and rest is empty.
...


if so, it should be set opposite - 1 change to 0, 0 change to 1 in the matrix:

Code:
NTConfig_Columns[0] = [1,0,0,0,0,0,0,0,0,0];
NTConfig_Columns[1] = [1,0,0,0,0,0,0,0,0,0];
NTConfig_Columns[2] = [1,0,0,0,0,0,0,0,0,0];
NTConfig_Columns[3] = [1,0,0,0,0,0,0,0,0,0];

_____________________
Back to top
View user's profile Send private message
Display posts from previous:   
1 Members: Guest
Post new topic  Reply to topic  d3jsp Forum Index -> Diablo II Discussion -> Bots and Programs All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
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
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum



D3jsp is proudly powered by phpBB © 2.0
Theme and Forum by tramway