Posts: 53
Threads: 15
Joined: Jul 2005
Reputation:
0
Is the something I'm missing when it comes to the D2jsp YAMB configuration file?
Or does it just not pick up items?
Because I run it for Countess, Andy, Summoner, Duriel, and Meph and I've never seen it pick up a single item.
I've seen the keys from Countess and Summoner on the ground and all the bot does is TP and go into town.
It picks up gold and that's it.
I checked the d2jsp\scripts\settings folder to see if they just weren't put in there, but it's all there.
So, is there something that I'm missing? Or can anyone recommend another D2jsp bot I can use so that I can MF?
Posts: 62
Threads: 20
Joined: Aug 2005
Reputation:
0
dont get ur hopes up i have posted my own thread with the same problem and also posted on someone elses thread with the same problem no one in this fourm i guess can help us. and to say it agin i went into the keys file and set it to pick the keys up and it still dont get them so if someone can possibly help me and Keitsune that would be great. plzzz
Posts: 446
Threads: 23
Joined: Jul 2004
Reputation:
0
in this folder: \scripts\settings you will find two types of files, ones ending in ".nip" and ones ending in ".ini" its set upto use the ".nip" ones so open them (there all named pretty clearly eg, gems.nip) and then go though the list, if an item has a ";" infront of it it will ignore that item, remove the ";" infront of that line for it to pick it up. Also sometimes have, conditions eg..
"Type = Circlet : Quality = Rare : Assassinskills = 2 : FCR = 20; 2 Assassin skills 20 FCR helm!"
this item has to have +2 assain skills plus 20 FCR before picking it up, to remove conditions you would edit as so
"Type = Circlet : Quality = Rare ; 2 Assassin skills 20 FCR helm!"
by deleting all the stuff between the quility of the item and the ";" before the end. so now it would simply pick up any rare circlet.
Although all this is explained in detail at the top of the file you open.
Posts: 62
Threads: 20
Joined: Aug 2005
Reputation:
0
ok i will post my key.nip and i still have seen all 3 keys go by in games. i would love it if someone would plz help me. i am using yamb. that is the only one i can get to run muti bosses. so plz help me. it does about 40 runs during the time i sleep and i have ran it for a day. it hasnt picked one key so plz help me. i dont know if it matter but i am using the trial version. but plz help me.
;___________________________________________________________________________________________________________________________________________
; Standard Nip Package
; File = keys.nip
; Author = Oscar
; Copyright ©: Oscar. All Rights Reserved
; Updated 01-19-2006 by Xizeta
;
; Some info:
; If you add a ; infront of a lines this means it WONT read that line! take this as an example : ;Type = Amulet;
; that would not pick up an amulet, but if it's this : Type = Amulet; it would pick it up!
; Also everything behind ; won't be checked. so if : Type = Amulet : Sorceress Skills = 2 :; FCR = 10;
; would give any kind of Amulet with 2 to sorceress skills! but hey! what about the FCR? it won't be checked couse the ;
; for checking the FCR to it would be : Type = Amulet : Sorceress Skills : FCR = 10; simple? you will learn it fast.
; remember njip is not snagit! atm no "OR" "AND" operator exist.
; be sure always update the njip files and this nip package at scripts.d2jsp.org (only donor's can acces that,
; if you got this file without being a d2jsp DONOR you wont be able to use it)
;
; If you have any suggestions to this files please PM user: Oscar. on d2jsp.org.
; But please remember that my point with this files is that they should be simple = as small as possible, but a good starting set.
; If you need any help use the njip forum(Located in the scripts forum, only accesed by donors)
; DONT PM ME FOR HELP! I get enough pm's anyways ;P, just post in njip forum, I check there often
; and there is always other's to answer your questions. read the sticky's before asking for help though
;
; LEGAL STUFF:
; 1. This files are made for D2jsp donors and only d2jsp donors are allowed to use it, You can redistrubute it freely as long as this
; header and contents stays intact
; 2. You may NOT upload this files with YOUR name as an AUTHOR with the SAME .nip name, if you edit add : Edited BY or something similar.
; 3. The sale of this software is strictly forbidden ( OFCOURSE )
; 4. Leaking this files to ANYONE is STRICTLY forbidden = SENDING TO FRIENDS VIA MAIL = STRICTLY FORBIDDEN!
; This files should ALWAYS be downloaded from scripts.d2jsp.org.
;
; THANKS TO
; njaguar, Xizeta, Shrek_III, FubarGRN, Dpainter and Tempo for their help with this
; Support njaguar, Xizeta and Shrek_III for their great work
; If anyone feel donating to me couse I made a great work please DONATE to any of that 3 people.
;
;___________________________________________________________________________________________________________________________________________
Name = Key of Terror : Class = Normal; Key of Terror
Name = Key of Hate : Class = Normal; Key of Hate
Name = Key of Destruction
Posts: 446
Threads: 23
Joined: Jul 2004
Reputation:
0
thats all good, only other thing you could have done is change something in your char config file, like deteled or dashed out a line make sure it looks like:
if(YAM_UseNJIP){
DSN_NIPFilePath.push("potions.nip");
if(PublicMode==0){ // Added on request to allow faster public baaling, if you want items.. do private runs! - TechnoHunter
DSN_NIPFilePath.push("runes.nip");
DSN_NIPFilePath.push("uniques.nip");
DSN_NIPFilePath.push("sets.nip");
DSN_NIPFilePath.push("whites.nip");
DSN_NIPFilePath.push("rares.nip");
DSN_NIPFilePath.push("magics.nip");
DSN_NIPFilePath.push("gems.nip");
DSN_NIPFilePath.push("charmsjewels.nip");
DSN_NIPFilePath.push("ringsamulets.nip");
DSN_NIPFilePath.push("moneymaker.nip");
DSN_NIPFilePath.push("keys.nip");
}
Posts: 62
Threads: 20
Joined: Aug 2005
Reputation:
0
06-17-2006, 03:42 AM
(This post was last modified: 06-17-2006, 03:42 AM by mi_ninja.)
ok my nip section in my char config is:
///////////////////////////////////////////////////////////////////
// Item evaluation configuration
///////////////////////////////////////////////////////////////////
function XP_NIPFiles() {
//================================================================
// These are the .nip files for Njaguar's Item Parser the new replacement for
// the old and buggy snagit.ini/bmitems.ini combo
// These are generic .nip files that we supply so your script will work
// Feel free to edit this section as needed so they point to the files you wish to use
//=================================================================
// If you want to add your own .nip files, just copy any line and enter the
// exact .nip file name.
// DSN_NIPFilePath.push("myown.nip");
// To disable a .nip file, just add "//" at the start of the line or delete the line.
//
// Finally, shopping and gambling will use the SAME FILES without problems.
//=================================================================
if(YAM_UseNJIP){
DSN_NIPFilePath.push("potions.nip");
if(PublicMode==0){ // Added on request to allow faster public baaling, if you want items.. do private runs! - TechnoHunter
DSN_NIPFilePath.push("runes.nip");
DSN_NIPFilePath.push("uniques.nip");
DSN_NIPFilePath.push("sets.nip");
DSN_NIPFilePath.push("whites.nip");
DSN_NIPFilePath.push("rares.nip");
DSN_NIPFilePath.push("magics.nip");
DSN_NIPFilePath.push("gems.nip");
DSN_NIPFilePath.push("charmsjewels.nip");
DSN_NIPFilePath.push("ringsamulets.nip");
DSN_NIPFilePath.push("moneymaker.nip");
DSN_NIPFilePath.push("keys.nip");
}
keys is:
;___________________________________________________________________________________________________________________________________________
; Standard Nip Package
; File = keys.nip
; Author = Oscar
; Copyright ©: Oscar. All Rights Reserved
; Updated 01-19-2006 by Xizeta
;
; Some info:
; If you add a ; infront of a lines this means it WONT read that line! take this as an example : ;Type = Amulet;
; that would not pick up an amulet, but if it's this : Type = Amulet; it would pick it up!
; Also everything behind ; won't be checked. so if : Type = Amulet : Sorceress Skills = 2 :; FCR = 10;
; would give any kind of Amulet with 2 to sorceress skills! but hey! what about the FCR? it won't be checked couse the ;
; for checking the FCR to it would be : Type = Amulet : Sorceress Skills : FCR = 10; simple? you will learn it fast.
; remember njip is not snagit! atm no "OR" "AND" operator exist.
; be sure always update the njip files and this nip package at scripts.d2jsp.org (only donor's can acces that,
; if you got this file without being a d2jsp DONOR you wont be able to use it)
;
; If you have any suggestions to this files please PM user: Oscar. on d2jsp.org.
; But please remember that my point with this files is that they should be simple = as small as possible, but a good starting set.
; If you need any help use the njip forum(Located in the scripts forum, only accesed by donors)
; DONT PM ME FOR HELP! I get enough pm's anyways ;P, just post in njip forum, I check there often
; and there is always other's to answer your questions. read the sticky's before asking for help though
;
; LEGAL STUFF:
; 1. This files are made for D2jsp donors and only d2jsp donors are allowed to use it, You can redistrubute it freely as long as this
; header and contents stays intact
; 2. You may NOT upload this files with YOUR name as an AUTHOR with the SAME .nip name, if you edit add : Edited BY or something similar.
; 3. The sale of this software is strictly forbidden ( OFCOURSE )
; 4. Leaking this files to ANYONE is STRICTLY forbidden = SENDING TO FRIENDS VIA MAIL = STRICTLY FORBIDDEN!
; This files should ALWAYS be downloaded from scripts.d2jsp.org.
;
; THANKS TO
; njaguar, Xizeta, Shrek_III, FubarGRN, Dpainter and Tempo for their help with this
; Support njaguar, Xizeta and Shrek_III for their great work
; If anyone feel donating to me couse I made a great work please DONATE to any of that 3 people.
;
;___________________________________________________________________________________________________________________________________________
Name = Key of Terror : Class = Normal; Key of Terror
Name = Key of Hate : Class = Normal; Key of Hate
Name = Key of Destruction
plz help me i dont know if takeing the "" out in the char config would help. but plz help me i just had to pick a hate my self to stop it from walking by it. it killed summoner and picked gold pots then made tp and entered it i had to reeenter it and get the hate key. plz help.
Additional Comment:
plz help anyone. bump
Posts: 65
Threads: 22
Joined: Jun 2005
Reputation:
0
doesnt look like ne1 suggestin removin the u infront of snagit and bitems
Posts: 62
Threads: 20
Joined: Aug 2005
Reputation:
0
i did that. that was the first thing that i did when i got the files. all i ask is if someone could post there yamb files on like rapid share or something like that just there pickit stuff. that would like be godly. i would also give u all my points to the first on to pm me with the link to there yamb pickit files on rapid share.i dont do much on this site anyways so. just look for help. but like i said i need yamb pickit files all and they need to be from someone whos pickit picks up keys. that is my biggest thing that i need.
Posts: 53
Threads: 15
Joined: Jul 2005
Reputation:
0
Well, I fixed it with using the actual 'Snagit' file by changing the 'Use nip:true' to false in the Yamb Bot file.
But before using the Snagit file, you want to configure it because there is a lot of boring rares that it will pick up.
Now, I can pick up anything. Except I do not know the 'Key' codes.
Anyone know them for Snagit?
Posts: 446
Threads: 23
Joined: Jul 2004
Reputation:
0
[Key of Terror]
Code="pk1"
Description=ÿc8Terror
;pickup=0
[Key of Hate]
Code="pk2"
Description=ÿc8Hate
;pickup=0
[Key of Destruction]
Code="pk3"
Description=ÿc8Destruction
;pickup=0