Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
D2NT bot questions. (need help new into this bot..)
#1
Hello, Im going to use the mf bot. But my bot does gambling ??(how to stop this?)

I want my bot to do: Rune and mf runs. How to do that?

How I do so the bot pickup runes from ko? to zod?
Reply
#2
It's simple really.When you don't want the bot to gamble,just put false instead of true here


//------------------------------------------------------------------------------
// Gamble configuration
// To specify what items to gamble, adjust the array with the desired item codes
//------------------------------------------------------------------------------
NTConfig_Gamble = true; // Enable gambling
NTConfig_GambleStartGold = 2000000; // Gold amount to start the gambling
NTConfig_GambleStopGold = 350000; // Gold amount to stop the gambling

You will find this in Scripts/NTBot/char_configs/NTConfig_Paladin_yourCharacter'sName.

Incidentally,thats where you also set up what mf runs you want your character to do,as shown here



//------------------------------------------------------------------------------
// Boss configuration
//------------------------------------------------------------------------------
//NTConfig_Script.push("NTPindleskin.ntj"); NTConfig_NihlathakExtension = false;
//NTConfig_Script.push("NTNihlathak.ntj"); NTConfig_PindleskinExtension = true;
NTConfig_Script.push("NTEldritch.ntj"); NTConfig_ShenkExtension = true;
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("NTHephasto.ntj");
NTConfig_Script.push("NTIzual.ntj");
NTConfig_Script.push("NTMephisto.ntj");
NTConfig_Script.push("NTTravincal.ntj");
NTConfig_Script.push("NTKurastTravel.ntj");
//NTConfig_Script.push("NTAct3Sewers.ntj"); NTConfig_ClearA3SewersLevel1 = 1; // 0 : don't clear, 1 : clear path only, 2 : clear all
NTConfig_Script.push("NTSummoner.ntj"); NTConfig_KillFireEye = false;
NTConfig_Script.push("NTDuriel.ntj");
//NTConfig_Script.push("NTAncientTunnels.ntj");
NTConfig_Script.push("NTColdworm.ntj");
//NTConfig_Script.push("NTRadament.ntj");
NTConfig_Script.push("NTAndariel.ntj");
NTConfig_Script.push("NTCountess.ntj");
NTConfig_Script.push("NTTreehead.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"); NTConfig_KillBloodRaven = true;
//NTConfig_Script.push("NTHole.ntj"); NTConfig_ClearHoleLevel1 = 1; // 0 : don't clear, 1 : clear path only, 2 : clear all
//NTConfig_Script.push("NTTristram.ntj"); NTConfig_KillRakanishu = true;

If you don't wanna do the run just put the two forward slashes before the boss run you don't want.Hope that helps
[SIGPIC][/SIGPIC]Well I’m not there all the time you know Some people, some people, some people, Call it insane, yeah they call it insane, (sugar) I play russian roulette everyday, a man’s sport, With a bullet called life, yeah called life,(sugar)
Reply
#3
hi bro i need help , i set up the whole thing how i want it and it works until i get into a game, when i get into a game my char doesn't move then an error in red letters pops up saying <D2NT Error> C:\Documents and
Settings\Owner\Desktop|D2NT31_NTBot42\D2NT\scripts \NTBotGame.ntj (17) : ReferenceError: NT_Loadconfig is not defined
Reply
#4
Evon Wrote:
Hello, Im going to use the mf bot. But my bot does gambling ??(how to stop this?)

I want my bot to do: Rune and mf runs. How to do that?

How I do so the bot pickup runes from ko? to zod?

If you still need help with it picking up runes just post here again, it's quite easy, but I understand that you're new.
[Image: nyyzok.gif]
Reply
#5
Hey, im not having the same problem. My bot has been running for three nights and has not even picked up one rune, i know there is no possible way for me to not find 1 rune with 80+ games and 2 chickens per night. This is my script.

