![]() |
Include("config/NTConfig.ntl");
var NTConfig_CastStatic; function NT_LoadConfig() { //------------------------------------------------------------------------------ // Boss configuration //------------------------------------------------------------------------------ //NTConfig_Script.push("NTPindleskin.ntj"); NTConfig_NihlathakExtension = true; //NTConfig_Script.push("NTNihlathak.ntj"); NTConfig_PindleskinExtension = true; NTConfig_Script.push("NTEldritch.ntj"); NTConfig_ShenkExtension = false; NTConfig_Script.push("NTThreshSocket.ntj"); //NTConfig_Script.push("NTFrozenRiver.ntj"); NTConfig_ClearFrozenRiver = false; //NTConfig_Script.push("NTGlacialTrail.ntj"); NTConfig_ClearGlacialTrail = false; //NTConfig_Script.push("NTIcyCellar.ntj"); NTConfig_ClearIcyCellar = false; //NTConfig_Script.push("NTBaal.ntj"); NTConfig_KillBaal = false; //NTConfig_Script.push("NTDiablo.ntj"); NTConfig_KillDiablo = false; NTConfig_Script.push("NTMephisto.ntj"); //NTConfig_Script.push("NTTravincal.ntj"); NTConfig_Script.push("NTSummoner.ntj"); NTConfig_Script.push("NTDuriel.ntj"); //NTConfig_Script.push("NTAncientTunnels.ntj"); NTConfig_Script.push("NTAndariel.ntj"); NTConfig_Script.push("NTCountess.ntj"); NTConfig_Script.push("NTPit.ntj"); NTConfig_ClearPitLevel1 = 1; // 0 : don't clear, 1 : clear path only, 2 : clear all //NTConfig_Script.push("NTMausoleum.ntj"); me.maxgametime = 600; // time in seconds, maximum game length (0 is infinite) NTConfig_StartDelay = 0; // Delay time in milliseconds to start; NTConfig_AreaDelay = 500; // Delay time in milliseconds to change area; NTConfig_SnagDelay = 500; // Delay time in milliseconds to wait before starting picking items NTConfig_SkipHealLife = 90; // If you have more than this percent of life, you won't go to a healer NTConfig_SkipHealMana = 70; // If you have more than this percent of mana, you won't go to a healer NTConfig_SkipHealCurses = false;// If you want to skip curses, set to true NTConfig_UseMerc = true; // Set to true if you use a mercenary, will revive merc at a reviver npc. NTConfig_ResetWeapon = false; // Set to true to reset weapon when reviving merc NTConfig_LifeThresh = 60; // Drink a normal potion if under this percent of life. NTConfig_LifeRejuvThresh = 40; // Drink a rejuvenation potion if under this percent of life. NTConfig_ManaThresh = 30; // Drink a normal potion if under this percent of mana. NTConfig_ManaRejuvThresh = 10; // Drink a rejuvenation potion if under this percent of mana. NTConfig_LifeChicken = 30; // This is your chicken life percent. If you go below this life total, exit game. NTConfig_ManaChicken = 0; // This is your chicken mana percent. If you go below this mana total, exit game. NTConfig_MercLifeThresh = 60; // This is the threshold to use a life potion on your merc in percent. NTConfig_MercRejuvThresh = 40; // This is the threshold to use a rejuv potion on your merc in percent. NTConfig_MercChicken = 20; // This is your mercs chicken life percent. If he goes below this, exit game. NTConfig_FreeSpace = 10; // Number of free columns. If less full columns are free stashing is set. // The numbers correspond to your inventory. Set 0 to keep whatever is there, 1 to stash it. NTConfig_Columns[0] = [1,1,1,1,0,0,0,0,0,0]; NTConfig_Columns[1] = [1,1,1,1,0,0,0,0,0,0]; NTConfig_Columns[2] = [1,1,1,1,0,0,0,0,0,0]; NTConfig_Columns[3] = [1,1,1,1,0,0,0,0,0,0]; NTConfig_MinGoldToStash = 100000; // Maximum gold amount carried before going to stash //---------------------------------------------------------------------------------------------- // Type of potion used in each belt column // Available types : "hp" = health | "mp" = mana | "rv" = rejuv. Can use other potion types too. // Keep equal types at adjacent columns. First HP then MP and then HP again is a bad choice. // Keep HP and MP at the beginning of the belt (in case you want to use rejuv and other types). // Rejuvenations MUST, I REPEAT MUST be at the end of the belt (last x columns). // To use rejuvenations only, put "rv" in all columns. //---------------------------------------------------------------------------------------------- NTConfig_BeltColType[0] = "hp"; NTConfig_BeltColType[1] = "mp"; NTConfig_BeltColType[2] = "rv"; NTConfig_BeltColType[3] = "rv"; //---------------------------------------------------------------------------- // Minimum amount of potions in each column before needing refilling // If there's less potions then this number in the column we go and shop. // Set to 4 to go shopping as soon as there's a potion missing. // Recommend leaving columns set to "rv" at 0. Since shops won't carry rejuvs. //---------------------------------------------------------------------------- NTConfig_BeltColMin[0] = 4; NTConfig_BeltColMin[1] = 4; NTConfig_BeltColMin[2] = 0; NTConfig_BeltColMin[3] = 0; //----------------------------------------------------------------------------------- // SnagIt configuration // Here is a list of preset nip files assuming you use nip package. // If you want to add your own .nip files, just copy any line and enter the // To disable a .nip file, just add "//" at the start of the line or delete the line. //----------------------------------------------------------------------------------- NTConfig_NIPFilePath.push("uniques.nip"); NTConfig_NIPFilePath.push("sets.nip"); NTConfig_NIPFilePath.push("whites.nip"); NTConfig_NIPFilePath.push("runes.nip"); NTConfig_NIPFilePath.push("rares.nip"); NTConfig_NIPFilePath.push("magics.nip"); NTConfig_NIPFilePath.push("gems.nip"); NTConfig_NIPFilePath.push("charmsjewels.nip"); NTConfig_NIPFilePath.push("ringsamulets.nip"); NTConfig_NIPFilePath.push("potions.nip"); //NTConfig_NIPFilePath.push("moneymaker.nip"); NTConfig_NIPFilePath.push("keys.nip"); NTConfig_SnagRange = 40; // Radius to check for dropped items. 40 is a good number here //------------------------------------------------------------------------------ // Cubing configuration // Supported gems and runes recipe only //------------------------------------------------------------------------------ NTConfig_Cubing = false; // Enable cubing //NTConfig_CubingItem.push(["gcw",0,3]); //Chipped Diamond gcw //NTConfig_CubingItem.push(["gcv",0,3]); //Chipped Amethyst gcv //NTConfig_CubingItem.push(["gcb",0,3]); //Chipped Saphire gcb //NTConfig_CubingItem.push(["gcy",0,3]); //Chipped Topaz gcy //NTConfig_CubingItem.push(["gcr",0,3]); //Chipped Ruby gcr //NTConfig_CubingItem.push(["gcg",0,3]); //Chipped Emerald gcg //NTConfig_CubingItem.push(["skc",0,3]); //Chipped Skull skc //NTConfig_CubingItem.push(["gfw",0,3]); //Flawed Diamond gfw //NTConfig_CubingItem.push(["gfv",0,3]); //Flawed Amethyst gfv //NTConfig_CubingItem.push(["gfb",0,3]); //Flawed Saphire gfb //NTConfig_CubingItem.push(["gfy",0,3]); //Flawed Topaz gfy //NTConfig_CubingItem.push(["gfr",0,3]); //Flawed Ruby gfr //NTConfig_CubingItem.push(["gfg",0,3]); //Flawed Emerald gfg //NTConfig_CubingItem.push(["skf",0,3]); //Flawed Skull skf //NTConfig_CubingItem.push(["gsw",0,3]); //Normal Diamond gsw //NTConfig_CubingItem.push(["gsv",0,3]); //Normal Amethyst gsv //NTConfig_CubingItem.push(["gsb",0,3]); //Normal Saphire gsb //NTConfig_CubingItem.push(["gsy",0,3]); //Normal Topaz gsy //NTConfig_CubingItem.push(["gsr",0,3]); //Normal Ruby gsr //NTConfig_CubingItem.push(["gsg",0,3]); //Normal Emerald gsg //NTConfig_CubingItem.push(["sku",0,3]); //Normal Skull sku //NTConfig_CubingItem.push(["glw",0,3]); //Flawless Diamond glw //NTConfig_CubingItem.push(["gzv",0,3]); //Flawless Amethyst gzv //NTConfig_CubingItem.push(["glb",0,3]); //Flawless Saphire glb //NTConfig_CubingItem.push(["gly",0,3]); //Flawless Topaz gly //NTConfig_CubingItem.push(["glr",0,3]); //Flawless Ruby glr //NTConfig_CubingItem.push(["glg",0,3]); //Flawless Emerald glg //NTConfig_CubingItem.push(["skl",0,3]); //Flawless Skull skl //NTConfig_CubingItem.push(["r01",0,3]); //El Rune r01 //NTConfig_CubingItem.push(["r02",0,3]); //Eld Rune r02 //NTConfig_CubingItem.push(["r03",0,3]); //Tir Rune r03 //NTConfig_CubingItem.push(["r04",0,3]); //Nef Rune r04 //NTConfig_CubingItem.push(["r05",0,3]); //Eth Rune r05 //NTConfig_CubingItem.push(["r06",0,3]); //Ith Rune r06 //NTConfig_CubingItem.push(["r07",0,3]); //Tal Rune r07 //NTConfig_CubingItem.push(["r08",0,3]); //Ral Rune r08 //NTConfig_CubingItem.push(["r09",0,3]); //Ort Rune r09 //NTConfig_CubingItem.push(["r10",0,3,"gcy",0,1]); //Thul Rune + chipped Topaz r10 + gcy //NTConfig_CubingItem.push(["r11",0,3,"gcv",0,1]); //Amn Rune + chipped Amethyst r11 + gcv //NTConfig_CubingItem.push(["r12",0,3,"gcb",0,1]); //Sol Rune + chipped Saphire r12 + gcb //NTConfig_CubingItem.push(["r13",0,3,"gcr",0,1]); //Shael Rune + chipped Ruby r13 + gcr //NTConfig_CubingItem.push(["r14",0,3,"gcg",0,1]); //Dol Rune + chipped Emerald r14 + gcg //NTConfig_CubingItem.push(["r15",0,3,"gcw",0,1]); //Hel Rune + chipped Diamond r15 + gcw NTConfig_CubingItem.push(["r16",0,3,"gfy",0,1]); //Io Rune + flawed Topaz r16 + gfy NTConfig_CubingItem.push(["r17",0,3,"gfv",0,1]); //Lum Rune + flawed Amethyst r17 + gfv NTConfig_CubingItem.push(["r18",0,3,"gfb",0,1]); //Ko Rune + flawed Saphire r18 + gfb NTConfig_CubingItem.push(["r19",0,3,"gfr",0,1]); //Fal Rune + flawed Ruby r19 + gfr NTConfig_CubingItem.push(["r20",0,3,"gfg",0,1]); //Lem Rune + flawed Emerald r20 + gfg NTConfig_CubingItem.push(["r21",0,2,"gfw",0,1]); //Pul Rune + flawed Diamond r21 + gfw NTConfig_CubingItem.push(["r22",0,2,"gsy",0,1]); //Um Rune + Topaz r22 + gsy NTConfig_CubingItem.push(["r23",0,2,"gsv",0,1]); //Mal Rune + Amethyst r23 + gsv //NTConfig_CubingItem.push(["r24",0,2,"gsb",0,1]); //Ist Rune + Saphire r24 + gsb //NTConfig_CubingItem.push(["r25",0,2,"gsr",0,1]); //Gul Rune + Ruby r25 + gsr //NTConfig_CubingItem.push(["r26",0,2,"gsg",0,1]); //Vex Rune + Emerald r26 + gsg //NTConfig_CubingItem.push(["r27",0,2,"gsw",0,1]); //Ohm Rune + Diamond r27 + gsw //NTConfig_CubingItem.push(["r28",0,2,"gly",0,1]); //Lo Rune + flawless Topaz r28 + gly //NTConfig_CubingItem.push(["r29",0,2,"gzv",0,1]); //Sur Rune + flawless Amethyst r29 + gzv //NTConfig_CubingItem.push(["r30",0,2,"glb",0,1]); //Ber Rune + flawless Saphire r30 + glb //NTConfig_CubingItem.push(["r31",0,2,"glr",0,1]); //Jah Rune + flawless Ruby r31 + gll //NTConfig_CubingItem.push(["r32",0,2,"glg",0,1]); //Cham Rune + flawless Emerald r32 + glg //------------------------------------------------------------------------------ // Gamble configuration // To specify what items to gamble, adjust the array with the desired item codes //------------------------------------------------------------------------------ NTConfig_Gamble = true; // Enable gambling NTConfig_GambleStopGold = 300000; // Gold amount to stop the gambling NTConfig_GambleItem.push("rin"); // Rings NTConfig_GambleItem.push("amu"); // Amulets NTConfig_GambleItem.push("ci0"); // Circlets NTConfig_GambleItem.push("ci1"); // Coronets //NTConfig_GambleItem.push("lgl"); // Leather Gloves //NTConfig_GambleItem.push("vgl"); // Heavy Gloves //NTConfig_GambleItem.push("mgl"); // Chain Gloves //NTConfig_GambleItem.push("tgl"); // Light Gauntlets //NTConfig_GambleItem.push("hgl"); // Gauntlets NTConfig_OpenChest = true; // Set to true to open chest //------------------------------------------------------------------------------ // Attack configuration //------------------------------------------------------------------------------ NTConfig_AttackSkill[0] = 47; // Cast your first spell once. Set to 0 if you won't NTConfig_AttackSkill[1] = 56; // Cast your primary spell to boss. NTConfig_AttackSkill[2] = 0; // Cast your primary spell to others. NTConfig_AttackSkill[3] = 0; // Cast your primary untimed spell if primary spell is timed spell. Set to 0 if you won't NTConfig_AttackSkill[4] = 0; // Cast your secondary spell if monster is immune to your primary spell. Set to 0 if you won't NTConfig_AttackSkill[5] = 0; // Cast your secondary untimed spell if secondary spell is timed spell. Set to 0 if you won't NTConfig_ClearPosition = true; // Set to true if you want to clear area after killing boss. NTConfig_CheckSafe = true; // Set to true to check for curses, merc and potion (go to town if needed) NTConfig_CastStatic = 60; // Cast Static Field until monster's HP lower less than this percent. Set to 100 if you won't } Das is meine Config. Ich habe das selbe Prob wie Padstar. Ich will nur mit meiner Soso boten. |
@ DerDon Wieso postet jeder seine frage ohne vorher bisl was gelesen zu haben....
Der bot läuft auch mit Vista (habs getestet) Lies die letzten paar seiten da steht alles zu deinem problem. Sollte es dort NICHT stehen (was es aber tut) dann mach einen Post mit ALLEN wichtigen infos! Deine Config, Name deiner Config files etc etc etc. Der Post sollte mindestens so lange sein wie meiner hier. Wenn du damit fertig bist überflieg wenigstens im schnelldurchlauf alle 30 Seiten dieses topics, das dauert wirklich nicht lange. Ich meine schau mal, du hast dir einen Bot geholt und vielleicht vorher noch nie gebottet. Das ist wie wenn du zum ersten mal z.B. nen Druiden erstellst, du musst zuerst ein paar tips+tricks vielleicht sogar Guides lesen. |
Thema durchsucht, aber leider keinen Eintrag gefunden:
Ich suche die Zeile, wo ich einstellen kann, dass der Bot nach einem chicken 5 sek. neues Spiel aufmachen soll. Sonst muss ich immer über 2min. warten. in der starter dat. oder in der config? Kann mir jemand fix diese doofe Zeile nennen? Danke im voraus :handsdown: |
kann mir niemand helfen?
|
hab nun wirklich alles durch gelesen und nichts gefunden... hab auch schon versucht die dll. daten in system32 zu packen bringt trotzdem nichts hier meine config:
Include("config/NTConfig.ntl"); var NTConfig_CastStatic; function NT_LoadConfig() { //------------------------------------------------------------------------------ // Boss configuration //------------------------------------------------------------------------------ NTConfig_PublicMode = false; me.quitonhostile = false; //NTConfig_Script.push("NTPindleskin.ntj"); NTConfig_NihlathakExtension = false; //NTConfig_Script.push("NTNihlathak.ntj"); NTConfig_PindleskinExtension = false; NTConfig_Script.push("NTEldritch.ntj"); NTConfig_ShenkExtension = false; //NTConfig_Script.push("NTThreshSocket.ntj"); //NTConfig_Script.push("NTFrozenRiver.ntj"); NTConfig_ClearFrozenRiver = false; //NTConfig_Script.push("NTGlacialTrail.ntj"); NTConfig_ClearGlacialTrail = false; //NTConfig_Script.push("NTIcyCellar.ntj"); NTConfig_ClearIcyCellar = false; //NTConfig_Script.push("NTBaal.ntj"); NTConfig_KillBaal = true; //NTConfig_Script.push("NTDiablo.ntj"); NTConfig_Script.push("NTMephisto.ntj"); //NTConfig_Script.push("NTTravincal.ntj"); NTConfig_Script.push("NTSummoner.ntj"); //NTConfig_Script.push("NTDuriel.ntj"); //NTConfig_Script.push("NTAncientTunnels.ntj"); NTConfig_Script.push("NTAndariel.ntj"); NTConfig_Script.push("NTCountess.ntj"); //NTConfig_Script.push("NTPit.ntj"); NTConfig_ClearPitLevel1 = 1; // 0 : don't clear, 1 : clear path only, 2 : clear all //NTConfig_Script.push("NTMausoleum.ntj"); me.maxgametime = 600; // time in seconds, maximum game length (0 is infinite) NTConfig_StartDelay = 0; // Delay time in milliseconds to start; NTConfig_AreaDelay = 500; // Delay time in milliseconds to change area; NTConfig_SnagDelay = 500; // Delay time in milliseconds to wait before starting picking items NTConfig_SkipHealLife = 90; // If you have more than this percent of life, you won't go to a healer NTConfig_SkipHealMana = 70; // If you have more than this percent of mana, you won't go to a healer NTConfig_SkipHealCurses = false;// If you want to skip curses, set to true NTConfig_UseMerc = true; // Set to true if you use a mercenary, will revive merc at a reviver npc. NTConfig_ResetWeapon = false; // Set to true to reset weapon when reviving merc NTConfig_LifeThresh = 60; // Drink a normal potion if under this percent of life. NTConfig_LifeRejuvThresh = 40; // Drink a rejuvenation potion if under this percent of life. NTConfig_ManaThresh = 30; // Drink a normal potion if under this percent of mana. NTConfig_ManaRejuvThresh = 10; // Drink a rejuvenation potion if under this percent of mana. NTConfig_LifeChicken = 30; // This is your chicken life percent. If you go below this life total, exit game. NTConfig_ManaChicken = 0; // This is your chicken mana percent. If you go below this mana total, exit game. NTConfig_MercLifeThresh = 60; // This is the threshold to use a life potion on your merc in percent. NTConfig_MercRejuvThresh = 40; // This is the threshold to use a rejuv potion on your merc in percent. NTConfig_MercChicken = 20; // This is your mercs chicken life percent. If he goes below this, exit game. NTConfig_FreeSpace = 4; // Number of free columns. If less full columns are free stashing is set. // The numbers correspond to your inventory. Set 0 to keep whatever is there, 1 to stash it. NTConfig_Columns[0] = [1,1,1,1,0,0,0,0,0,0]; NTConfig_Columns[1] = [1,1,1,1,0,0,0,0,0,0]; NTConfig_Columns[2] = [1,1,1,1,0,0,0,0,0,0]; NTConfig_Columns[3] = [1,1,1,1,0,0,0,0,0,0]; NTConfig_MinGoldToStash = 100000; // Maximum gold amount carried before going to stash //---------------------------------------------------------------------------------------------- // Type of potion used in each belt column // Available types : "hp" = health | "mp" = mana | "rv" = rejuv. Can use other potion types too. // Keep equal types at adjacent columns. First HP then MP and then HP again is a bad choice. // Keep HP and MP at the beginning of the belt (in case you want to use rejuv and other types). // Rejuvenations MUST, I REPEAT MUST be at the end of the belt (last x columns). // To use rejuvenations only, put "rv" in all columns. //---------------------------------------------------------------------------------------------- NTConfig_BeltColType[0] = "hp"; NTConfig_BeltColType[1] = "mp"; NTConfig_BeltColType[2] = "rv"; NTConfig_BeltColType[3] = "rv"; //---------------------------------------------------------------------------- // Minimum amount of potions in each column before needing refilling // If there's less potions then this number in the column we go and shop. // Set to 4 to go shopping as soon as there's a potion missing. // Recommend leaving columns set to "rv" at 0. Since shops won't carry rejuvs. //---------------------------------------------------------------------------- NTConfig_BeltColMin[0] = 4; NTConfig_BeltColMin[1] = 4; NTConfig_BeltColMin[2] = 0; NTConfig_BeltColMin[3] = 0; //----------------------------------------------------------------------------------- // SnagIt configuration // Here is a list of preset nip files assuming you use nip package. // If you want to add your own .nip files, just copy any line and enter the // To disable a .nip file, just add "//" at the start of the line or delete the line. //----------------------------------------------------------------------------------- NTConfig_NIPFilePath.push("uniques.nip"); NTConfig_NIPFilePath.push("sets.nip"); NTConfig_NIPFilePath.push("whites.nip"); NTConfig_NIPFilePath.push("runes.nip"); NTConfig_NIPFilePath.push("rares.nip"); NTConfig_NIPFilePath.push("magics.nip"); NTConfig_NIPFilePath.push("gems.nip"); NTConfig_NIPFilePath.push("charmsjewels.nip"); NTConfig_NIPFilePath.push("ringsamulets.nip"); NTConfig_NIPFilePath.push("potions.nip"); //NTConfig_NIPFilePath.push("moneymaker.nip"); NTConfig_NIPFilePath.push("keys.nip"); NTConfig_SnagRange = 40; // Radius to check for dropped items. 40 is a good number here //------------------------------------------------------------------------------ // Cubing configuration // Supported gems and runes recipe only //------------------------------------------------------------------------------ NTConfig_Cubing = false; // Enable cubing //NTConfig_CubingItem.push(["gcw",0,3]); //Chipped Diamond gcw //NTConfig_CubingItem.push(["gcv",0,3]); //Chipped Amethyst gcv //NTConfig_CubingItem.push(["gcb",0,3]); //Chipped Saphire gcb //NTConfig_CubingItem.push(["gcy",0,3]); //Chipped Topaz gcy //NTConfig_CubingItem.push(["gcr",0,3]); //Chipped Ruby gcr //NTConfig_CubingItem.push(["gcg",0,3]); //Chipped Emerald gcg //NTConfig_CubingItem.push(["skc",0,3]); //Chipped Skull skc //NTConfig_CubingItem.push(["gfw",0,3]); //Flawed Diamond gfw //NTConfig_CubingItem.push(["gfv",0,3]); //Flawed Amethyst gfv //NTConfig_CubingItem.push(["gfb",0,3]); //Flawed Saphire gfb //NTConfig_CubingItem.push(["gfy",0,3]); //Flawed Topaz gfy //NTConfig_CubingItem.push(["gfr",0,3]); //Flawed Ruby gfr //NTConfig_CubingItem.push(["gfg",0,3]); //Flawed Emerald gfg //NTConfig_CubingItem.push(["skf",0,3]); //Flawed Skull skf //NTConfig_CubingItem.push(["gsw",0,3]); //Normal Diamond gsw //NTConfig_CubingItem.push(["gsv",0,3]); //Normal Amethyst gsv //NTConfig_CubingItem.push(["gsb",0,3]); //Normal Saphire gsb //NTConfig_CubingItem.push(["gsy",0,3]); //Normal Topaz gsy //NTConfig_CubingItem.push(["gsr",0,3]); //Normal Ruby gsr //NTConfig_CubingItem.push(["gsg",0,3]); //Normal Emerald gsg //NTConfig_CubingItem.push(["sku",0,3]); //Normal Skull sku //NTConfig_CubingItem.push(["glw",0,3]); //Flawless Diamond glw //NTConfig_CubingItem.push(["gzv",0,3]); //Flawless Amethyst gzv //NTConfig_CubingItem.push(["glb",0,3]); //Flawless Saphire glb //NTConfig_CubingItem.push(["gly",0,3]); //Flawless Topaz gly //NTConfig_CubingItem.push(["glr",0,3]); //Flawless Ruby glr //NTConfig_CubingItem.push(["glg",0,3]); //Flawless Emerald glg //NTConfig_CubingItem.push(["skl",0,3]); //Flawless Skull skl //NTConfig_CubingItem.push(["r01",0,3]); //El Rune r01 //NTConfig_CubingItem.push(["r02",0,3]); //Eld Rune r02 //NTConfig_CubingItem.push(["r03",0,3]); //Tir Rune r03 //NTConfig_CubingItem.push(["r04",0,3]); //Nef Rune r04 //NTConfig_CubingItem.push(["r05",0,3]); //Eth Rune r05 //NTConfig_CubingItem.push(["r06",0,3]); //Ith Rune r06 //NTConfig_CubingItem.push(["r07",0,3]); //Tal Rune r07 //NTConfig_CubingItem.push(["r08",0,3]); //Ral Rune r08 //NTConfig_CubingItem.push(["r09",0,3]); //Ort Rune r09 //NTConfig_CubingItem.push(["r10",0,3,"gcy",0,1]); //Thul Rune + chipped Topaz r10 + gcy //NTConfig_CubingItem.push(["r11",0,3,"gcv",0,1]); //Amn Rune + chipped Amethyst r11 + gcv //NTConfig_CubingItem.push(["r12",0,3,"gcb",0,1]); //Sol Rune + chipped Saphire r12 + gcb //NTConfig_CubingItem.push(["r13",0,3,"gcr",0,1]); //Shael Rune + chipped Ruby r13 + gcr //NTConfig_CubingItem.push(["r14",0,3,"gcg",0,1]); //Dol Rune + chipped Emerald r14 + gcg //NTConfig_CubingItem.push(["r15",0,3,"gcw",0,1]); //Hel Rune + chipped Diamond r15 + gcw NTConfig_CubingItem.push(["r16",0,3,"gfy",0,1]); //Io Rune + flawed Topaz r16 + gfy NTConfig_CubingItem.push(["r17",0,3,"gfv",0,1]); //Lum Rune + flawed Amethyst r17 + gfv NTConfig_CubingItem.push(["r18",0,3,"gfb",0,1]); //Ko Rune + flawed Saphire r18 + gfb NTConfig_CubingItem.push(["r19",0,3,"gfr",0,1]); //Fal Rune + flawed Ruby r19 + gfr NTConfig_CubingItem.push(["r20",0,3,"gfg",0,1]); //Lem Rune + flawed Emerald r20 + gfg NTConfig_CubingItem.push(["r21",0,2,"gfw",0,1]); //Pul Rune + flawed Diamond r21 + gfw NTConfig_CubingItem.push(["r22",0,2,"gsy",0,1]); //Um Rune + Topaz r22 + gsy NTConfig_CubingItem.push(["r23",0,2,"gsv",0,1]); //Mal Rune + Amethyst r23 + gsv //NTConfig_CubingItem.push(["r24",0,2,"gsb",0,1]); //Ist Rune + Saphire r24 + gsb //NTConfig_CubingItem.push(["r25",0,2,"gsr",0,1]); //Gul Rune + Ruby r25 + gsr //NTConfig_CubingItem.push(["r26",0,2,"gsg",0,1]); //Vex Rune + Emerald r26 + gsg //NTConfig_CubingItem.push(["r27",0,2,"gsw",0,1]); //Ohm Rune + Diamond r27 + gsw //NTConfig_CubingItem.push(["r28",0,2,"gly",0,1]); //Lo Rune + flawless Topaz r28 + gly //NTConfig_CubingItem.push(["r29",0,2,"gzv",0,1]); //Sur Rune + flawless Amethyst r29 + gzv //NTConfig_CubingItem.push(["r30",0,2,"glb",0,1]); //Ber Rune + flawless Saphire r30 + glb //NTConfig_CubingItem.push(["r31",0,2,"glr",0,1]); //Jah Rune + flawless Ruby r31 + gll //NTConfig_CubingItem.push(["r32",0,2,"glg",0,1]); //Cham Rune + flawless Emerald r32 + glg //------------------------------------------------------------------------------ // Gamble configuration // To specify what items to gamble, adjust the array with the desired item codes //------------------------------------------------------------------------------ NTConfig_Gamble = false; // Enable gambling NTConfig_GambleStopGold = 300000; // Gold amount to stop the gambling NTConfig_GambleItem.push("rin"); // Rings NTConfig_GambleItem.push("amu"); // Amulets NTConfig_GambleItem.push("ci0"); // Circlets NTConfig_GambleItem.push("ci1"); // Coronets //NTConfig_GambleItem.push("lgl"); // Leather Gloves //NTConfig_GambleItem.push("vgl"); // Heavy Gloves //NTConfig_GambleItem.push("mgl"); // Chain Gloves //NTConfig_GambleItem.push("tgl"); // Light Gauntlets //NTConfig_GambleItem.push("hgl"); // Gauntlets NTConfig_OpenChest = true; // Set to true to open chest //------------------------------------------------------------------------------ // Attack configuration //------------------------------------------------------------------------------ NTConfig_AttackSkill[0] = 49; // Cast your first spell once. Set to 0 if you won't NTConfig_AttackSkill[1] = 49; // Cast your primary spell to boss. NTConfig_AttackSkill[2] = 53; // Cast your primary spell to others. NTConfig_AttackSkill[3] = 0; // Cast your primary untimed spell if primary spell is timed spell. Set to 0 if you won't NTConfig_AttackSkill[4] = 0; // Cast your secondary spell if monster is immune to your primary spell. Set to 0 if you won't NTConfig_AttackSkill[5] = 0; // Cast your secondary untimed spell if secondary spell is timed spell. Set to 0 if you won't NTConfig_ClearPosition = true; // Set to true if you want to clear area after killing boss. NTConfig_CheckSafe = true; // Set to true to check for curses, merc and potion (go to town if needed) NTConfig_CastStatic = 60; // Cast Static Field until monster's HP lower less than this percent. Set to 100 if you won't } Config Name : NTConfig_Sorceress_XxDoNxX Char: Blitz Sorce |
@Don lies meinen post auf Seite 32
@blairchen Das liegt an daran, dass der bot eine "Mindestgamezeit" hat um zu verhindern, dass die runs zu kurz sind und du nen RD (20-30 min Ban) bekommst. Ich würde es wirklich wirklich einfach so lassen. (ich meine was sind 2 minuten wenn du 1440 am tag bottest? Beste Lösung: ändere die Reihenfolge der runs und setz die wo du manchmal chickenst ans ende (würd ich sowieso machen) Das ist im Grunde ganz einfach du musst nur die Zeilen vertauschen. z.b Das ist erst nihla dann schenk NTConfig_Script.push("NTNihlathak.ntj"); NTConfig_PindleskinExtension = true; NTConfig_Script.push("NTEldritch.ntj"); NTConfig_ShenkExtension = true; Das ist erst Shenk dann nihla NTConfig_Script.push("NTEldritch.ntj"); NTConfig_ShenkExtension = true; NTConfig_Script.push("NTNihlathak.ntj"); NTConfig_PindleskinExtension = true; |
Danke für den tipp njomnjomnjom.
Werde es wohl dann so bleiben lassen. Da ich nur baal+meppl mache ist die Reihenfolge wohl total schnuppe :) Ich mache aber erst meppl, dann baal (public). Kurze Rundumfrage: Was bottet ihr denn so?? (außer key-botting!) Lohnt sich pindle eigentlich noch? bei 1.08-09 war das total der renner? Jetztn flopp? |
pindle, eldritch, shenk, andy, meppel, countess und nihla
pindle ist an sich immer noch gut, kann glaub ich genau 1 unique nicht droppen: tombreaver, ansonsten alles. |
@blairchen Nilha + Pindl + eldrich + shenk + baal + meppl + travi + andi + countess
Naja Pindl dropt doch viele bows+Armbrüste ausserdem geht er schnell und sein monsterlvl ist nicht soooo niedrig (die monster mit den höchsten lvln sind baal+nihla (beide 98) Diablo hat 95) hoffe diese infos sind noch aktuell |
wie kann ich mit ab2ds oder so ähnlich botten? muss ich da was anderes runterladen? ich botte mit d2nt
|
[Only registered and activated users can see links. Click Here To Register...]
Ist ähnlich zu konfigurieren wie d2nt weil es derzeit ebenfalls den ntbot als bot selbst nutzt. Ist aber halt ein anderes botting-system im hintergrund als d2nt, nämlich d2bs. Angeblich soll da noch diesen monat eine neue version samt neuem bot (einfacher zu konfigurieren, einfacher skripts bzw sequenzen zu schreiben etc, da xml basiert) erscheinen. Aber abwarten. Hab bis jetzt auf jeden fall keine probleme damit. Läuft wie ne eins. |
Quote:
pit/mausoleum/icy cellar/glacial trail//ancients tunnel/frozen river/thresh socket/summoner/duriel/diablo/travi/baal's minions bis auf diablo wärs kein problem mit ner light sorc, bis auf travi und die kompletten gebiete clearen. mir ist klar das überall gute items droppen können, aber hat z.b. duriel auch ne lohnenswerte dropchance? hab damals dort ne pul gefunden, aber sonst hat ich da noch nie was^^ travi ist schnell down, hat jeder der bosse dort nen hohes monsterlvl? baal selber, klar. aber lohnen sich die waves? verglichen mit der zeit, in den man die monster killt könnte man schließlich auch ein paar mal countess killen. das einzige was mich halt am bot stört ist, dass es keine logs gibt, wo welches item gefunden wurde ;) |
So ich poste jetzt mein Problem hier nochmal in der Hoffnung dass mir irgendwer helfen kann...
Ein Freund, der den NTBot jetzt endlich auch bei sich zum laufen gekriegt hat, hat einige Probleme mit seinem Router seit Benutzung des Bots. Nach 1-2 Runs oder einfach mittendrin, stürzt das internet komplett ab, DNS wird nich mehr aufgelöst und iwas mit den Mainports stimmt auch nicht mehr (laut MSN Problem Fixer Dingens)...nach Routerreset gehts dann erstmal wieder. Oft tritt dieses Problem auch auf, wenn der Run unterbrochen wird um z.B. zum traden und man den bot stoppt und das Spiel neustartet. Dann funktioniert es ein paar Minuten und mittendrin geht dann wieder das Internet nicht. Ich weiß selbst auch nicht mehr weiter und wäre froh über jegliche Art von Tips um solche Crashs zu vermeiden, da es für ihn ziemlich nervig ist nach jedem 2. run den router zu resetten...^^ (hatte ihm geraten erst bot auszumachen und dann diablo neustarten, aber funktioniert ja wie oben erwähnt auch nicht). Btw isn Speedport W 700V von der T-Com. Wird jetzt auch immer schlimmer sodass er eigentlich alle paar minuten wirklich gar kein internet mehr hat...lampen am router blinken wie verrückt und nach ner Zeit geht's dann wieder / nach router reset. Auch ohne den Bot zu starten..ist halt allerdings erst seit Benutzung des Bot's. Hat irgendwer dasselbe Problem und ne Lösung bzw weiß woran es sonst liegen könnte? Hoffe es lässt sich irgendwie beheben ^^ |
Hmm
Pit ist bekannt für seinen hohen monsterlvl im Vergleich zu seiner Anforderung (man braucht kein gutn Char) Mausoleum ist bekannt für deine Shako drops wenn man es cleant (hab Mausoleum nicht aktiv k.a. was der Bot dort macht) (fals du nebenher nen 141 suchst lass es aktiv... sag ich einfach mal ausem Bauchgefühl heraus) Glacial trail//ancients Tunnel/frozen River/thresh socket (naja bekannte farm gebiete halt aber ich hab sie NICHT aktiv) Summoner = nur für keys Duriel = Crap ! Diablo: Diablo selbst hat nen gutes monsterlvl (95) er selbst kann bessere items droppen als meppl (((kann! das bedeutet theoretisch)) In den runs droppen oft charms = gut Viele Nebenbosse also Monster mit goldenem Namen auf einmal. Travi: naja der Skiller drop-platz schlechthin. Ausserdem auch viele smalcharms und medium. Ein haufen Gold droppt dort. Baal Minons... naja seine Diener halt... Sie ham schon nen gutes Monsterlvl aber ausser guten Runenwort-Grunditems (Whites) noch nicht viel gepickt dort Baal selbst: Er hat monlvl 98 zusammen mit Nihla das höchste (beste charms möglich etc.) ich hab paar bier intus... aber hab das jetzt 2-3 mal durchgelesen was ich da poste müsste schon stimmen... ok ok ok ich bin voll xD |
grade getestet, bei mausoleum cleant er den dungeon aber nimmt am ende nichtmal die goldene kiste. nahezu alle monster sind blitzimmun also dauert es nen moment bis meine sorc sie killt, aber der bot teleportiert dort wahnsinnig langsam = sehr zeitintensiv.
frozen river wird der yeti boss bei anya gekillt. glacial trail war glaub ich nur 1 bossmonster. diablo lief recht gut, söldner nur 1x gestorben (wegen IM). nur bisschen nervig wenn der söldner weiter weg steht und die sorc dann mit glacial spike auf nen blitzimmunen schießt. mit nen bisschen bearbeiten des diablo bots sollte diablo innerhalb weniger minuten tot sein. hab jetzt eldritch/shenk/tresh/nihla/pindle/countess/andy/meppl/travi/dia/baal an. mal schaun was rauskommt. |
a2bs funktioniert auch nich bis jetzt, da tut sich gar nix ausser das das hauptmenü startet, hab die configs vom nt bot eingefügt und gestartet, mehr muss auch nicht oder?
brauch dringendst meinen hammerdin als bot |
sorry für meine schreibweise !!!! aber ich habe die dll datein in den system 32 reingemacht aber es kommt auch wieder nur der hauptbildschirm und dan geht nix mehr !!
kann mir wer da helfen ?? wäre toll danke sorry geht alles schon danke habe aber ne andree frage ist es schon voreingestellt das er andy travi und gräfin schon macht ?? hab nix verändert an der config auser alles so reingeschrieben wie in der anleitung beschrieben !! |
<> NTConfig_Script.push("NTPindleskin.ntj"); NTConfig_NihlathakExtension = true;
//NTConfig_Script.push("NTNihlathak.ntj"); NTConfig_PindleskinExtension = true; NTConfig_Script.push("NTEldritch.ntj"); NTConfig_ShenkExtension = false; NTConfig_Script.push("NTThreshSocket.ntj"); //NTConfig_Script.push("NTFrozenRiver.ntj"); NTConfig_ClearFrozenRiver = true; //NTConfig_Script.push("NTGlacialTrail.ntj"); NTConfig_ClearGlacialTrail = false; //NTConfig_Script.push("NTIcyCellar.ntj"); NTConfig_ClearIcyCellar = false; //NTConfig_Script.push("NTBaal.ntj"); NTConfig_KillBaal = true; //NTConfig_Script.push("NTDiablo.ntj"); NTConfig_KillDiablo = true; NTConfig_Script.push("NTMephisto.ntj"); //NTConfig_Script.push("NTTravincal.ntj"); NTConfig_Script.push("NTSummoner.ntj"); NTConfig_Script.push("NTDuriel.ntj"); //NTConfig_Script.push("NTAncientTunnels.ntj"); NTConfig_Script.push("NTAndariel.ntj"); NTConfig_Script.push("NTCountess.ntj"); NTConfig_Script.push("NTPit.ntj"); NTConfig_ClearPitLevel1 = 1; // 0 : don't clear, 1 : clear path only, 2 : clear all //NTConfig_Script.push("NTMausoleum.ntj"); wenn du die config von der ersten seite übernommen hast, dann kannste ja selbst schauen :) alles wo n doppelslash vor ist, ist das was er nicht macht..heißt dort macht er nur eldrich, meppel, summoner, duriel, andariel, gräfin, dieses ThreshSocket (ison vieh inner arreat ebene) und pit...wenn du iwas dazu bzw weg haben möchtest musste einfach nur die slashs davor entfernen oder hinzufügen ^^ mit slashs ~> macht er nicht, ohne slashs ~> macht er |
@padstar so dringend kann es garnicht sein, sonst hättest du dir die mühe gemacht, dir die config davon durchzulesen und das ganze entsprechend einzustellen.
Warum kopierst du die config von einem bot in einen volkommen anderen einfach rüber? Ich hab gesagt die sind ähnlich, nicht identisch. @chrome: thresh socket war zu 1.09 (mein ich) recht gut bestückt was drops anging, aber mittlerweile eher nicht so. mausoleum, pit, ancient tunnels sind alles arealvl85 gebiete, also höchstes arealvl das überhaupt existiert, deshalb hat man dort halt die chance auf so gut wie alle items. frozen river,icy cellar und glacial trail haben glaub ich 81 oder 83 als arealvl, ich persönlich würd dort nicht hingehen. summoner und duriel... summoner wenn man auf keys aus ist, klar. Duriel höchstens wenn man auf die schriftrolle die er IMMER dropt scharf ist ;) |
so, habe meine config auf .dbl geändert und auch nach dem schema vorgegangen, hab die js32.dll ins system32 kopiert, die starter.dbl bearbeitet und auf die exe geklickt, alles eingestellt, auf start geklickt, diablo startet im window mode aber sonst macht es nichts, an was liegt das? hoffe auf antwort
ps. muss man d2bs installieren? und d2launcher is nur für keywechsel? |
sagen wirs mal so: in deinem letzten post hat es sich so angehört als hättest du deine "ntconfig_paladin_blabl" datei einfach nur kopiert. Also die datei selbst.
Wenn du die einzelnen einstellungen ähnlich vornimmst, dann ist das vollkommen ok, aber ich meine das da halt ein paar sachen noch zusätzlich drin sind. Also Datei so wie sie kommt öffnen, angucken und einstellen. Ist ja flux gemacht. Was meinst du mit "hauptmenü" da wo man normalerweise acc und pw einträgt? Falls ja: Hast du in der starter.dbj acc und pw eingetragen? Guck dir die starter.dbj mal genauer an, da sind noch ein paar sachen mehr einzustellen als bei d2nt. Gamename, passwort bspw. auch. |
Tja so erster post erste frage :D
hat schon wer den bot mit nem barb geused? bin auf der arbeit und kann das erst heute abend alles testen. mfg und ja hab mir schon alles durchgelesen ;) |
Quote:
|
ich dreh noch durch.
ich hab alles versucht. das ist mir völlig unerklärlich. ich bekomme nach 2,3 games einen timeban. das neuste ist nun, dass ich wenn ich mir ne neue ip zuweisen lasse und wieder ein spiel erstellen, den fehler bekomme "spiel existiert nicht" ich versuch seit 30 min mal ein spiel zu öffnen und mit beiden pcs zu joinen. ich dreh durch.. ich hab den d2nt bot mit maxtime 1200. auch wenn ich ihn nicht benutzte bekomm ich die fehler. ich hab 2 pcs, 2 verschiedene keys und sogar nach einem ip reset kommt der fehler wieder. das kann doch nicht an mir liegen...... hat das scheiss bnet irgendwie ne hotline wo man sich mal auskotzen kann oder so??? |
Quote:
|
nachts scheint das problem nicht so groß zu sein.
trotz allem find ich das ne sauerei von blizzard. ist zwar nur diablo und kein WoW, aber ich finds absolut scheisse, dass man keine 5 games joinen kann ohne 2tage gebannt zu werden.... das kann doch nicht sein. und ich will jetzt zocken und nicht vieleicht in 2 stunden....... gibt mir ne nummer und ich mach die fertig am telefon |
ich hab mir den thread angeguckt und miene config danach bearbeitet -->[Only registered and activated users can see links. Click Here To Register...]
danach hab ich starter.dbl geändert alles ausgefüllt, wenn ich jetzt auf die exe klicke und alles einstelle wie in der anleitung ( ohne launcher) dann macht er nur diablo auf, aber sonstmacht er nix von allein, das versteh ich ned |
Hast du die .dll datei ins system 32 verschoben?
|
so läuft jetzt, habe bei der exe beim ersten den falschen pfad angeben, jetzt habe ich den alten fehler, dass er die config nich lädt, ich würde jemanden bitten seine config mal zu posten, ich übernehm dann nur inventar und ändere namen, ich hab keine ahnung was nich passt, meine soso funzt ja auch :(
line 19 LT LoadConfig is not defined, muss mach eventuell bei der default.dbl bzw ntl etwas bei line 19 hinzufügen? __________________________________________________ ________________________ grad mit soso probiert, (ad2bs) und es ging auch mit soso nicht, also liegts vllt doch an der config, da würd ich nomad2k bitten das er mir per pm seine config schickt oder hier rein postet, wär echt nett |
jetzt macht er game auf und dan schreib er ne fehlermeldung config past net kan mir wer schicken oder sagen was da los ist danke !!!!!
jamir auch bitte die config geben ^^ |
so läuft jetzt, habe bei der exe beim ersten den falschen pfad angeben, jetzt habe ich den alten fehler, dass er die config nich lädt, ich würde jemanden bitten seine config mal zu posten, ich übernehm dann nur inventar und ändere namen, ich hab keine ahnung was nich passt, meine soso funzt ja auch
line 19 LT LoadConfig is not defined, muss mach eventuell bei der default.dbl bzw ntl etwas bei line 19 hinzufügen? Das geile daran das problem hab ich bei pala auch nur mit 14 -.- weiss jemand rat ? |
<> NTConfig_Script.push("NTPindleskin.ntj"); NTConfig_NihlathakExtension = true;
//NTConfig_Script.push("NTNihlathak.ntj"); NTConfig_PindleskinExtension = true; NTConfig_Script.push("NTEldritch.ntj"); NTConfig_ShenkExtension = false; NTConfig_Script.push("NTThreshSocket.ntj"); //NTConfig_Script.push("NTFrozenRiver.ntj"); NTConfig_ClearFrozenRiver = true; //NTConfig_Script.push("NTGlacialTrail.ntj"); NTConfig_ClearGlacialTrail = false; //NTConfig_Script.push("NTIcyCellar.ntj"); NTConfig_ClearIcyCellar = false; //NTConfig_Script.push("NTBaal.ntj"); NTConfig_KillBaal = true; //NTConfig_Script.push("NTDiablo.ntj"); NTConfig_KillDiablo = true; NTConfig_Script.push("NTMephisto.ntj"); //NTConfig_Script.push("NTTravincal.ntj"); NTConfig_Script.push("NTSummoner.ntj"); NTConfig_Script.push("NTDuriel.ntj"); //NTConfig_Script.push("NTAncientTunnels.ntj"); NTConfig_Script.push("NTAndariel.ntj"); NTConfig_Script.push("NTCountess.ntj"); NTConfig_Script.push("NTPit.ntj"); NTConfig_ClearPitLevel1 = 1; // 0 : don't clear, 1 : clear path only, 2 : clear all //NTConfig_Script.push("NTMausoleum.ntj"); steht das sobeidir n??danmustr die 2 <> amanfang wegmachen dan geht er |
wie kan ich das gampelab stellen der verzockt alles ^^^
|
NTConfig_Gamble = false;
|
noch ne frage beiden runen und sowen da // davor steht nimt er die nicht stimmt das ?? und legt er alles in die kiste den den schlüssel hat er jetzt schon den 4 lauf mit ^^ bitte danke
geht schonalles danke andere frage kanich ihmsagen ab wievielgold er aufheben soll?? |
// heißt ,dass er die zeile ignoriert ergo er pickt das item nicht.
|
Quote:
und ich hab mal ne frage, ich lass mein bot des öfteren nachts laufen, und der ist total schnell voll, gibts ne funktion wo der dann aufhört zu botten? weil is ja ärgerlich wenn dann n griffon droppt und ers nicht picken kann weil alles voll ist :D das will ich garnicht im log stehen haben!^^ |
so den barb gibbet leider nich, hab nun nen druiden angefangen, er läuft auch los und alles "aber" er schlägt nich zu, wie issn die Skill ID fürs normale drauf hauen? weil der is zum test und hat erst lvl 5 ;)
und ich seh gerade der bleibt überall hängen, kann mir wer helfen? :( |
wo kannich einstellen das er gräfin macht ?? hebt er auch sojs oder bk auf und stasht sie ?
|
Ja er stasht sojs und bk
Wie du einstellst dass er Gräfin macht? Lies doch bitte einfach die ersten 2-3 Seiten oder am besten alles. |
| All times are GMT +2. The time now is 14:52. |
Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.