Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Diablo 2
You last visited: Today at 18:13

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



BOT GVEtal Baba

Discussion on BOT GVEtal Baba within the Diablo 2 forum part of the Other Online Games category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2011
Posts: 19
Received Thanks: 0
BOT GVEtal Baba

hallo, wollte meinen baba mal lvln lassen. er ist ein ww baba, für Körperimmune und bosse soll er Amok nutzen.
nur einstellen wie? mein englisch ist recht bescheiden^^
thx 4 help

//------------------------------------------------------------------------------
// 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] = -1; // First skill. Maybe slow missiles
NTConfig_AttackSkill[1] = -1; // Primary skill to super unique/champion.
NTConfig_AttackSkill[2] = -1; // Primary untimed skill to super unique/champion.
NTConfig_AttackSkill[3] = -1; // Primary skill to others.
NTConfig_AttackSkill[4] = -1; // Primary untimed skill to others.
NTConfig_AttackSkill[5] = -1; // Secondary skill in case monster is immune to primary skill.
NTConfig_AttackSkill[6] = -1; // Secondary untimed skill.
NTConfig_AttackSkill[7] = -1; // Tertiary skill to everything else in case monster is immune to both primary and secondary.
NTConfig_AttackSkill[8] = -1; // Tertiary untimed skill.
NTConfig_AttackSkill[9] = -1; // Primary skill to boss (diablo/baal/meph/etc) Not immune to spells I guess.

prewavespot = [15092, 5028]; // Pre-Wave standing (X,Y) coordinates. (For Baal Scripts.)

NTconfig_HighMaxAttack = true; // Use HighMaxAttacks? (False = LowMaxAttacks.) High/Low are below.
NTConfig_HighMaxAttackAreas = [131]; // If above is set false (you're using LowMaxAttacks), add areas to bypass LowMaxAttacks and use HighMaxAttacks instead. (Recommended in Baal's Throne Room.)

NTConfig_HighMaxAttacks = 300; // Maximum number of attacks (HIGH) before skipping.
NTConfig_LowMaxAttacks = 15; // Maximum number of attacks (LOW) before skipping.

MonstersToAttackFirst = // Monster ID's to attack first. (Monsters which resurrect / spawn others are good choices.)
[58,59,60,61,62,101,102,103,104,190,191,
192,193,194,206,207,208,209,228,239,240,
241,278,279,280,281,282,283,303,312,480,
481,482,483,484,485,486,529];

//------------------------------------------------------------------------------
// Check Safe Settings
//------------------------------------------------------------------------------
// Check Self Safe. Set to []; for none.
// 01=Potion. 02=Poison. 04=Amplify Damage. 08=Weaken. 10=Iron Maiden. 20=Decrepify. 40=Lower Resist. 80=Blood Mana.
// Use this format: ['01','02'] etc. Add as many or as few as you want.

NTConfig_CheckSelfSafe = [];

// Check Merc's Safe. Set to []; for none.
// 01=Death, 02=Poison, 04=Amplify Damage, 08=Weaken, 10=Iron Maiden, 20=Decrepify, 40=Lower Resist
// Use this format: ['01','02'] etc. Add as many or as few as you want.

NTConfig_CheckMercSafe = [];

//------------------------------------------------------------------------------
// Class Specific Settings
//------------------------------------------------------------------------------

NTConfig_UseFindItem = false; // Loot corpses of slain Monsters when clearing positions or areas?
NTConfig_BuyPotsIfLackOfMana = false; // Visit town if you lack enough mana to loot a corpse?
NTConfig_FindItemRange = 40; // Default range to check for corpses to loot when clearing positions or areas.
BarbSwitch = true; // Switch weapons to cast BO?

}
mrwho73 is offline  
Old 12/07/2011, 00:46   #2
 
elite*gold: 0
Join Date: Jun 2010
Posts: 162
Received Thanks: 16
skills.txt im selben ordner wie die charfiles öffnen und skills in die jeweiligen angriffe übertragen dann macht er was du willst.. er is wachs in deinen händen
cx23 is offline  
Old 12/07/2011, 10:12   #3
 
elite*gold: 0
Join Date: Nov 2011
Posts: 19
Received Thanks: 0
danke dir soweit war ich auch schon.
mir geht es nun darum es ist ww barb mit amok. wo muss ich genau die attackskill einsetzen?

