Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Complete Diablo 2 Unique Pickit script for D2Nt bot
#41
Code:
//[Type] == ring && [Quality] == unique # [ToHit] >= 50 && [ItemMagicBonus] == 15 // Nagelring

That is how your nagel code looks at the moment.

Code:
//[Type] == ring && [Quality] == unique # [ToHit] >= 50 && [ItemMagicBonus] >= 15 // Nagelring

With a simple change in circumstances (changed == to >= ) It will now allow you pick up any nagel, if you enable the line of course.
Reply
#42
you dont have scripts for necro heads on there and if you did i dont see them xD... also if i want to keep things unid how would i put that inside there?
Reply
#43
Why is the bot always keeping Nagel rings when I set it to keep only perfect ones?

WIll edit with line in a bit.


//[Type] == ring && [Quality] == unique # [ToHit] >= 50 && [ItemMagicBonus] == 15 // Nagelring
[Type] == ring && [Quality] == unique # [ToHit] >= 70 && [ItemMagicBonus] == 30 // Nagelring

Im picking up shitty ones like 21,23,21 MF%.
Reply
#44
Hello so do I copy that all into the magic_rare or the unique one?[COLOR="Silver"]

---------- Post added 05-23-2011 at 10:15 PM ---------- Previous post was 05-22-2011 at 07:26 PM ----------

[/COLOR]how do i make it pick up all hoz or all shakos i dont care about the stats how i change it so it does picks those?
Reply
#45
You copy this into your uniq pickit

If u want to the bot to keep stuff unid just remove everything that comes past unique or rare or magic
[Name] == Shako && [Quality] == unique
[SIGPIC]http://yfrog.com/mhskidudecopyg[/SIGPIC]
Reply
#46
Does this pickit include picking up runes? I'd be sad to find out I missed out on some nice hr's lol. Also, does it pick up good socketed gear?
Reply
#47
jleethal Wrote:Does this pickit include picking up runes? I'd be sad to find out I missed out on some nice hr's lol. Also, does it pick up good socketed gear?
The bot is set to pick up runes by default.

This is just a full list of uniq items that u can add to the bot.
Check the stickys on the forum for socketed pickit also there is other useful stuff for the bot posted.
[SIGPIC]http://yfrog.com/mhskidudecopyg[/SIGPIC]
Reply
#48
Using a previous example of lines of code from this pickit i have a question.
//[Name] == Ataghan && [Quality] == unique && [Flag] != ethereal # [EnhancedDamage] >= 240 && [ItemDamageDemonPercent] >= 150 && [ManaLeech] >= 6 && [ItemAbsorbLight] >= 7 && [ItemToHitDemon] >= 300 && [Sockets] >= 2 // Djinn Slayer
[Name] == Ataghan && [Quality] == unique && [Flag] == ethereal # [EnhancedDamage] >= 240 && [ItemDamageDemonPercent] >= 150 && [ManaLeech] >= 6 && [ItemAbsorbLight] >= 7 && [ItemToHitDemon] >= 300 && [Sockets] >= 2 // Djinn Slayer

The line of code that is red will that not pick up if its Eth? i understand the code underneath is to pick up eth Djinn Slayer but will the code in red not pick up eth? Or is the line in blue there just so that way if u only want it to pick up Eth. Where as the red will pick up either or? plz lmk idk if i have enough privledge yet to get pms so will check bak on the thread every once and a while. Thank you in advance
Reply
#49
Hey. Am I supposed to like, delete these signs // to direct the bot to pick up those specific items? My brother told me that's how it is, but I don't get that feeling by reading this thread.
Reply
#50
Jammer74 Wrote: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


Hey Jammer... what are the necessary steps in creating my own pickit?
I see that you have a "startingout" pick it. I would like to create one like that which will pick up everything that is needed. Currently mine is running on extreme and its been just picking up HRs LOL
Reply
#51
pbanks Wrote:Hey Jammer... what are the necessary steps in creating my own pickit?
I see that you have a "startingout" pick it. I would like to create one like that which will pick up everything that is needed. Currently mine is running on extreme and its been just picking up HRs LOL


