ne er macht immer nur static bis der unter 60 % ist das geht aber dann geht nichts mehr!
dann wird wieder rumgetelt als obs kein morgen gäbew
// Specify your attack skills below. NOTE: Constants for all skill ids can be found in "scripts\libs\common\MWSkills.ntl".
NTConfig_AttackSkill[0] = -1; // This skill is used once whenever attacking a new target. Set to -1 to deactivate.
NTConfig_AttackSkill[1] = MWS_LIGHTNING; // Primary skill to bosses.
NTConfig_AttackSkill[2] = -1; // Primary untimed skill to boss. Set to -1 to deactivate.
NTConfig_AttackSkill[3] = MWS_CHAIN_LIGHTNING; // Primary skill to others.
NTConfig_AttackSkill[4] = -1; // Primary untimed skill to others. Set to -1 to deactivate.
NTConfig_AttackSkill[5] = -1; // Secondary skill in case monster is immune to primary skill. Set to -1 to deactivate.
NTConfig_AttackSkill[6] = -1; // Secondary untimed skill. Set to -1 to deactivate.
NTConfig_AttackSkill[7] = -1;
// Select the behaviour of your character when encountering a monsters that is considered immune referring to the definition above.
// 0: Don't do anything. (D2NT default)
// 1: Get close to the monster, use static field if the monster is not immune to lightning.
// 2: Skip the monster.
// 3: Attack the monster using NTConfig_AttackSkill[8] and NTConfig_AttackSkill[9]
NTConfig_BehaviourOnImmuneMonster = 1;
NTConfig_BehaviourOnImmuneMonster = 1;
auf 0, wenn kein static genutzt werden soll
Code:
// Cast Static Field until monster's HP lower below this percentage. Set to 100 not to use static field.
NTConfig_CastStatic = 60;
// Select the monsters you with to attack using static field. NOTE: If you do not add any monsters, static will be used against all monsters.
MWConfig_StaticTargets.push(156); // Andariel
MWConfig_StaticTargets.push(211); // Duriel
MWConfig_StaticTargets.push(242); // Mephisto
MWConfig_StaticTargets.push(243); // Diablo
MWConfig_StaticTargets.push(544); // Baal
MWConfig_StaticTargets.push(GetLocaleString(22500)); // Eldritch The Rectifier
MWConfig_StaticTargets.push(GetLocaleString(22435)); // Shenk The Overseer
Also das war bei mir schon auf eins eingestellt und das andere sieht auch genauso aus wie dus reingestellt hast! und ich hab die beiden skills schon voll und die synergien fast voll bin auf lvl 81 und will nur in alp bissl botten !
warum frieet das das diablo2 fenster immer ? was soll das ist doch total schrott der bot gibt es keine lösung ?!!! wieso frieet er immer nach randon runs ab ? diese MPM funkiert auch nicht... der tut nix.
Bitte um eine Lösung. wäre echt super. google hat nicht geholfen so wie 100 ander seiten welchen die gleiche fehler haben.
d2 alles in ordnung auf english alles läuft
nach ein paar runs kommt "keine rückmeldung" bei d2 fenster. ega lob leecher oder leader oder single game.
warum frieet das das diablo2 fenster immer ? was soll das ist doch total schrott der bot gibt es keine lösung ?!!! wieso frieet er immer nach randon runs ab ? diese MPM funkiert auch nicht... der tut nix.
Mit so einem Ton würd ich mir einfach einen anderen Bot suchen. Am besten schreibst selbst einen. Der macht dann genau das was Du willst.
Hey leuts alsohier nochmal mein problem vielleciht weiß ja einer ne lösung
mein bot eine blitzsorc greift ncht an sondern macht nur statikfeld am anfang und telt dann sinnlos rum bis das life zu low ist um weiterzumachen...
Hey leuts alsohier nochmal mein problem vielleciht weiß ja einer ne lösung
mein bot eine blitzsorc greift ncht an sondern macht nur statikfeld am anfang und telt dann sinnlos rum bis das life zu low ist um weiterzumachen...
Ich habe bis jetzt eigentlich nichts verändert an dem standartscript für die soso außer bei den attacken :
// Specify your attack skills below. NOTE: Constants for all skill ids can be found in "scripts\libs\common\MWSkills.ntl".
NTConfig_AttackSkill[0] = MWS_LIGHTNING; // This skill is used once whenever attacking a new target. Set to -1 to deactivate.
NTConfig_AttackSkill[1] = MWS_LIGHTNING; // Primary skill to bosses.
NTConfig_AttackSkill[2] = MWS_LIGHTNING; // Primary untimed skill to boss. Set to -1 to deactivate.
NTConfig_AttackSkill[3] = MWS_CHAIN_LIGHTNING; // Primary skill to others.
NTConfig_AttackSkill[4] = MWS_LIGHTNING; // Primary untimed skill to others. Set to -1 to deactivate.
NTConfig_AttackSkill[5] = MWS_LIGHTNING; // Secondary skill in case monster is immune to primary skill. Set to -1 to deactivate.
NTConfig_AttackSkill[6] = MWS_LIGHTNING; // Secondary untimed skill. Set to -1 to deactivate.
NTConfig_AttackSkill[7] = -1; // Alternative untimed skill which is used if the target is immune to your untimed skill - mostly useful for FB/FO/Meteor sorcs or other sorcs that are using the same untimed skills. Set to -1 to deactivate.
Hey leuts alsohier nochmal mein problem vielleciht weiß ja einer ne lösung
mein bot eine blitzsorc greift ncht an sondern macht nur statikfeld am anfang und telt dann sinnlos rum bis das life zu low ist um weiterzumachen...
Hey leuts alsohier nochmal mein problem vielleciht weiß ja einer ne lösung
mein bot eine blitzsorc greift ncht an sondern macht nur statikfeld am anfang und telt dann sinnlos rum bis das life zu low ist um weiterzumachen...
Ich habe bis jetzt eigentlich nichts verändert an dem standartscript für die soso außer bei den attacken :
// Specify your attack skills below. NOTE: Constants for all skill ids can be found in "scripts\libs\common\MWSkills.ntl".
NTConfig_AttackSkill[0] = MWS_LIGHTNING; // This skill is used once whenever attacking a new target. Set to -1 to deactivate.
NTConfig_AttackSkill[1] = MWS_LIGHTNING; // Primary skill to bosses.
NTConfig_AttackSkill[2] = MWS_LIGHTNING; // Primary untimed skill to boss. Set to -1 to deactivate.
NTConfig_AttackSkill[3] = MWS_CHAIN_LIGHTNING; // Primary skill to others.
NTConfig_AttackSkill[4] = MWS_LIGHTNING; // Primary untimed skill to others. Set to -1 to deactivate.
NTConfig_AttackSkill[5] = MWS_LIGHTNING; // Secondary skill in case monster is immune to primary skill. Set to -1 to deactivate.
NTConfig_AttackSkill[6] = MWS_LIGHTNING; // Secondary untimed skill. Set to -1 to deactivate.
NTConfig_AttackSkill[7] = -1; // Alternative untimed skill which is used if the target is immune to your untimed skill - mostly useful for FB/FO/Meteor sorcs or other sorcs that are using the same untimed skills. Set to -1 to deactivate.
mehr eig nicht
vielleicht solltest du keine light immunen ohne infinity angreifen
ok
ausser er machts bei jedem gegner
bei mir funzten die einträge aus irgendeinem grund nicht... also hab ich einfach die skillnummern verwendet und es geht jez,
Quote:
NTConfig_AttackSkill[0] = 45;
bräuchten halt ne bissel ausführlichere beschreibung von dir.. was wo passiert usw.
also ich bin nur in alptraum von daher hat sich das mit den immunen!
also was genau poassier los gehts:
Ich starte den Bot
Logt saich ein
Öffnet ein game
danns teht da 3mal in blau oben links Loading default config!
ok dann macht mein bot alles was er soll kauft tränke belebt merc und telt dann zu andy dort macht er statik dann telt er nur noch rum bis sein leben weg sit.!
Habe eine blitzsorc.
[Release] D2NT 3.1 1.13c 07/17/2016 - Diablo 2 - 91 Replies hi,
hab eben den d2nt3.1 gefunden. ein neues baba script is dabei.
release thread eon
D2NT3.1
[Realease] Muddy's Waypoint Catcher 08/21/2013 - Diablo 2 Programming - 46 Replies Moin zusammen,
hier mal die erste Release Version eines kleinen Scripts genannt Waypoint Catcher. Das ganze ist jetzt nichtmal 24h alt, dementsprechend sind vermutlich noch einige Bugs vorhanden. Hinweise dazu nehme ich gerne entgegen. ;)
Features:
- Suchen sämtlicher Wegpunkte mit Ausnahme, wobei in Akt ein durch Probleme im Jail Bereich nach dem Wegpunkt Outer Cloister abgebrochen wird
- Wahlweise auch mit TP an jedem gefundenen Wp, sodass man damit auch anderen (nicht-Bots) die...
[D2NT] Long Dia Release 05/10/2011 - Diablo 2 Programming - 28 Replies Ein kleines Script für diablo, es startet beim eingang macht ein tp cleart den weg zum star macht am star noch ein tp dann läufts wie das normale nur cleart es schöner :)
hoffe euch gefällts ich habs noch nicht wirklich getestet (2-3 runs) bugs können gerne hier gepostet werden verbesserungs vorschläge auch :D
installation:
1.)Script in den Bot ordner kopieren
2.)Script im editor oder vergleichbaren öffnen
3.) Msg´s anpassen (ist nicht schwer)
4.) in der char config die zeile...
Muddy's D2NT Help 07/29/2010 - Diablo 2 - 3 Replies hi i just started to use the bot it work's great.
how do i set up the skill's i use on my Sorc and pick up itme's?
.....
if you reply to this post please use english