![]() |
Need Help with Cl/Orb sorceress [Etal 1018p] - Printable Version +- Blizzard Sector (https://www.blizzsector.co) +-- Forum: Diablo II (https://www.blizzsector.co/forum-4.html) +--- Forum: Hacks Bots and Editors (https://www.blizzsector.co/forum-16.html) +--- Thread: Need Help with Cl/Orb sorceress [Etal 1018p] (/thread-47855.html) |
Need Help with Cl/Orb sorceress [Etal 1018p] - nakkipaska - 03-01-2012 So i need help to configureing it to get it running in Etal 1018p. So i post my configuration what im now useing and it just stop at pit lv 2 . dunno why ![]() And here is my Skill configure Cold Skills : 1 Frozen armor 1 Ice Bolt 1 Ice blast 1 clacial spike 1 Frost nova 1 blizzard 20 Frozen orb 8 ColdMastery Lightning skills : 1 Charged bolt 1 telekinesis 1 static field 1 teleport 20 Lightning 20 ChainLightning 20 LightningMastery Fire Skills : 1 Warmth Max Skills : Max Lightning Max ChainLightning Max Lighting Mastery Max FrozenOrb Stats ; Strength : Enought for gear Dexterity : none Vitality : rest energy : none Gear : Tal Rasha set Shield : Spirit Gloves : Changeguards Boots : Eth Sandstorm Treks //------------------------------------------------------------------------------ // Attack Configuration // * Change the -1's to the corresponding #'s found in /D2NT/sdk/skills.txt // * As of Jan 17th: -1 = Disabled, 0 = Normal Attack. //------------------------------------------------------------------------------ NTConfig_AttackSkill[0] = -1; // First skill. Maybe slow missiles NTConfig_AttackSkill[1] = 53; // Primary skill to super unique/champion. NTConfig_AttackSkill[2] = 38; // Primary untimed skill to super unique/champion. NTConfig_AttackSkill[3] = 53; // Primary skill to others. NTConfig_AttackSkill[4] = 38; // Primary untimed skill to others. NTConfig_AttackSkill[5] = 64; // Secondary skill in case monster is immune to primary skill. NTConfig_AttackSkill[6] = 38; // Secondary untimed skill. NTConfig_AttackSkill[7] = -1; // Tertiary skill to everything else in case monster is immune to both primary and secondary. NTConfig_AttackSkill[8] = -1; // Tertiary untimed skill. NTConfig_AttackSkill[9] = 53; // Primary skill to boss (diablo/meph/Duriel/andy) NTConfig_AttackSkill[10] = 38; // Primary skill to baal this MUST be set if you do baal charged bolt works well here NTConfig_ChainLightOnLightImmunes = false; // Set true to use Chain Lighning automatically on light immune mobs. NTConfig_DancingSorc = true; // Periodically teleport between attacks, settings below. NTConfig_AttackJump = 5; // # of attacks before teleporting. NTConfig_BounceRange = 9; // Range away from mob to keep when teleporting. NTConfig_DanceStartHp = 78; // Auto dance if below this % health? (Set -1 to disable, 101 to always.) NTConfig_DanceStartMp = -1; // Auto dance if below this % mana? (Set -1 to disable, 101 to always.) prewavespot = [15092, 5040]; // Pre-Wave standing (X,Y) coordinates. (For Baal Scripts.) NTConfig_PreWaveSpam = 0; // Attack skill to spam between waves. Set "0" to disable. KBLSpamPos = [15090, 5028, 15099, 5028, 15093, 5028]; // (X,Y) coordinates to attack with NTConfig_PreWaveSpam. NTconfig_HighMaxAttack = true; // Use HighMaxAttacks? (False = LowMaxAttacks.) High/Low are below. NTConfig_HighMaxAttackAreas = [131]; // If above is set false (you're using LowMaxAttacks), add areas to bypass LowMaxAttacks and use HighMaxAttacks instead. (Recommended in Baal's Throne Room.) MNTConfig_HighMaxAttacks = 300; // Maximum number of attacks (HIGH) before skipping. NTConfig_LowMaxAttacks = 15; // Maximum number of attacks (LOW) before skipping. MonstersToAttackFirst = // Monster ID's to attack first. (Monsters which resurrect / spawn others are good choices.) [58,59,60,61,62,101,102,103,104,190,191, 192,193,194,206,207,208,209,228,239,240, 241,278,279,280,281,282,283,303,312,480, 481,482,483,484,485,486,529]; NTConfig_AttackingThis = false; // Used to say target monsters ID/Name - Primarily for Dev purposes My primary goal is to run Pitruns, Travincal, Ancients tunnel, or other 85lv places. ( [U]Maybe Baalruns[/U] ? rolleyes: ) Need Help with Cl/Orb sorceress [Etal 1018p] - comper - 03-01-2012 can I get you to c/p your char config file in pastebin.com so I can have a look at it thanks Need Help with Cl/Orb sorceress [Etal 1018p] - nakkipaska - 03-01-2012 comper Wrote:can I get you to c/p your char config file in pastebin.com so I can have a look at it etal 1018 sorceress cl/orb - Pastebin.com Here you go ![]() Need Help with Cl/Orb sorceress [Etal 1018p] - comper - 03-01-2012 nakkipaska Wrote:etal 1018 sorceress cl/orb - Pastebin.com Here you go on this line - NTConfig_FreeSpace = 0; you need to change the 0 to a 4 - it is on line 248 and do you have the wps for the 2 act 3 scripts do you get a error after it is done with the pits? Need Help with Cl/Orb sorceress [Etal 1018p] - nakkipaska - 03-01-2012 comper Wrote:on this line - NTConfig_FreeSpace = 0; you need to change the 0 to a 4 - it is on line 248 ye i changed that ![]() ![]() Need Help with Cl/Orb sorceress [Etal 1018p] - comper - 03-02-2012 nakkipaska Wrote:ye i changed that also check the log in your manager when it is running most the time it will tell you if something happen let me know if you get it to working and if not might have to use teamviewer so I can see what is going on thanks |