// ##### Runes #########################
//[Name] == ElRune
//[Name] == EldRune
//[Name] == TirRune
//[Name] == NefRune
//[Name] == EthRune
//[Name] == IthRune
//[Name] == TalRune
//[Name] == RalRune
//[Name] == OrtRune
//[Name] == ThulRune
//[Name] == AmnRune
//[Name] == SolRune
//[Name] == ShaelRune
//[Name] == DolRune
//[Name] == HelRune
//[Name] == IoRune
[Name] == VexRune
[Name] == OhmRune
[Name] == LoRune
[Name] == BerRune
[Name] == JahRune
[Name] == GulRune
//[Name] == LumRune
//[Name] == KoRune
//[Name] == FalRune
//[Name] == LemRune
[Name] == PulRune
[Name] == SurRune
[Name] == UmRune
[Name] == MalRune
[Name] == ChamRune
[Name] == IstRune
[Name] == ZodRune

im running advanced if that helps solve the problem. This is what i have in my char config folder.

//-----------------------------------------------------------------------------------
// SnagIt configuration
// Select one group only (normal / advance / extreme)
//-----------------------------------------------------------------------------------
//NTConfig_NIPFilePath.push("normal/normal.nip");
//NTConfig_NIPFilePath.push("normal/magic_rare.nip");
//NTConfig_NIPFilePath.push("normal/set.nip");
//NTConfig_NIPFilePath.push("normal/unique.nip");
//NTConfig_NIPFilePath.push("normal/craft.nip");

NTConfig_NIPFilePath.push("advance/normal.nip");
NTConfig_NIPFilePath.push("advance/magic_rare.nip");
NTConfig_NIPFilePath.push("advance/set.nip");
NTConfig_NIPFilePath.push("advance/unique.nip");
NTConfig_NIPFilePath.push("advance/craft.nip");

//NTConfig_NIPFilePath.push("extreme/normal.nip");
//NTConfig_NIPFilePath.push("extreme/magic_rare.nip");
//NTConfig_NIPFilePath.push("extreme/set.nip");
//NTConfig_NIPFilePath.push("extreme/unique.nip");
//NTConfig_NIPFilePath.push("extreme/craft.nip");

Thanks for reading, hope you can get back at me fast Smile
Reply
#6
Where are you running your bot,because different places have different results,or so it seems.My new Ladder season bot is a Blizz sorc,and I only run Tristram, Mausoleum, The Hole, Countess, The Pit, and Lower Kurast. And lower Kurast is supposed to be one of the best places to find runes. But alas I only find about 1 mid to hi rune every 200+ runs.As an example of the rarity of runes here is a drop calculation of rune drops from the countess in Hell dificulty with 0% MF.

Drops from: The Countess (Hell)
Level: 82
TreasureClass: "Countess (H)"
Magic Find: 0%
Player Bonus: 1

[ Output as Text only version ]
ItemnameChanceRelation
El Rune41.6234606%1:2.4
Eld Rune29.3378403%1:3.4
Tir Rune24.9011757%1:4
Eth Rune17.9140751%1:5.6
Nef Rune17.1126998%1:5.8
Tal Rune15.0870654%1:6.6
Ith Rune12.1975108%1:8.2
Ort Rune10.7290629%1:9.3
Ral Rune10.2360521%1:9.8
Thul Rune7.2407179%1:14
Amn Rune6.6508359%1:15
Sol Rune4.4670243%1:22
Shael Rune3.5473628%1:28
Dol Rune2.3741929%1:42
Hel Rune1.8333935%1:55
Io Rune1.2247221%1:82
Lum Rune0.9321962%1:107
Ko Rune0.6220973%1:161
Fal Rune0.4700473%1:213
Lem Rune0.3135255%1:319
Pul Rune0.2360204%1:424
Um Rune0.1573874%1:635
Mal Rune0.1351475%1:740
Ist Rune0.0901116%1:1110
Gul Rune0.0008073%1:123871
Vex Rune0.0005382%1:185806
Ohm Rune0.0004616%1:216651
Lo Rune0.0003077%1:324976

And here is a rune drop scale for Haphesto in hell difficulty