it is very easy just make a .nip file, give it a name like pbanks.nip then just add the line in your char config file like - NTConfig_NIPFilePath.push("extreme/pbanks.nip"); since you are using the extreme folder just put in that folder then just start adding lines that you want the bot to keep to that pbanks.nip file
Reply
#52
comper Wrote:it is very easy just make a .nip file, give it a name like pbanks.nip then just add the line in your char config file like - NTConfig_NIPFilePath.push("extreme/pbanks.nip"); since you are using the extreme folder just put in that folder then just start adding lines that you want the bot to keep to that pbanks.nip file

That seems feasible... now my question is can just put "//" on the other ones and just run that one pick it?
Reply
#53
pbanks Wrote:That seems feasible... now my question is can just put "//" on the other ones and just run that one pick it?

yes but make sure to add like your gold and pots and runes - stuff like that if you just going to use 1 file
Reply
#54
Ok, so i'm having a bit of a problem here, i did a nip check and i got 31 fails from my unique master.nip also he just sold a nosfertu's coil on me... what a jerk!
Reply
#55
nyknights Wrote:Ok, so i'm having a bit of a problem here, i did a nip check and i got 31 fails from my unique master.nip also he just sold a nosfertu's coil on me... what a jerk!

did you find and fixed your errors in your nip files and you can pause the bot with the pause key on your key if you need to take over the bot and then click pause again to start bot back up
if you need help with your nip file you can c/p it in pastebin.com and I can look it over
thanks
Please add to my Reputation if you find my post reasonable, beneficial, or helpful.
Bottom left corner of the post.
Wink Thanks Wink
Reply
#56
comper Wrote:did you find and fixed your errors in your nip files and you can pause the bot with the pause key on your key if you need to take over the bot and then click pause again to start bot back up
if you need help with your nip file you can c/p it in pastebin.com and I can look it over
thanks

unique - Pastebin.com

edit: i looked but couldn't find anything. I'm not too good with this thing lol. Plus i just got it, Also, if he sells the items, then they aren't that good correct? I believe that's what i got when it was said it's for the godly items or something like that.
Reply
#57
nyknights Wrote:unique - Pastebin.com

edit: i looked but couldn't find anything. I'm not too good with this thing lol. Plus i just got it, Also, if he sells the items, then they aren't that good correct? I believe that's what i got when it was said it's for the godly items or something like that.

let is going to take a little time on how big it is - where did you find this file?
Please add to my Reputation if you find my post reasonable, beneficial, or helpful.
Bottom left corner of the post.
Wink Thanks Wink
Reply
#58
from this post... lol
Reply
#59
nyknights Wrote:from this post... lol

ok thanks lol
go you have other nip files you can use till I get this one fixed?
thanks
Please add to my Reputation if you find my post reasonable, beneficial, or helpful.
Bottom left corner of the post.
Wink Thanks Wink
Reply
#60
comper Wrote:ok thanks lol
go you have other nip files you can use till I get this one fixed?
thanks

still not smart enough lol, i'll just use this one for now haha. It's doing alright, i got a 29 nagel and he kept it, so it's working, just don't know what the fails were.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [D2NT Release] Druid Script skidude 20 17,260 08-25-2012, 01:20 AM
Last Post: comper
  Etal Script for Hdin please? Joel Gonzalez 19 438 08-17-2012, 07:15 AM
Last Post: comper
  elite polearm script wishyq 2 136 08-17-2012, 06:50 AM
Last Post: comper
  D2NT BoT Gh0sT17 52 2,030 07-31-2012, 11:10 PM
Last Post: comper
  Sin claw pickit help! Sicks 4 179 07-28-2012, 09:51 PM
Last Post: Sicks
  help with script plz kaosme69 18 278 07-26-2012, 10:02 AM
Last Post: comper
  D2nt need help on some stuff wishyq 3 165 07-22-2012, 12:44 PM
Last Post: comper
  ISO : WW Assassin script ww/ls devonfym 3 157 07-21-2012, 02:56 AM
Last Post: comper
  Little Help Please? (D2NT) pnsmcgraw 12 263 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: 7 Guest(s)