Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Complete Diablo 2 Unique Pickit script for D2Nt bot
#21
Ok, I was finally able to format this into code,next is the error corrections please be patient I'm almost done.
[SIGPIC][/SIGPIC]Well I’m not there all the time you know Some people, some people, some people, Call it insane, yeah they call it insane, (sugar) I play russian roulette everyday, a man’s sport, With a bullet called life, yeah called life,(sugar)
Reply
#22
for anyone who needs the script for perf eth titans here it is. if its wrong someone plz fix n explain where i went wrong [Name] == CeremonialJavelin && [Quality] == unique && [Flag] == ethereal # [EnhancedDamage] >= 200 && [LifeLeech] >= 9 // Titan's Revenge
Reply
#23
Its correct but i already have it included in my unique pickit list,it has every unique that is in the game(legit uniques) including ethereal and perfect versions of every unique, thats why its such a big post.
[SIGPIC][/SIGPIC]Well I’m not there all the time you know Some people, some people, some people, Call it insane, yeah they call it insane, (sugar) I play russian roulette everyday, a man’s sport, With a bullet called life, yeah called life,(sugar)
Reply
#24
//[MatriarchalJavelin] && [Quality] == unique && [Flag] != ethereal # [EnhancedDamage] >= 200 && [JavelinAndSpearsSkillTab] >= 4 // Thunderstroke
//[MatriarchalJavelin] && [Quality] == unique && [Flag] == ethereal # [EnhancedDamage] >= 200 && [JavelinAndSpearsSkillTab] >= 4 // Thunderstroke