Drops from: Hephasto The Armorer (Hell)
Level: 88
TreasureClass: "Haphesto (H)"
Magic Find: 0%
Player Bonus: 1

[ Output as Text only version ]
ItemnameChanceRelation
El Rune0.5788275%1:173
Eld Rune0.3861837%1:259
Tir Rune0.3219027%1:311
Eth Rune0.2254191%1:444
Nef Rune0.214694%1:466
Tal Rune0.1878775%1:532
Ith Rune0.1503246%1:665
Ort Rune0.1315439%1:760
Ral Rune0.1252831%1:798
Thul Rune0.0877113%1:1140
Amn Rune0.0804044%1:1244
Sol Rune0.0536087%1:1865
Shael Rune0.0424421%1:2356
Dol Rune0.0282963%1:3534
Hel Rune0.0218123%1:4585
Io Rune0.014542%1:6877
Lum Rune0.0110581%1:9043
Ko Rune0.0073722%1:13565
Fal Rune0.0055676%1:17961
Lem Rune0.0037117%1:26942
Pul Rune0.0027935%1:35798
Um Rune0.0018623%1:53696
Mal Rune0.0015991%1:62537
Ist Rune0.001066%1:93805
Gul Rune0.0009147%1:109331
Vex Rune0.0006098%1:163996
Ohm Rune0.000523%1:191220
Lo Rune0.0003486%1:286830
Sur Rune0.0002989%1:334524
Ber Rune0.0001993%1:501785
Jah Rune0.0001709%1:585305
Cham Rune0.0001139%1:877957
Zod Rune0.0000325%1:3072532
As you can see Haphesto has a slightly higher chance to drop runes than the countess,but the odds are still pretty low.

And here is a typical drop chart for chests in Hell difficulty


ItemnameChanceRelation
El Rune0.1306944%1:765
Eld Rune0.0871438%1:1148
Tir Rune0.0726238%1:1377
Eth Rune0.0508408%1:1967
Nef Rune0.0484203%1:2065
Tal Rune0.0423687%1:2360
Ith Rune0.033896%1:2950
Ort Rune0.0296595%1:3372
Ral Rune0.0282473%1:3540
Thul Rune0.0197737%1:5057
Amn Rune0.018126%1:5517
Sol Rune0.0120843%1:8275
Shael Rune0.0095668%1:10453
Dol Rune0.006378%1:15679
Hel Rune0.0049164%1:20340
Io Rune0.0032776%1:30510
Lum Rune0.0024923%1:40123
Ko Rune0.0016616%1:60184
Fal Rune0.0012548%1:79692
Lem Rune0.0008366%1:119537
Pul Rune0.0006296%1:158832
Um Rune0.0004197%1:238247
Mal Rune0.0003604%1:277473
Ist Rune0.0002403%1:416210
Gul Rune0.0002061%1:485097
Vex Rune0.0001374%1:727645
Ohm Rune0.0001179%1:848438
Lo Rune0.0000786%1:1272657
Sur Rune0.0000674%1:1484272
Ber Rune0.0000449%1:2226408
(Source for runedrop charts is InDiablo.de by Ingame, thanks guys)

With all that said its not unusual to find no runes at all in 3 nights at only 80 runs per night.Sometimes you won't find any for weeks and then you will find like 3-4 in one run,its just the way it works.
[SIGPIC][/SIGPIC]Well I’m not there all the time you know Some people, some people, some people, Call it insane, yeah they call it insane, (sugar) I play russian roulette everyday, a man’s sport, With a bullet called life, yeah called life,(sugar)
Reply
#7
Like jammer said what bosses are u running.
also u should make ur rune list shorter like the default one. There is no need to list every high rune
[Name] >= IstRune && [Name] <= ZodRune will pick up every rune ist to zod

