Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
bot inventory help
#1
why does my bot always collect 1-2 items then goes to town sells, then conitunes run?

i have 6 full slots open in my inventory yet he will find a ring, go tp sell it come back, find jewel rinse and repeat.

what file and line(s) do i edit?

thanks[COLOR="Silver"]

---------- Post added 06-10-2011 at 03:26 AM ---------- Previous post was 06-09-2011 at 10:59 PM ----------

[/COLOR]bump
Reply
#2
Your bot could be cursed so it goes to town to remove curse/sell items. Or is it just random when u have no curses.

Are u using d2nt 3.1? Does it do it on every boss?


If u playing softcore and want to remove curse checks go to your char config and scroll all the way down till u see this.

find this and change it.
Code:
// Check self safe in field (NOT in town). Set to 0 if you won't
    // 0x01 : Potion, 0x02 : Poison, 0x04 : Amplify Damage, 0x08 : Weaken, 0x10 : Iron Maiden, 0x20 : Decrepify, 0x40 : Lower Resist
    NTConfig_CheckSelfSafe = 0x04|0x40;
    // Check merc's safe in field (NOT in town). Set to 0 if you won't
    // 0x01 : Death, 0x02 : Poison, 0x04 : Amplify Damage, 0x08 : Weaken, 0x10 : Iron Maiden, 0x20 : Decrepify, 0x40 : Lower Resist
    NTConfig_CheckMercSafe = 0x01|0x04|0x10|0x40;

Change it to this.
Code:
// Check self safe in field (NOT in town). Set to 0 if you won't
    // 0x01 : Potion, 0x02 : Poison, 0x04 : Amplify Damage, 0x08 : Weaken, 0x10 : Iron Maiden, 0x20 : Decrepify, 0x40 : Lower Resist
    NTConfig_CheckSelfSafe = 0;
    // Check merc's safe in field (NOT in town). Set to 0 if you won't
    // 0x01 : Death, 0x02 : Poison, 0x04 : Amplify Damage, 0x08 : Weaken, 0x10 : Iron Maiden, 0x20 : Decrepify, 0x40 : Lower Resist
    NTConfig_CheckMercSafe = 0;
[SIGPIC]http://yfrog.com/mhskidudecopyg[/SIGPIC]
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  D2NT Bot inventory/stash full [Random] 7 1,240 06-08-2011, 08:10 AM
Last Post: [Random]
  How to output character inventory to XML? jehe 0 148 03-04-2011, 01:27 PM
Last Post: jehe
  How do I make the bot stop when my stash and inventory are full? (3.1 - 4.2) TehFuct1 0 381 02-03-2011, 05:29 AM
Last Post: TehFuct1
  Problems with the bot, fillin up inventory with potions! sebbe31 0 194 12-22-2010, 09:44 AM
Last Post: sebbe31
  D2NT inventory/stashing Rafiki25 1 1,534 09-05-2010, 01:11 PM
Last Post: emjay2d
  40x1 Inventory Dropper Tool RaZzor 21 2,284 12-21-2009, 12:26 AM
Last Post: apostolov
  error while trying to open inventory kiribati 0 289 10-24-2009, 06:56 AM
Last Post: kiribati
  FireFly's Inventory Manager Light V1.0.4B Spitfire 3 3,172 08-21-2009, 04:45 AM
Last Post: wall59
  error opening inventory? Speshljay 2 353 10-01-2008, 01:56 PM
Last Post: dannyn05
  Inventory Manager Light Pack Spitfire 1 2,728 08-25-2008, 09:28 AM
Last Post: ffp

Forum Jump:


Users browsing this thread: 1 Guest(s)