D2NT muddy BOT DONT USE CTA

11/21/2011 23:30 schwull#1
Hello,

My problem is my Sorc dont use His CTA , frost armor and enchant she is doing.

i had do all what i find but noting use?
11/22/2011 00:58 thomyboz#2
NTPrecast.ntl :

var _MWP_BoSlot = 2;
var _MWP_AttackSlot = 1;


ntconfig_sorcess.....


// Set this to true if you would like to switch slots right after casting BC, BO and Shout. If set to false, your char will remain with the BO Slot until the whole precast procedure is done.
MWConfig_SwitchSlotsAfterBoPrecast = true;

// Set this to true to force your bot to swap slots before precast. In case you are using CTA, set this to false.
MWConfig_SwitchSlotsForPrecast = false;
11/22/2011 06:33 sataan1337#3
i had to modify NTCommon.ntl

ensure that it looks like this (about line 1219)

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;
	_slotVal[0].BonusSkills = 0;
	_slotVal[0].Primary = 1;
	
	_slotVal[1] = new Array();
	_slotVal[1].IsCTASlot = true;
	_slotVal[1].BoLevel = 0;
	_slotVal[1].Primary = 0;
and it may only work if she is wearing a spirit on the cta slot

most of the answers you'll find in this thread:
[Only registered and activated users can see links. Click Here To Register...]
or by using google wich will mostly guide you to this thread ;)
11/22/2011 15:35 Muddy Waters#4
Didn't I already move your first thread? I'm pretty sure I did, might have forgot to let you know, though. Anyway, please post you questions in the corresponding topic.

#closed