//[Name] == ElRune
//[Name] == EldRune
//[Name] == TirRune
//[Name] == NefRune
//[Name] == EthRune
//[Name] == IthRune
//[Name] == TalRune
//[Name] == RalRune
//[Name] == OrtRune
//[Name] == ThulRune
//[Name] == AmnRune
//[Name] == SolRune
//[Name] == ShaelRune
//[Name] == DolRune
//[Name] == HelRune
//[Name] == IoRune
//[Name] == LumRune
//[Name] == KoRune
//[Name] == FalRune
//[Name] == LemRune
[Name] == PulRune
[Name] == UmRune
[Name] == MalRune
[Name] >= IstRune && [Name] <= ZodRune
[SIGPIC]http://yfrog.com/mhskidudecopyg[/SIGPIC]
Reply
#8
Copied what you had we will see how it goes, but yeah im running andy, meph, countess, summoner, nath, thresh socket, and chaos sanct so we will see Smile
Reply
#9
gohankou92 Wrote:Copied what you had we will see how it goes, but yeah im running andy, meph, countess, summoner, nath, thresh socket, and chaos sanct so we will see Smile
Lower Kurast and Haephesto should be on any rune run in my opinion,Ive increased my sorc's survivability and run
Lower Kurast , Mephisto , Haephesto , Izual , Threshsocket , Shenk, Eyeback , Dac Farren , and Baal. I'm averaging 120 runs a night and getting 1-4 mid to Hi runes per night.
[SIGPIC][/SIGPIC]Well I’m not there all the time you know Some people, some people, some people, Call it insane, yeah they call it insane, (sugar) I play russian roulette everyday, a man’s sport, With a bullet called life, yeah called life,(sugar)
Reply
#10
Jammer74 Wrote:Where are you running your bot,because different places have different results,or so it seems.My new Ladder season bot is a Blizz sorc,and I only run Tristram, Mausoleum, The Hole, Countess, The Pit, and Lower Kurast. And lower Kurast is supposed to be one of the best places to find runes. But alas I only find about 1 mid to hi rune every 200+ runs.As an example of the rarity of runes here is a drop calculation of rune drops from the countess in Hell dificulty with 0% MF.

Drops from: The Countess (Hell)
Level: 82
TreasureClass: "Countess (H)"
Magic Find: 0%
Player Bonus: 1

[ Output as Text only version ]
ItemnameChanceRelation
El Rune41.6234606%1:2.4
Eld Rune29.3378403%1:3.4
Tir Rune24.9011757%1:4
Eth Rune17.9140751%1:5.6
Nef Rune17.1126998%1:5.8
Tal Rune15.0870654%1:6.6
Ith Rune12.1975108%1:8.2
Ort Rune10.7290629%1:9.3
Ral Rune10.2360521%1:9.8
Thul Rune7.2407179%1:14
Amn Rune6.6508359%1:15
Sol Rune4.4670243%1:22
Shael Rune3.5473628%1:28
Dol Rune2.3741929%1:42
Hel Rune1.8333935%1:55
Io Rune1.2247221%1:82
Lum Rune0.9321962%1:107
Ko Rune0.6220973%1:161
Fal Rune0.4700473%1:213
Lem Rune0.3135255%1:319
Pul Rune0.2360204%1:424
Um Rune0.1573874%1:635
Mal Rune0.1351475%1:740
Ist Rune0.0901116%1:1110
Gul Rune0.0008073%1:123871
Vex Rune0.0005382%1:185806
Ohm Rune0.0004616%1:216651
Lo Rune0.0003077%1:324976

And here is a rune drop scale for Haphesto in hell difficulty

Drops from: Hephasto The Armorer (Hell)
Level: 88
TreasureClass: "Haphesto (H)"
Magic Find: 0%
Player Bonus: 1

