Posts: 5
Threads: 0
Joined: Feb 2012
Reputation:
0
speed000 Wrote:![[Image: npklq9.jpg]](http://i39.tinypic.com/npklq9.jpg)
kk how to fix that now ?
this same, should i msg you my config? or?[COLOR="Silver"]
---------- Post added at 07:01 PM ---------- Previous post was at 06:54 PM ----------
[/COLOR] palandeeros - Pastebin.com
Posts: 955
Threads: 6
Joined: Dec 2011
Reputation:
0
miquel Wrote:this same, should i msg you my config? or?
---------- Post added at 07:01 PM ---------- Previous post was at 06:54 PM ----------
palandeeros - Pastebin.com
I got it thanks
Posts: 5
Threads: 0
Joined: Feb 2012
Reputation:
0
last question, why my char is going, like act4 to tyrael, act 1 to kayle and act5 to qual-kehk?, all the time
Posts: 955
Threads: 6
Joined: Dec 2011
Reputation:
0
miquel Wrote:last question, why my char is going, like act4 to tyrael, act 1 to kayle and act5 to qual-kehk?, all the time
is it trying to get your merc back?
Posts: 5
Threads: 0
Joined: Feb 2012
Reputation:
0
i dont have merc.. if i have merc it wont go to them then?
Posts: 955
Threads: 6
Joined: Dec 2011
Reputation:
0
miquel Wrote:i dont have merc.. if i have merc it wont go to them then?
set this to false if you are not using a merc - NTConfig_UseMerc = true; in your char config file
you will have to wait till next game to see if that stops him from going there or stop bot edit the char config file and then restart bot
Posts: 2
Threads: 0
Joined: Feb 2012
Reputation:
0
Hi also receiving similar error to everyone else where load config is not defined. I ensured that username in config and manager match. Here is a copy of my config:
NTConfig_Paladin_hamiguess - Pastebin.com
All help is much appreciated. Thanks.
running windows vista if that helps.
Posts: 955
Threads: 6
Joined: Dec 2011
Reputation:
0
aceofspades86 Wrote:Hi also receiving similar error to everyone else where load config is not defined. I ensured that username in config and manager match. Here is a copy of my config:
NTConfig_Paladin_hamiguess - Pastebin.com
All help is much appreciated. Thanks.
running windows vista if that helps.
sorry it took a while to get back to you but your error mean your char config is not named right and/or a error in that file
and you said your char name is right for that file
in your char config file if you c/p it right in pastebin.com the very first line you are missing the va in the - var NTConfig_UseRedemptionHP; you have - r NTConfig_UseRedemptionHP;
and change the 4 - NTConfig_FreeSpace = 4; to a 6
you took the // off this group - NTConfig_NIPFilePath.push("extreme/normal.nip"); the extreme which is ok but you should add // to this group - NTConfig_NIPFilePath.push("advance/normal.nip"); that way the bot doesn't have to look in both groups when they are both almost the same
down in your skills this line - NTConfig_AttackSkill[4] = 0; you need to add 113 to it - NTConfig_AttackSkill[4] = 113;
then that should fix you up - but your main error is that first line if it that way
thanks
Posts: 2
Threads: 0
Joined: Feb 2012
Reputation:
0
thank you very much for your reply and your fixes did correct the issue, much appreciation. Now when he is doing baal runs he is having troubles getting stuck on walls, could this be due to the fact that he does not have enigma and therefore is using vigor instead of teleport to get around? Should I only be botting if I have teleport?
Posts: 955
Threads: 6
Joined: Dec 2011
Reputation:
0
aceofspades86 Wrote:thank you very much for your reply and your fixes did correct the issue, much appreciation. Now when he is doing baal runs he is having troubles getting stuck on walls, could this be due to the fact that he does not have enigma and therefore is using vigor instead of teleport to get around? Should I only be botting if I have teleport?
yes that is true on needing enigma or sorc for teleport - there is just a few script that has been set up that you don't need teleport but thoses are in etal bot
so if you can get a enigma your bot will work like it should
thanks
Posts: 2
Threads: 0
Joined: Feb 2012
Reputation:
0
how do i get my bot to run my game as admin?
Posts: 955
Threads: 6
Joined: Dec 2011
Reputation:
0
jonnybgood12 Wrote:how do i get my bot to run my game as admin?
here you go -
1. Right click on Manager.exe
2. Select Properties from the right-click menu
3. Select the Compatibility tab
4. Under "Compatibility mode", enable the checkbox to "Run this program in compatibility mode for:"
5. From the drop down list you enabled, choose: "Windows XP (Service Pack 2)"
6. Under "Privilege Level" enable the checkbox labeled "Run this program as an administrator"
7. Select the "OK" button to save these changes.
Posts: 2
Threads: 0
Joined: Feb 2012
Reputation:
0
02-12-2012, 12:32 PM
(This post was last modified: 02-12-2012, 12:37 PM by jonnybgood12.)
now it wont even launch d2 says d2 has stopped working when i hit run bot
Posts: 955
Threads: 6
Joined: Dec 2011
Reputation:
0
jonnybgood12 Wrote:now it wont even launch d2 says d2 has stopped working when i hit run bot
which version of bot do you have?
Posts: 12
Threads: 0
Joined: Dec 2011
Reputation:
0
02-17-2012, 09:06 AM
(This post was last modified: 02-17-2012, 09:10 AM by DominusMark.)
I have a barb that keeps using ww (151) on baal instead of conc (144). My config has him set up to use ww on everything except bosses, but it's ignoring the boss skill.
//------------------------------------------------------------------------------
// Attack Configuration
// * Change the -1's to the corresponding #'s found in /D2NT/sdk/skills.txt
// * As of Jan 17th: -1 = Disabled, 0 = Normal Attack.
//------------------------------------------------------------------------------
NTConfig_AttackSkill[0] = 144; // First skill. Maybe slow missiles
NTConfig_AttackSkill[1] = 151; // Primary skill to super unique/champion.
NTConfig_AttackSkill[2] = 151; // Primary untimed skill to super unique/champion.
NTConfig_AttackSkill[3] = 151; // Primary skill to others.
NTConfig_AttackSkill[4] = 151; // Primary untimed skill to others.
NTConfig_AttackSkill[5] = 152; // Secondary skill in case monster is immune to primary skill.
NTConfig_AttackSkill[6] = 152; // Secondary untimed skill.
NTConfig_AttackSkill[7] = 152; // Tertiary skill to everything else in case monster is immune to both primary and secondary.
NTConfig_AttackSkill[8] = 152; // Tertiary untimed skill.
NTConfig_AttackSkill[9] = 144; // Primary skill to boss (diablo/baal/meph/etc) Not immune to spells I guess.
Also, is there a quick way to get barb to quit game if baal minions are phys immune? I want to change this for only barb and not any other chars. If I remove area 131 from here, will that quit game? Or will it just skip the phys immune monsters and just stand there until chicken?
NTConfig_AreasToNotSkipImmunes = [131];
Posts: 955
Threads: 6
Joined: Dec 2011
Reputation:
0
DominusMark Wrote:I have a barb that keeps using ww (151) on baal instead of conc (144). My config has him set up to use ww on everything except bosses, but it's ignoring the boss skill.
//------------------------------------------------------------------------------
// Attack Configuration
// * Change the -1's to the corresponding #'s found in /D2NT/sdk/skills.txt
// * As of Jan 17th: -1 = Disabled, 0 = Normal Attack.
//------------------------------------------------------------------------------
NTConfig_AttackSkill[0] = 144; // First skill. Maybe slow missiles
NTConfig_AttackSkill[1] = 151; // Primary skill to super unique/champion.
NTConfig_AttackSkill[2] = 151; // Primary untimed skill to super unique/champion.
NTConfig_AttackSkill[3] = 151; // Primary skill to others.
NTConfig_AttackSkill[4] = 151; // Primary untimed skill to others.
NTConfig_AttackSkill[5] = 152; // Secondary skill in case monster is immune to primary skill.
NTConfig_AttackSkill[6] = 152; // Secondary untimed skill.
NTConfig_AttackSkill[7] = 152; // Tertiary skill to everything else in case monster is immune to both primary and secondary.
NTConfig_AttackSkill[8] = 152; // Tertiary untimed skill.
NTConfig_AttackSkill[9] = 144; // Primary skill to boss (diablo/baal/meph/etc) Not immune to spells I guess.
Also, is there a quick way to get barb to quit game if baal minions are phys immune? I want to change this for only barb and not any other chars. If I remove area 131 from here, will that quit game? Or will it just skip the phys immune monsters and just stand there until chicken?
NTConfig_AreasToNotSkipImmunes = [131];
you might try this for skills
NTConfig_AttackSkill[0] = -1;
NTConfig_AttackSkill[1] = 151;
NTConfig_AttackSkill[2] = -1;
NTConfig_AttackSkill[3] = 151;
NTConfig_AttackSkill[4] = -1;
NTConfig_AttackSkill[5] = 152;
NTConfig_AttackSkill[6] = -1;
NTConfig_AttackSkill[7] = -1;
NTConfig_AttackSkill[8] = -1;
NTConfig_AttackSkill[9] = 144;
you can try to remove the 131 but not sure how that will work, or if that will just try to skip them and kill other monster - if you can send me the exact name of the the baal minions that are phys immune I can see what I can come up with
thanks
Posts: 12
Threads: 0
Joined: Dec 2011
Reputation:
0
The baal minion that can spawn with phys immune is lister the tormentor. I couldn't figure out his monster id from the mpq data files.
Posts: 955
Threads: 6
Joined: Dec 2011
Reputation:
0
DominusMark Wrote:The baal minion that can spawn with phys immune is lister the tormentor. I couldn't figure out his monster id from the mpq data files.
his id is 799, thought I had it all done then it dawn on me that what I had would exit baal script every time
so I will see if I can find something to exit when he is physical immune
Posts: 17
Threads: 3
Joined: Feb 2012
Reputation:
0
Drazharm Wrote:Do you run as an administrator? Try that.
I have the same issue and I am running it in administrator mode, not sure why this is giving me so much of a problem. If anyone can help me solve why it just sits at the log-in screen I would appreciate it ^_^
Posts: 955
Threads: 6
Joined: Dec 2011
Reputation:
0
DragonSpirited Wrote:I have the same issue and I am running it in administrator mode, not sure why this is giving me so much of a problem. If anyone can help me solve why it just sits at the log-in screen I would appreciate it ^_^
if you can get teamviewer where I can log on and help you get it set up and running
here - TeamViewer - Free Remote Access and Remote Desktop Sharing over the Internet
|