Probleme mit Cta

01/18/2012 14:19 Coolius#1
Moin leute

ich weiß dass es zu 100% ein sau blöder Fehler meinerseits ist aber ich komm einfach nicht drauf wie ich es lösen soll.
Also bitte nicht gleich Steinigen ich habe mich umgeschaut aber einfach keine lösung gefunden.

Undzwar hab ich ein Sorc mit CTA die aber einfach nicht booen möchte. Es sei denn ich pack mein Cta in den ersten Waffenslot. Dann habe ich allerdings das Problem, dass Sie mit dem Cta kämpft. Geht auch ist aber alles andere als ideal...

hier ist mal meine Precast Config

PHP 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 = [MWS_SHIVER_ARMORMWS_ENCHANT];
    
    
// 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 true

Ich benutz Muddys Btw ;)

Also vielen dank und nochmals... bitte nicht Steinigen :rolleyes:
01/18/2012 16:54 XxArenaxX#2
Selbiges Problem hatte ich mit meiner Sorc auch, TheCrazy11 hat mir dann freundlicherweise die Lösung geschickt. Werde dir die Pm mal weiterleiten.

Warum extra neues Thema und nicht in den Thread wo du den Bot geladen hast? Das Forum bleibt übersichtlich und mir wurde dort auch schnell geholfen...
01/19/2012 01:01 Tomskybaby#3
hab das gleiche problem auch , nutze auch D2NT muddys

kann mir jemand bitte helfen.. bitte
01/19/2012 10:59 XxArenaxX#4
habe die Pn mal in Muddys Thread gepostet, kann dort also jetzt gefunden werden:

[Only registered and activated users can see links. Click Here To Register...]
01/19/2012 16:00 TheCrazy11#5
Quote:
Originally Posted by XxArenaxX View Post
Selbiges Problem hatte ich mit meiner Sorc auch, TheCrazy11 hat mir dann freundlicherweise die Lösung geschickt. Werde dir die Pm mal weiterleiten.
Schreibst du bitte meinen Namen in Muddy Thread richtig? ;)

Habs jetzt auch zu meinem Post hinzugeschrieben: [Only registered and activated users can see links. Click Here To Register...]
01/19/2012 17:00 XxArenaxX#6
oh, keine Ahnung wie ich es geschafft habe heute morgen so viele Rechtschreibfehler einzubauen-.- Ist verbessert^^
01/19/2012 20:41 RedDimbun#7
\Muddy's D2NT\scripts\libs\Common.ntl

dort mal nach "Array" suchen und das so einstellen:

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;

so sollte das problem gelöst sein :)

gruß