[ Output as Text only version ]
ItemnameChanceRelation
El Rune0.5788275%1:173
Eld Rune0.3861837%1:259
Tir Rune0.3219027%1:311
Eth Rune0.2254191%1:444
Nef Rune0.214694%1:466
Tal Rune0.1878775%1:532
Ith Rune0.1503246%1:665
Ort Rune0.1315439%1:760
Ral Rune0.1252831%1:798
Thul Rune0.0877113%1:1140
Amn Rune0.0804044%1:1244
Sol Rune0.0536087%1:1865
Shael Rune0.0424421%1:2356
Dol Rune0.0282963%1:3534
Hel Rune0.0218123%1:4585
Io Rune0.014542%1:6877
Lum Rune0.0110581%1:9043
Ko Rune0.0073722%1:13565
Fal Rune0.0055676%1:17961
Lem Rune0.0037117%1:26942
Pul Rune0.0027935%1:35798
Um Rune0.0018623%1:53696
Mal Rune0.0015991%1:62537
Ist Rune0.001066%1:93805
Gul Rune0.0009147%1:109331
Vex Rune0.0006098%1:163996
Ohm Rune0.000523%1:191220
Lo Rune0.0003486%1:286830
Sur Rune0.0002989%1:334524
Ber Rune0.0001993%1:501785
Jah Rune0.0001709%1:585305
Cham Rune0.0001139%1:877957
Zod Rune0.0000325%1:3072532
As you can see Haphesto has a slightly higher chance to drop runes than the countess,but the odds are still pretty low.

And here is a typical drop chart for chests in Hell difficulty


ItemnameChanceRelation
El Rune0.1306944%1:765
Eld Rune0.0871438%1:1148
Tir Rune0.0726238%1:1377
Eth Rune0.0508408%1:1967
Nef Rune0.0484203%1:2065
Tal Rune0.0423687%1:2360
Ith Rune0.033896%1:2950
Ort Rune0.0296595%1:3372
Ral Rune0.0282473%1:3540
Thul Rune0.0197737%1:5057
Amn Rune0.018126%1:5517
Sol Rune0.0120843%1:8275
Shael Rune0.0095668%1:10453
Dol Rune0.006378%1:15679
Hel Rune0.0049164%1:20340
Io Rune0.0032776%1:30510
Lum Rune0.0024923%1:40123
Ko Rune0.0016616%1:60184
Fal Rune0.0012548%1:79692
Lem Rune0.0008366%1:119537
Pul Rune0.0006296%1:158832
Um Rune0.0004197%1:238247
Mal Rune0.0003604%1:277473
Ist Rune0.0002403%1:416210
Gul Rune0.0002061%1:485097
Vex Rune0.0001374%1:727645
Ohm Rune0.0001179%1:848438
Lo Rune0.0000786%1:1272657
Sur Rune0.0000674%1:1484272
Ber Rune0.0000449%1:2226408
(Source for runedrop charts is InDiablo.de by Ingame, thanks guys)

With all that said its not unusual to find no runes at all in 3 nights at only 80 runs per night.Sometimes you won't find any for weeks and then you will find like 3-4 in one run,its just the way it works.

Are these odds per chest/monster drop, or per rune drop? ( If they are per rune drop, wouldn't we also need to know the chance of ANY rune dropping first?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [D2NT Release] Druid Script skidude 20 17,266 08-25-2012, 01:20 AM
Last Post: comper
  D2NT BoT Gh0sT17 52 2,056 07-31-2012, 11:10 PM
Last Post: comper
  D2nt need help on some stuff wishyq 3 169 07-22-2012, 12:44 PM
Last Post: comper
  Little Help Please? (D2NT) pnsmcgraw 12 271 07-16-2012, 02:46 PM
Last Post: Mythosis
  MasivB's D2NT Simple Unique PickIt masivb 1 118 07-03-2012, 05:03 AM
Last Post: comper
  D2nt - how do i stay in game when sojs sell? brianwalter86 5 354 07-01-2012, 02:02 PM
Last Post: comper
  Nooby D2NT Questions Kieran Wilson 0 129 06-25-2012, 04:35 PM
Last Post: Kieran Wilson
  [D2NT Release]Item Logging with XML 3.0+ skidude 76 14,554 06-25-2012, 01:27 PM
Last Post: masivb
  D2nt Bot jewel pickit/godly item pickit Nightwish 3 232 06-23-2012, 04:18 AM
Last Post: comper
  someone please help my d2nt bot wont kill any bosses mcmullenp4 2 178 06-19-2012, 10:18 AM
Last Post: comper

Forum Jump:


Users browsing this thread: 1 Guest(s)