Handelt es sich nur um das Problem, dass er die Waffe für BO nicht wechselt?Quote:
hallo, ich habe ein SEHR merkwürdiges problem...
früher hat mein pala nicht die waffen gewechselt, um einen schrei zu casten. dann hab ich aber das spiel neu installiert und auf einmal... hat es funktioniert! er hat die waffe gewechselt! jetzt habe ich allerdings etwas bei dem bot geändert, was nichts mit damit zu tun haben kann und er hat wieder nichts gezaubert. habe es dann wieder neu installiert und es funkioniert wieder. aber ich möchte nicht bei jeder änderung das spiel neu installieren^^ weiß jemand vielleicht weiter? vielen dank !!!
Quote:
CtA-Fix für Muddy's D2NT:
Änder mal in der NTCommon.ntl die Zeile 1224 auf:
Also im Kontext:Code:_slotVal[0].Primary = 0;
zusätzlich noch ab Zeile 1301:Code:// Array format: index 0: Value; index 1: Non-Class BO; index 2: CTA Slot _slotVal = new Array(); _slotVal[0] = new Array(); _slotVal[0].IsCTASlot = false; _slotVal[0].BoLevel = 0; [B] _slotVal[0].Primary = 0;[/B] _slotVal[1] = new Array(); _slotVal[1].IsCTASlot = false; _slotVal[1].BoLevel = 0; _slotVal[1].Primary = 0;
Code:for(var i = 0; i < _slotVal.length; i++) { if(me.classid == NTC_CHAR_CLASS_BARBARIAN && _slotVal[i].BoLevel > 3) _slotVal[i].Primary += 3; else _slotVal[i].Primary += _slotVal[i].BoLevel; } [B]if(_slotVal[0].Primary > _slotVal[1].Primary && (type != "precast" || me.classid == NTC_CHAR_CLASS_BARBARIAN) || _slotVal[0].IsCTASlot)[/B] return 0; else [B]if(_slotVal[0].Primary < _slotVal[1].Primary && (type != "precast" || me.classid == NTC_CHAR_CLASS_BARBARIAN) || _slotVal[1].IsCTASlot)[/B] return 1; return -1; }
es hat sich geändert mit der neuen schreibweiseQuote:
hi
kann mir jemand wieso diese pick it liste nicht mehr funktioniert ???
GLOVES
Name = Chain Gloves : Quality = Unique : 80 = 40
Name = Ogre Gauntlets : Quality = Unique : Strength = 20 : Enhanced Damage >= 55
Name = Vampirebone Gloves : Quality = Unique : Life Leech = 10 : Strength = 15
;Name = Light Gauntlets : Quality = Unique : Enhanced Defense = 30
;Name = Gauntlets : Quality = Unique : Enhanced Defense = 20
; BELTS
Name = Heavy Belt : Quality = Unique : Flag != Eth : itemgoldbonus = 80
Name = Demonhide Sash : Flag != Eth : Quality = Unique : Life Leech = 8 : DamageResist = 15 : magicdamagereduction = 15 : Enhanced Defense = 180
Name = War Belt : Quality = Unique : Flag != Eth : Enhanced Defense = 200
Name = Spiderweb Sash : Quality = Unique : Flag != Eth
Name = Mithril Coil : Quality = Unique : Flag != Eth : Vitality = 40 : DamageResist = 15
;Name = Vampirefang Belt : Flag != Eth : Quality = Unique
; BOOTS
;Name = Demonhide Boots : Quality = Unique : itemgoldbonus = 70
Name = Sharkskin Boots : Flag != Eth : Quality = Unique : MaxHP = 65
Name = Battle Boots : Quality = Unique : Flag != Eth : 80 >= 49
Name = War Boots : Quality = Unique : Flag != Eth : Enhanced Defense = 200
Name = Scarabshell Boots : Quality = Unique : Strength = 15 : Vitality >= 15 : Flag != Eth
Name = Scarabshell Boots : Quality = Unique : Flag = Eth
Name = Boneweave Boots : Quality = Unique : Flag != Eth : skillskeletonmastery = 2 : Strength = 20
Name = Myrmidon Greaves : Quality = Unique : Flag != Eth : Dexterity = 25
???
denk ich mir...Quote:
// ##### Gloves ########################
[Name] == ChainGloves && [Quality] == unique && [Flag] != ethereal # [EnhancedDefense] >= 25 && [ItemMagicBonus] >= 40 // Chance Guards
Die Pickit-Variante ist veraltet; diese hat sich mit der neuen D2NT-Variante geändert.Quote:
hi
kann mir jemand wieso diese pick it liste nicht mehr funktioniert ???
GLOVES
Name = Chain Gloves : Quality = Unique : 80 = 40
Name = Ogre Gauntlets : Quality = Unique : Strength = 20 : Enhanced Damage >= 55
Name = Vampirebone Gloves : Quality = Unique : Life Leech = 10 : Strength = 15
;Name = Light Gauntlets : Quality = Unique : Enhanced Defense = 30
;Name = Gauntlets : Quality = Unique : Enhanced Defense = 20
; BELTS
Name = Heavy Belt : Quality = Unique : Flag != Eth : itemgoldbonus = 80
Name = Demonhide Sash : Flag != Eth : Quality = Unique : Life Leech = 8 : DamageResist = 15 : magicdamagereduction = 15 : Enhanced Defense = 180
Name = War Belt : Quality = Unique : Flag != Eth : Enhanced Defense = 200
Name = Spiderweb Sash : Quality = Unique : Flag != Eth
Name = Mithril Coil : Quality = Unique : Flag != Eth : Vitality = 40 : DamageResist = 15
;Name = Vampirefang Belt : Flag != Eth : Quality = Unique
; BOOTS
;Name = Demonhide Boots : Quality = Unique : itemgoldbonus = 70
Name = Sharkskin Boots : Flag != Eth : Quality = Unique : MaxHP = 65
Name = Battle Boots : Quality = Unique : Flag != Eth : 80 >= 49
Name = War Boots : Quality = Unique : Flag != Eth : Enhanced Defense = 200
Name = Scarabshell Boots : Quality = Unique : Strength = 15 : Vitality >= 15 : Flag != Eth
Name = Scarabshell Boots : Quality = Unique : Flag = Eth
Name = Boneweave Boots : Quality = Unique : Flag != Eth : skillskeletonmastery = 2 : Strength = 20
Name = Myrmidon Greaves : Quality = Unique : Flag != Eth : Dexterity = 25
???
einfach so einstellen ;)Quote:
Wie kann ich einstellen, dass meine Sorc auch Manaschild und Frostrüstung benutzt.
// Your precast skills can be defined in the array below. NOTE: Battle Command, Battle Orders and Shout will be cast automatically. Constants for all skill ids can be found in "scripts\libs\common\MWSkills.ntl". MWConfig_PrecastSkills = [MWS_FROZEN_ARMOR, MWS_ENERGY_SHIELD];
Dafür gibts den [Only registered and activated users can see links. Click Here To Register...]-Button unten rechts ;)Quote:
Wunderbar klappt perfekt.
Was nützt mir auch ne dicke manabatterie ohne Manaschild ;-)
Vielen Dank
relativ gute Pickits findest du hier:Quote:
hmmm scheise das alles um zu schreiben *shit*