when i tried to turn this on, i get an error, and i have no idea why, please help. thanks.
Reply
#25
MooBoiz Wrote:
Code:
//[MatriarchalJavelin] && [Quality] == unique && [Flag] != ethereal # [EnhancedDamage] >= 200 && [JavelinAndSpearSkillTab] >= 4 // Thunderstroke
//[MatriarchalJavelin] && [Quality] == unique && [Flag] == ethereal # [EnhancedDamage] >= 200 && [JavelinAndSpearSkillTab] >= 4 // Thunderstroke
when i tried to turn this on, i get an error, and i have no idea why, please help. thanks.
my bad i still haven't had time to error check lol it should be
Code:
//[MatriarchalJavelin] && [Quality] == unique && [Flag]  != ethereal # [EnhancedDamage] >= 200 &&  [JavelinAndSpearsSkillTab] >= 4 // Thunderstroke
//[MatriarchalJavelin]  && [Quality] == unique && [Flag] == ethereal #  [EnhancedDamage] >= 200 && [JavelinAndSpearsSkillTab] >= 4  // Thunderstroke
I misspelled JavelinAndSpearSkillTab(! too many S's
[SIGPIC][/SIGPIC]Well I’m not there all the time you know Some people, some people, some people, Call it insane, yeah they call it insane, (sugar) I play russian roulette everyday, a man’s sport, With a bullet called life, yeah called life,(sugar)
Reply
#26
i thought maybe that was it, when i looked at his error message. but u had already answered lol. i was gonna say its helpful if he listed the error msg[COLOR="Silver"]

---------- Post added at 08:32 PM ---------- Previous post was at 08:30 PM ----------

[/COLOR]ino this is the wrong thread for this, but im already here, so, sometimes my item log on the d2nt manager will list the same thing multiple times, for the same pick up. for instance, i apparently picked up about 30 unidentified chaos armors, all within 30 secs of each other.
Reply
#27
chrtylee Wrote:i thought maybe that was it, when i looked at his error message. but u had already answered lol. i was gonna say its helpful if he listed the error msg[COLOR="Silver"]

---------- Post added at 08:32 PM ---------- Previous post was at 08:30 PM ----------

[/COLOR]ino this is the wrong thread for this, but im already here, so, sometimes my item log on the d2nt manager will list the same thing multiple times, for the same pick up. for instance, i apparently picked up about 30 unidentified chaos armors, all within 30 secs of each other.
that would be courtesy of high ping (lag)
[SIGPIC][/SIGPIC]Well I’m not there all the time you know Some people, some people, some people, Call it insane, yeah they call it insane, (sugar) I play russian roulette everyday, a man’s sport, With a bullet called life, yeah called life,(sugar)
Reply
#28
Jammer74 Wrote:that would be courtesy of high ping (lag)

i dont even lag when i play ff 11 tho?
Reply
#29
its not your computer it b.nets servers that cause lag, and anyway i bet less people play ff11 then play diablo 2
[SIGPIC][/SIGPIC]Well I’m not there all the time you know Some people, some people, some people, Call it insane, yeah they call it insane, (sugar) I play russian roulette everyday, a man’s sport, With a bullet called life, yeah called life,(sugar)
Reply
#30
Jammer74 Wrote:its not your computer it b.nets servers that cause lag, and anyway i bet less people play ff11 then play diablo 2


im not sure actually, ff11 still has a surprisingly large player base.
Reply
#31
super nub question inc...


where do i paste all of this?

there are three item files, regular advanced and extreme....

plus ive watched my pickit atm, it found a HoZ and i watched it id it then sell it right away...

uh also how can you make the pickit not id certain items?
Reply
#32
orangejuice Wrote:super nub question inc...


where do i paste all of this?

there are three item files, regular advanced and extreme....

plus ive watched my pickit atm, it found a HoZ and i watched it id it then sell it right away...

uh also how can you make the pickit not id certain items?
in your charactername config file you will see some text that looks like this down towards the bottom

Code:
// SnagIt configuration
    // Select one group only (normal / advance / extreme / Master)
    //-----------------------------------------------------------------------------------
    [COLOR=DarkOrange]NTConfig_NIPFilePath.push("StartingOut/magic_rares.nip");
     NTConfig_NIPFilePath.push("StartingOut/lldmagic_rare.nip");
     NTConfig_NIPFilePath.push("StartingOut/set.nip");
     NTConfig_NIPFilePath.push("StartingOut/unique.nip");  
     NTConfig_NIPFilePath.push("StartingOut/normal.nip");
         NTConfig_NIPFilePath.push("StartingOut/sellables.nip");
  
[/COLOR]  

    //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_NIPFilePath.push("extreme/key.nip");
    //NTConfig_NIPFilePath.push("extreme/myadds.nip");
    //NTConfig_NIPFilePath.push("extreme/westadds.nip");
    //NTConfig_NIPFilePath.push("extreme/eastadds.nip");

    //NTConfig_NIPFilePath.push("Master/Charms.nip");
    //NTConfig_NIPFilePath.push("Master/Crafted.nip");
    //NTConfig_NIPFilePath.push("Master/Cubed.nip");/
    //NTConfig_NIPFilePath.push("Master/CustomAdditions.nip");
    //NTConfig_NIPFilePath.push("Master/FAST.nip");
    //NTConfig_NIPFilePath.push("Master/Gold Potions Runes Gems Essences Keys Organs.nip");
    //NTConfig_NIPFilePath.push("Master/Magic.nip");
    //NTConfig_NIPFilePath.push("Master/Rare.nip");
    //NTConfig_NIPFilePath.push("Master/Set.nip");
    //NTConfig_NIPFilePath.push("Master/Unid.nip");
    //NTConfig_NIPFilePath.push("Master/Unique.nip");
    //NTConfig_NIPFilePath.push("Master/White.nip");
    //NTConfig_NIPFilePath.push("Master/Runeword.nip");

    NTConfig_SnagRange = 40;    // Radius to check for dropped items. 40  is a good number here
these are the pickit (or snagit ) files the bot uses, notice how one set doesn't have double slashes in front of it,that being my starting out pickit(shown in orange for visibility).The one with out slashes is the one my bot uses,so yours is likewise,look in your charactername config and find the snagit without slashes.Then look in that file under item config and edit the nip files you find.


the reason your bot threw away a hoz is because it wasn't good enough (ie enough enhanced defense percentage)
the way you make the bot not id something like griffons or coa or hoz is to remove everything after the word unique in the pickit line

here is an example
Code:
[COLOR=DarkOrange][Name] == Diadem && quality == Unique[/COLOR]
that will not identify griffons eye unique diadem but it will still stash it as long as the line is uncommented(no double slash in front of it)almost every item in my unique pickit has a line for not identifying(except for some low level crap)Well I hope this answers your questions if you have any more feel free to ask
[SIGPIC][/SIGPIC]Well I’m not there all the time you know Some people, some people, some people, Call it insane, yeah they call it insane, (sugar) I play russian roulette everyday, a man’s sport, With a bullet called life, yeah called life,(sugar)
Reply
#33
yeah im using your pickit

to keep an item unid do i have have to take the // off of that line and put // on all the others?
Reply
#34
orangejuice Wrote:yeah im using your pickit

to keep an item unid do i have have to take the // off of that line and put // on all the others?
yep thats how its done
[SIGPIC][/SIGPIC]Well I’m not there all the time you know Some people, some people, some people, Call it insane, yeah they call it insane, (sugar) I play russian roulette everyday, a man’s sport, With a bullet called life, yeah called life,(sugar)
Reply
#35
Jammer74 Wrote:my bad i still haven't had time to error check lol it should be
Code:
//[MatriarchalJavelin] && [Quality] == unique && [Flag]  != ethereal # [EnhancedDamage] >= 200 &&  [JavelinAndSpearsSkillTab] >= 4 // Thunderstroke
//[MatriarchalJavelin]  && [Quality] == unique && [Flag] == ethereal #  [EnhancedDamage] >= 200 && [JavelinAndSpearsSkillTab] >= 4  // Thunderstroke
I misspelled JavelinAndSpearSkillTab(! too many S's

im using this same pickit, and i went with the more generalized tstrokes
Code:
[MatriarchalJavelin] && [Quality] == unique # [SkillLightningBolt] == 3 // Thunderstroke
and im gettin this error message unknownkeyword how do i fix it?[COLOR="Silver"]

---------- Post added at 06:55 AM ---------- Previous post was at 06:50 AM ----------

[/COLOR]
chrtylee Wrote:im using this same pickit, and i went with the more generalized tstrokes
Code:
[MatriarchalJavelin] && [Quality] == unique # [SkillLightningBolt] == 3 // Thunderstroke
and im gettin this error message unknownkeyword how do i fix it?

nvm i kno the error. theres no name thing in front of it, should look like this correct?
Code:
[Name] == MatriarchalJavelin && [Quality] == unique # [SkillLightningBolt] == 3 // Thunderstroke
[COLOR="Silver"]

---------- Post added at 07:00 AM ---------- Previous post was at 06:55 AM ----------

[/COLOR]i was told once that abbadon in a5 is a good place to mf. can someone possibly write a new thresh socket script with this added into it? with full clear please.
Reply
#36
chrtylee Wrote:im using this same pickit, and i went with the more generalized tstrokes
Code:
[MatriarchalJavelin] && [Quality] == unique # [SkillLightningBolt] == 3 // Thunderstroke
and im gettin this error message unknownkeyword how do i fix it?[COLOR="Silver"]

---------- Post added at 06:55 AM ---------- Previous post was at 06:50 AM ----------

[/COLOR]

nvm i kno the error. theres no name thing in front of it, should look like this correct?
Code:
[Name] == MatriarchalJavelin && [Quality] == unique # [SkillLightningBolt] == 3 // Thunderstroke
[COLOR="Silver"]

---------- Post added at 07:00 AM ---------- Previous post was at 06:55 AM ----------

[/COLOR]i was told once that abbadon in a5 is a good place to mf. can someone possibly write a new thresh socket script with this added into it? with full clear please.
Thanks for pointing that out I still haven't had time to error check this,but I will this weekend hopefully.
[SIGPIC][/SIGPIC]Well I’m not there all the time you know Some people, some people, some people, Call it insane, yeah they call it insane, (sugar) I play russian roulette everyday, a man’s sport, With a bullet called life, yeah called life,(sugar)
Reply
#37
Jammer74 Wrote:Thanks for pointing that out I still haven't had time to error check this,but I will this weekend hopefully.

no problem man
Reply
#38
Sorry if this dumb question lol. I'm new to bots and pick it. I just pasted this in my unique file do i have to delete all the old stuff (just restarted playing diablo 2 so any item is a good item for me haha) I edited most of the old stuff to pick up event he worst version of a item just so i can start getting stuff. Do i have to re-edit all this you made(for low stat stuff) or can i just leave the old stuff in there also?
Reply
#39
You would either have to delete all of this pickit, or all of the "old" one. As you said, you are trying to just get any item, I would use the "old" assuming thats the one in the "normal" folder.
Also, make sure that's the one you're selected to have.
[Image: nyyzok.gif]
Reply
#40
Ok thanks
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [D2NT Release] Druid Script skidude 20 17,265 08-25-2012, 01:20 AM
Last Post: comper
  Etal Script for Hdin please? Joel Gonzalez 19 448 08-17-2012, 07:15 AM
Last Post: comper
  elite polearm script wishyq 2 137 08-17-2012, 06:50 AM
Last Post: comper
  D2NT BoT Gh0sT17 52 2,052 07-31-2012, 11:10 PM
Last Post: comper
  Sin claw pickit help! Sicks 4 184 07-28-2012, 09:51 PM
Last Post: Sicks
  help with script plz kaosme69 18 290 07-26-2012, 10:02 AM
Last Post: comper
  D2nt need help on some stuff wishyq 3 169 07-22-2012, 12:44 PM
Last Post: comper
  ISO : WW Assassin script ww/ls devonfym 3 161 07-21-2012, 02:56 AM
Last Post: comper
  Little Help Please? (D2NT) pnsmcgraw 12 271 07-16-2012, 02:46 PM
Last Post: Mythosis
  Kolton script wakka help 48Inches 1 135 07-09-2012, 04:44 AM
Last Post: comper

Forum Jump:


Users browsing this thread: 1 Guest(s)