Author Topic: just a small question about my bot  (Read 307 times)

greatwaytolive

  • Guest
just a small question about my bot
« on: August 26, 2010, 03:29:32 AM »
about the group of items when i have using this code:
//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");
does it mean that it won't pick the xtreme ones? or it will pick advance and extreme both?

mythosis

  • Guest
Re: just a small question about my bot
« Reply #1 on: August 26, 2010, 03:53:56 AM »
It will grab all the items in your advance folder. Navigate to this:
d2NT\scripts\NTBot\item_configs\

There you will see the 3 folders. They each hold files in them. Your using the folder "Advance". Open it. You can open the files inside (With Notpad) to change what your pickit grabs.