![]() |
pick it with D2NT item script questions - Printable Version +- Blizzard Sector (https://www.blizzsector.co) +-- Forum: Diablo II (https://www.blizzsector.co/forum-4.html) +--- Forum: Hacks Bots and Editors (https://www.blizzsector.co/forum-16.html) +--- Thread: pick it with D2NT item script questions (/thread-47099.html) |
pick it with D2NT item script questions - nelfy - 02-25-2011 I dont understand how to make the bot use the pick it I modify. I changed the item_config folders extreme-unique file, but idk how or if my bot is using it cause its picking up things I do not want like the griswald set pieces and when i look my bank is filled with griswalds chests and its annoying lol. pick it with D2NT item script questions - Xantos - 02-25-2011 Griswald is a set item, so you need to change the extreme//set.nip file to change that. Also make shure that in your char_config//char.ntl (like for paladin ntconfig_paladin.ntl) the right picket folder is activated, so like in your case it should be : //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"); pick it with D2NT item script questions - nelfy - 02-25-2011 how do i change which pickit its using? from the normal to the extreme folder.[COLOR="Silver"] ---------- Post added at 09:24 PM ---------- Previous post was at 09:09 PM ---------- [/COLOR]o im sorry, thank you very much[COLOR="Silver"] ---------- Post added at 09:31 PM ---------- Previous post was at 09:24 PM ---------- [/COLOR]Um nevermind, when i switched it to extreme, after it kills meph it, theres an error that comes up terminating the bot and it stops working, it says its the NTItemParser has the error pick it with D2NT item script questions - Xantos - 02-25-2011 I think there will be a fault in your editing in the unique file, try to put the orriginal files (picket files of the unique folder) back again, and maybe the error will no longer be there ![]() pick it with D2NT item script questions - Jammer74 - 02-26-2011 nelfy Wrote:how do i change which pickit its using? from the normal to the extreme folder.[COLOR="Silver"]check this sticky out and use the error checker,here is the link http://www.blizzsector.co/f16/pickit-error-checker-gumshield-58192.html if the link doesn't work just copy link location to your browser address bar. |