Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can i get d2nt bot too pick up low potions like minor and up
#1
what kind of script would i need to edit to get my bot too pick up low level potions
Reply
#2
you just need to add them to your pickit file
[Name] == minorhealingpotion
[Name] == lighthealingpotion
[Name] == healingpotion
[Name] == greaterhealingpotion
[Name] == superhealingpotion
[Name] == minormanapotion
[Name] == lightmanapotion
[Name] == manapotion
[Name] == greatermanapotion
[Name] == supermanapotion
Reply
#3
comper Wrote:you just need to add them to your pickit file
[Name] == minorhealingpotion
[Name] == lighthealingpotion
[Name] == healingpotion
[Name] == greaterhealingpotion
[Name] == superhealingpotion
[Name] == minormanapotion
[Name] == lightmanapotion
[Name] == manapotion
[Name] == greatermanapotion
[Name] == supermanapotion

so like the normal.nip file i put it there and bot does not pick them up
// ##### Potions #######################
[Name] == GreaterHealingPotion
[Name] == SuperHealingPotion
[Name] == GreaterManaPotion
[Name] == SuperManaPotion
//[Name] == RejuvenationPotion
//[Name] == FullRejuvenationPotion
[Name] == MinorHealingPotion
[Name] == MinorManaPotion
[Name] == LightHealingPotion
[Name] == LightManaPotion
Reply
#4
if you added that and still not picking up pots must mean you didn't add it in the right normal file that your bot is looking in - there is a normal file in all 3 of the nip groups add that to all 3 and then let me know if still not picking up pots - does it pick up the bigger ones and can you tell me which ones it does pick up?
thanks
Reply
#5
comper Wrote:if you added that and still not picking up pots must mean you didn't add it in the right normal file that your bot is looking in - there is a normal file in all 3 of the nip groups add that to all 3 and then let me know if still not picking up pots - does it pick up the bigger ones and can you tell me which ones it does pick up?
thanks

i have all my settings correct "i think" uh and my bot will pick up greater and super pots just not anything lower then that im going to give putting in the lines on all three normal files a try see if that does anything for me ill post back if it work or let me know if you know a fix for it.
Reply
#6
Mezith Wrote:i have all my settings correct "i think" uh and my bot will pick up greater and super pots just not anything lower then that im going to give putting in the lines on all three normal files a try see if that does anything for me ill post back if it work or let me know if you know a fix for it.

if it is just picking up them 2 pots then looks to me those lines you added are not in the right file because if they are there the bot should be picking up any of them
Reply
#7
comper Wrote:if it is just picking up them 2 pots then looks to me those lines you added are not in the right file because if they are there the bot should be picking up any of them
ok so for some strange reason when i put the line in all three files it works and when i put it in only one it doesnt... my char config pickit option looks like this
// 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");


NTConfig_SnagRange = 40; // Radius to check for dropped items. 40 is a good number here

and ive been using this directory the whole time D2NT31_NTBot42/D2NT/scripts/NTBot/item_configs/normal/normal.nip thats what my poitions look like as seen on previous post of mine. im not sure whats going on lol but it works so w.e.

Thanks for the Help comper
Reply
#8
Mezith Wrote:ok so for some strange reason when i put the line in all three files it works and when i put it in only one it doesnt... my char config pickit option looks like this
// 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");


NTConfig_SnagRange = 40; // Radius to check for dropped items. 40 is a good number here

and ive been using this directory the whole time D2NT31_NTBot42/D2NT/scripts/NTBot/item_configs/normal/normal.nip thats what my poitions look like as seen on previous post of mine. im not sure whats going on lol but it works so w.e.

Thanks for the Help comper

if you have added them lines to that file - D2NT31_NTBot42/D2NT/scripts/NTBot/item_configs/normal/normal.nip then it should be picking up the pots
Reply


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

Forum Jump:


Users browsing this thread: 2 Guest(s)