Incorect
Group: Scammer Joined: 30 May 2014 Posts: 15 Gold: Locked
Status: Warn:  Reputation: 1

|
#10 Posted: 31 May 2014 07:33 am Post subject: |
|
|
Open the file NTLeechStarter.ntj , which is located in the " Trunk \ D2NT \ scripts " .
/ / Leader Account settings
leaderAccountName var = ""; / / Enter here the name of the account to which the leader .
leaderName var = ""; / / here is to be the leader's character name
/ / Game password ( leave blank if none)
gamepassword var = ""; / / If your game has a password , enter it here . If not - leave the field blank .
Now we take up the config .
Enter the directory " Trunk \ D2NT \ scripts \ NTBot \ char_configs " . Now it's time to change the name of the config Leech . Assuming that your leech is a sorceress with a nickname of "light " , the name of config should be as follows :
NTConfig_Sorceress_light.ntl
Open the file you just edited .
Here you will put the most relevant excerpts:
It must necessarily be preceded by two slashes "/ /" .
/ / NTConfig_Script.push ( " NTNoobCheck.ntj ");
_leader = "" / / name as a leader
NTConfig_PatryOnlyLeader = false ; / / Set true if publicmode is set to false and you want to take / give a party only leaderowi . Recommended false.
NTConfig_Leader = "" / / It makes no sense to describe , is also to be onscreen as a leader
NTConfig_LeechBo = true ; / / If you want to give your boo leech set to true , otherwise give false. I do not recommend if the leader has a better boo .
If you want to use the script Diablo Leech Battling take care of it , otherwise do not touch it .
NTConfig_Script.push ( " NTDiabloLeechFight.ntj ");
LeechC_TakeTp = "TP Up! " / / This must be entered in the exact message that sends a leader when you put teleport . Is case sensitive ! If it will not set up the bot will not enter the TP
NTConfig_LeechFrom = " E" ; / / If the leech has to start from the beginning of the sanctuary , type "E " if the pentagram type " S" (must be uppercase )
If you want to use the script Baal Leech Battling take care of it , otherwise do not touch it .
NTConfig_Script.push ( " NTBaalHelper.ntj ");
_fightertp = " HOT TP " / / This must be entered in the exact message that sends a leader when you put teleport . Is case sensitive ! If it will not set up the bot will not enter the TP
NTConfig_KillBaal = true ; / / Set true if the bot is going to baal
NTConfig_LeechHydra = true ; / / Set true if the bot is no escape from the Hydras after 3 wave
NTConfig_TakeWSlvl3TP = false ; / / Set true if the bot puts teleport before the throne , cleaned the whole way to the throne of baal and you want to enter it . The default is false .
If you want to use the script Baal Leech Standing handle it , otherwise do not touch it .
NTConfig_Script.push ( " NTKillBaalLeech.ntj ");
NTConfig_UsePaliAura = 0 ; / / Do you want to activate the leech some aura , 0 = no use , 1 = Resy , 2 = fanaticism , 3 = Any Team
NTConfig_FollowtoWorldStone = false ; / / Set true if the bot has come to baal
NTConfig_LeechPrecast = false ; / / Set true if the leech has to do precast
NTConfig_Blocker = false ; / / Set to true if your leech is strong and has become the center of monsters
If you want to configure script Baal Leech fighting running (without tele) take care of it , otherwise do not touch it .
QUOTE
/ / NTConfig_Script.push ( " WalkingBaalFighter.ntj ");
NTConfig_KillBaalWalking = false ; / / Set true if you want to kill baal went
_walkfightertp = "TP up ." / / Message when tp is placed , as in the above cases
The numbers correspond to the grates in your backpack. 0 - the bot will leave whatever is there, 1 - a place for bot . Set discretion , if you are using a bot standing , preferably all set to 0
NTConfig_Columns [ 0 ] = [ 0,0,0,0,0,0,0,0,0,0 ] ;
NTConfig_Columns [ 1 ] = [ 0,0,0,0,0,0,0,0,0,0 ] ;
NTConfig_Columns [ 2 ] = [ 0,0,0,0,0,0,0,0,0,0 ] ;
NTConfig_Columns [ 3 ] = [ 0,0,0,0,0,0,0,0,0,0 ] ;
NTConfig_PublicMode = true ; / / In the case of leechbota MUST be true unless you set the bot is to give party only leaderowi
Configuring attacks. Matter of Leech standing . I posted the easiest and best config for soski light
/ / ------------------------------------------------ ------------------------------
/ / Attack configuration
/ / Change the 0 's is corosponding # 's found in / D2NT/sdk/skills.txt
/ / ------------------------------------------------ ------------------------------
NTConfig_AttackSkill [ 0] = 49; / / First skill . Maybe slow missiles
NTConfig_AttackSkill [ 1] = 49; / / Primary skill is a super unique / champion .
NTConfig_AttackSkill [ 2] = 49; / / Primary untimed skill is a super unique / champion .
NTConfig_AttackSkill [ 3] = 49; / / Primary skill to others .
NTConfig_AttackSkill [ 4] = 49; / / Primary untimed skill to others .
NTConfig_AttackSkill [ 5] = 49 / / Secondary skill in case monster is immune is a primary skill .
NTConfig_AttackSkill [6] = 49; / / Secondary untimed skill .
NTConfig_AttackSkill [7 ] = 49; / / Tertiary skill to everything else in case monster is immune is both primary and secondary .
NTConfig_AttackSkill [ 8] = 49; / / Tertiary skill untimed .
NTConfig_AttackSkill [9 ] = 49; / / Primary skill a boss ( diablo / Meph / Duriel / andy )
NTConfig_AttackSkill [ 10 ] = 49; / / Primary skill is baal this MUST be set if you do baal charged bolt works well here |
|