//------------------------------------------------------------------------------
// 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] = -1; // First skill. Maybe slow missiles
NTConfig_AttackSkill[1] = -1; // Primary skill to super unique/champion.
NTConfig_AttackSkill[2] = -1; // Primary untimed skill to super unique/champion.
NTConfig_AttackSkill[3] = -1; // Primary skill to others.
NTConfig_AttackSkill[4] = -1; // Primary untimed skill to others.
NTConfig_AttackSkill[5] = -1; // Secondary skill in case monster is immune to primary skill.
NTConfig_AttackSkill[6] = -1; // Secondary untimed skill.
NTConfig_AttackSkill[7] = -1; // Tertiary skill to everything else in case monster is immune to both primary and secondary.
NTConfig_AttackSkill[8] = -1; // Tertiary untimed skill.
NTConfig_AttackSkill[9] = -1; // Primary skill to boss (diablo/baal/meph/etc) Not immune to spells I guess.

151 Whirlwind
152 Berserk

wie gesagt mein englisch ist schei........
mrwho73 is offline  
Old 12/07/2011, 11:07   #4
 
elite*gold: 0
Join Date: Jun 2010
Posts: 162
Received Thanks: 16
Quote:
Originally Posted by mrwho73 View Post
danke dir soweit war ich auch schon.
mir geht es nun darum es ist ww barb mit amok. wo muss ich genau die attackskill einsetzen?

//------------------------------------------------------------------------------
// 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] = -1; // First skill. Maybe slow missiles
NTConfig_AttackSkill[1] = -1; // Primary skill to super unique/champion.
NTConfig_AttackSkill[2] = -1; // Primary untimed skill to super unique/champion.
NTConfig_AttackSkill[3] = -1; // Primary skill to others.
NTConfig_AttackSkill[4] = -1; // Primary untimed skill to others.
NTConfig_AttackSkill[5] = -1; // Secondary skill in case monster is immune to primary skill.
NTConfig_AttackSkill[6] = -1; // Secondary untimed skill.
NTConfig_AttackSkill[7] = -1; // Tertiary skill to everything else in case monster is immune to both primary and secondary.
NTConfig_AttackSkill[8] = -1; // Tertiary untimed skill.
NTConfig_AttackSkill[9] = -1; // Primary skill to boss (diablo/baal/meph/etc) Not immune to spells I guess.

151 Whirlwind
152 Berserk

wie gesagt mein englisch ist schei........
NTConfig_AttackSkill[1] = 151; // Primary skill to super unique/champion
NTConfig_AttackSkill[3] = 151; // Primary skill to others.
NTConfig_AttackSkill[7] = 152; // Tertiary skill to everything else in case monster is immune to both primary and secondary.
cx23 is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
warum geht der gvetal unter win 7 nicht mehr?
11/26/2011 - Diablo 2 - 2 Replies
hab win 7 installiert, aber jetzt geht er nicht mehr :( er läd das d2 window, dann acc namen und das pw schreibt der in die spalte für den acc namen... komisch^^ und dann wollte ich noch mal fragen ob man eigentlich in dem d2nt manager beim multi botten für jeden bot in den gleichen Loader Path nehmen kann, so dass alle über die gleiche game.exe starten, und nur einen anderen key usen? wäare das möglich?
Problem Mit GVetal diablo script
08/23/2011 - Diablo 2 - 4 Replies
Hallo, ich hab mir mal probeweiser den Etalbot geladen, an sich ein super ding! Aber bei Dia gibts da ein kleines Problem: Er teleportiert hin: Cleart den bereich unten links vom stern und macht da ein TP auf!
GVEtal bot-erfahrung und berichte
02/20/2011 - Diablo 2 - 17 Replies
hallo erstmal.ich hab mir gerade den GVEtal bot geladen und ihn ne stunde am rennen. bin total begeistert und wollt mal eure meinung zu dem bot höhren. er rennt sehr schnell und flüssig,hat alles was man so braucht an einstellungen und die pickit ist auch ganz in ordnung(unique müst ihr einiges einstellen). wenn von euch schon einer erfahrungen mit dem bot hat kann er ja hier posten . bin schon gespannt.mfg loki
Hat Jemand nen Plan vom GVetal Bot?
01/26/2011 - Diablo 2 - 5 Replies
wäre ganz nice und wenn mir jemand sagen könnte wo ich ne aktuelle Version herbekomme! danke :)
perfekter baba
05/09/2010 - Diablo 2 - 8 Replies
heyho, habe mir schon 100mal nen barbar erstellt aber immer nur gümmel barbs mit full ik unso ^^ wollte mal fragen was so das perfekte gear ist. ^^ könnt ja maln paar sachen posten



All times are GMT +2. The time now is 18:13.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.