Hi,Quote:
I have problem.
My sorc dont use cta precast :|
Show overhead status : Performing precast and nothing else
use Muddy's D2NT 1.30 Rev. 4
Code://------------------------------------------------------------------------------ // Precast Configuration //------------------------------------------------------------------------------ // 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 = []; // 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;
you have to overwrite line 1224 in the NTCommon libary (Muddy's D2NT\scripts\libs\Common) with:
Code:
_slotVal[0].Primary = 0;