├── NipGuide.md ├── README.md ├── custom ├── README.md ├── autoequip │ ├── Readme.md │ ├── a2merc.xpac.nip │ ├── classic_sorc.nip │ ├── expansion_charms.nip │ ├── expansion_merc.nip │ ├── expansion_runewords.nip │ ├── expansion_sorc.nip │ ├── sonic_classic.nip │ └── sonic_expansion.nip ├── autosmurf │ ├── Readme.md │ ├── barbarian.xpac.nip │ ├── charms.nip │ ├── magic.nip │ ├── merc.nip │ ├── paladin.xpac.nip │ ├── rare.nip │ ├── runes.nip │ ├── runeword.nip │ ├── sell.nip │ ├── set.nip │ ├── sorceress.xpac.nip │ ├── sorcsmurf.xpac.nip │ ├── unique.nip │ ├── white.nip │ ├── white1.nip │ └── white2.nip ├── charms.nip ├── classic │ ├── classic-.nip │ ├── classic-earlyladder.nip │ ├── classic.nip │ ├── classic_other.nip │ └── classic_rare.nip ├── craft.nip ├── dragnpickit.nip ├── early-evram.nip ├── earlyladder1.nip ├── earlyladder2.nip ├── expansion │ ├── ladder │ │ ├── crafted.nip │ │ ├── expansion_reset.nip │ │ ├── magic.nip │ │ ├── misc.nip │ │ ├── rare.nip │ │ ├── set.nip │ │ ├── unid.nip │ │ ├── unique.nip │ │ └── white.nip │ └── nonladder │ │ ├── crafted.nip │ │ ├── magic.nip │ │ ├── misc.nip │ │ ├── rare.nip │ │ ├── set.nip │ │ ├── unid.nip │ │ ├── unique.nip │ │ └── white.nip ├── jewels.nip ├── kolbot.nip ├── ladderreset-privilege.nip ├── lld-vld.nip.nip ├── lld.nip ├── magic.nip ├── perfection.nip ├── pickit-phexix.nip ├── quest.nip ├── rare-magic.nip.nip ├── rare.nip ├── rareandmagic.nip ├── set--.nip ├── set.nip ├── sets-max.nip ├── sets.nip ├── strictlodpickit.nip ├── therealpickit.nip ├── unid.nip ├── unique-.nip ├── unique.nip ├── verystrict - .nip └── white.nip ├── d2nt ├── NTItemAlias.ntl ├── advance │ ├── craft.nip │ ├── key.nip │ ├── magic-rare.nip │ ├── normal.nip │ ├── set.nip │ └── unique.nip ├── everything.nip ├── extreme │ ├── craft.nip │ ├── key.nip │ ├── magic-rare.nip │ ├── normal.nip │ ├── set.nip │ └── unique.nip ├── master │ ├── charms.nip │ ├── crafted.nip │ ├── cubed.nip │ ├── customadditions.nip │ ├── fast.nip │ ├── gold-potions-runes-gems-essences-keys-organs.nip │ ├── magic.nip │ ├── rare.nip │ ├── runeword.nip │ ├── set.nip │ ├── shop.nip │ ├── unid.nip │ ├── unique.nip │ └── white.nip ├── normal │ ├── craft.nip │ ├── key.nip │ ├── magic-rare.nip │ ├── normal.nip │ ├── set.nip │ └── unique.nip └── quest.nip ├── nipcheck ├── README.md ├── assets │ ├── nipcheck1.png │ └── nipcheck2.png └── notepad++.zip └── nipper ├── README.md ├── assets ├── nipper01.jpg ├── nipper02.jpg ├── nipper03.jpg ├── nipper04.jpg ├── nipper05.jpg ├── nipper06.jpg ├── nipper07.jpg ├── nipper08.jpg ├── nipper09.jpg ├── nipper10.jpg ├── nipper11.jpg ├── nipper12.jpg ├── nipper13.jpg ├── nipper14.jpg ├── nipper15.jpg ├── nipper16.jpg └── nipper17.jpg └── nipper.zip /NipGuide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/NipGuide.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/README.md -------------------------------------------------------------------------------- /custom/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/README.md -------------------------------------------------------------------------------- /custom/autoequip/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/autoequip/Readme.md -------------------------------------------------------------------------------- /custom/autoequip/a2merc.xpac.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/autoequip/a2merc.xpac.nip -------------------------------------------------------------------------------- /custom/autoequip/classic_sorc.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/autoequip/classic_sorc.nip -------------------------------------------------------------------------------- /custom/autoequip/expansion_charms.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/autoequip/expansion_charms.nip -------------------------------------------------------------------------------- /custom/autoequip/expansion_merc.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/autoequip/expansion_merc.nip -------------------------------------------------------------------------------- /custom/autoequip/expansion_runewords.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/autoequip/expansion_runewords.nip -------------------------------------------------------------------------------- /custom/autoequip/expansion_sorc.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/autoequip/expansion_sorc.nip -------------------------------------------------------------------------------- /custom/autoequip/sonic_classic.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/autoequip/sonic_classic.nip -------------------------------------------------------------------------------- /custom/autoequip/sonic_expansion.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/autoequip/sonic_expansion.nip -------------------------------------------------------------------------------- /custom/autosmurf/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/autosmurf/Readme.md -------------------------------------------------------------------------------- /custom/autosmurf/barbarian.xpac.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/autosmurf/barbarian.xpac.nip -------------------------------------------------------------------------------- /custom/autosmurf/charms.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/autosmurf/charms.nip -------------------------------------------------------------------------------- /custom/autosmurf/magic.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/autosmurf/magic.nip -------------------------------------------------------------------------------- /custom/autosmurf/merc.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/autosmurf/merc.nip -------------------------------------------------------------------------------- /custom/autosmurf/paladin.xpac.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/autosmurf/paladin.xpac.nip -------------------------------------------------------------------------------- /custom/autosmurf/rare.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/autosmurf/rare.nip -------------------------------------------------------------------------------- /custom/autosmurf/runes.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/autosmurf/runes.nip -------------------------------------------------------------------------------- /custom/autosmurf/runeword.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/autosmurf/runeword.nip -------------------------------------------------------------------------------- /custom/autosmurf/sell.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/autosmurf/sell.nip -------------------------------------------------------------------------------- /custom/autosmurf/set.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/autosmurf/set.nip -------------------------------------------------------------------------------- /custom/autosmurf/sorceress.xpac.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/autosmurf/sorceress.xpac.nip -------------------------------------------------------------------------------- /custom/autosmurf/sorcsmurf.xpac.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/autosmurf/sorcsmurf.xpac.nip -------------------------------------------------------------------------------- /custom/autosmurf/unique.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/autosmurf/unique.nip -------------------------------------------------------------------------------- /custom/autosmurf/white.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/autosmurf/white.nip -------------------------------------------------------------------------------- /custom/autosmurf/white1.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/autosmurf/white1.nip -------------------------------------------------------------------------------- /custom/autosmurf/white2.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/autosmurf/white2.nip -------------------------------------------------------------------------------- /custom/charms.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/charms.nip -------------------------------------------------------------------------------- /custom/classic/classic-.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/classic/classic-.nip -------------------------------------------------------------------------------- /custom/classic/classic-earlyladder.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/classic/classic-earlyladder.nip -------------------------------------------------------------------------------- /custom/classic/classic.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/classic/classic.nip -------------------------------------------------------------------------------- /custom/classic/classic_other.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/classic/classic_other.nip -------------------------------------------------------------------------------- /custom/classic/classic_rare.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/classic/classic_rare.nip -------------------------------------------------------------------------------- /custom/craft.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/craft.nip -------------------------------------------------------------------------------- /custom/dragnpickit.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/dragnpickit.nip -------------------------------------------------------------------------------- /custom/early-evram.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/early-evram.nip -------------------------------------------------------------------------------- /custom/earlyladder1.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/earlyladder1.nip -------------------------------------------------------------------------------- /custom/earlyladder2.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/earlyladder2.nip -------------------------------------------------------------------------------- /custom/expansion/ladder/crafted.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/expansion/ladder/crafted.nip -------------------------------------------------------------------------------- /custom/expansion/ladder/expansion_reset.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/expansion/ladder/expansion_reset.nip -------------------------------------------------------------------------------- /custom/expansion/ladder/magic.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/expansion/ladder/magic.nip -------------------------------------------------------------------------------- /custom/expansion/ladder/misc.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/expansion/ladder/misc.nip -------------------------------------------------------------------------------- /custom/expansion/ladder/rare.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/expansion/ladder/rare.nip -------------------------------------------------------------------------------- /custom/expansion/ladder/set.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/expansion/ladder/set.nip -------------------------------------------------------------------------------- /custom/expansion/ladder/unid.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/expansion/ladder/unid.nip -------------------------------------------------------------------------------- /custom/expansion/ladder/unique.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/expansion/ladder/unique.nip -------------------------------------------------------------------------------- /custom/expansion/ladder/white.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/expansion/ladder/white.nip -------------------------------------------------------------------------------- /custom/expansion/nonladder/crafted.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/expansion/nonladder/crafted.nip -------------------------------------------------------------------------------- /custom/expansion/nonladder/magic.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/expansion/nonladder/magic.nip -------------------------------------------------------------------------------- /custom/expansion/nonladder/misc.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/expansion/nonladder/misc.nip -------------------------------------------------------------------------------- /custom/expansion/nonladder/rare.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/expansion/nonladder/rare.nip -------------------------------------------------------------------------------- /custom/expansion/nonladder/set.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/expansion/nonladder/set.nip -------------------------------------------------------------------------------- /custom/expansion/nonladder/unid.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/expansion/nonladder/unid.nip -------------------------------------------------------------------------------- /custom/expansion/nonladder/unique.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/expansion/nonladder/unique.nip -------------------------------------------------------------------------------- /custom/expansion/nonladder/white.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/expansion/nonladder/white.nip -------------------------------------------------------------------------------- /custom/jewels.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/jewels.nip -------------------------------------------------------------------------------- /custom/kolbot.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/kolbot.nip -------------------------------------------------------------------------------- /custom/ladderreset-privilege.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/ladderreset-privilege.nip -------------------------------------------------------------------------------- /custom/lld-vld.nip.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/lld-vld.nip.nip -------------------------------------------------------------------------------- /custom/lld.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/lld.nip -------------------------------------------------------------------------------- /custom/magic.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/magic.nip -------------------------------------------------------------------------------- /custom/perfection.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/perfection.nip -------------------------------------------------------------------------------- /custom/pickit-phexix.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/pickit-phexix.nip -------------------------------------------------------------------------------- /custom/quest.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/quest.nip -------------------------------------------------------------------------------- /custom/rare-magic.nip.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/rare-magic.nip.nip -------------------------------------------------------------------------------- /custom/rare.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/rare.nip -------------------------------------------------------------------------------- /custom/rareandmagic.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/rareandmagic.nip -------------------------------------------------------------------------------- /custom/set--.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/set--.nip -------------------------------------------------------------------------------- /custom/set.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/set.nip -------------------------------------------------------------------------------- /custom/sets-max.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/sets-max.nip -------------------------------------------------------------------------------- /custom/sets.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/sets.nip -------------------------------------------------------------------------------- /custom/strictlodpickit.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/strictlodpickit.nip -------------------------------------------------------------------------------- /custom/therealpickit.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/therealpickit.nip -------------------------------------------------------------------------------- /custom/unid.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/unid.nip -------------------------------------------------------------------------------- /custom/unique-.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/unique-.nip -------------------------------------------------------------------------------- /custom/unique.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/unique.nip -------------------------------------------------------------------------------- /custom/verystrict - .nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/verystrict - .nip -------------------------------------------------------------------------------- /custom/white.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/custom/white.nip -------------------------------------------------------------------------------- /d2nt/NTItemAlias.ntl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/NTItemAlias.ntl -------------------------------------------------------------------------------- /d2nt/advance/craft.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/advance/craft.nip -------------------------------------------------------------------------------- /d2nt/advance/key.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/advance/key.nip -------------------------------------------------------------------------------- /d2nt/advance/magic-rare.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/advance/magic-rare.nip -------------------------------------------------------------------------------- /d2nt/advance/normal.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/advance/normal.nip -------------------------------------------------------------------------------- /d2nt/advance/set.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/advance/set.nip -------------------------------------------------------------------------------- /d2nt/advance/unique.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/advance/unique.nip -------------------------------------------------------------------------------- /d2nt/everything.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/everything.nip -------------------------------------------------------------------------------- /d2nt/extreme/craft.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/extreme/craft.nip -------------------------------------------------------------------------------- /d2nt/extreme/key.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/extreme/key.nip -------------------------------------------------------------------------------- /d2nt/extreme/magic-rare.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/extreme/magic-rare.nip -------------------------------------------------------------------------------- /d2nt/extreme/normal.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/extreme/normal.nip -------------------------------------------------------------------------------- /d2nt/extreme/set.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/extreme/set.nip -------------------------------------------------------------------------------- /d2nt/extreme/unique.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/extreme/unique.nip -------------------------------------------------------------------------------- /d2nt/master/charms.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/master/charms.nip -------------------------------------------------------------------------------- /d2nt/master/crafted.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/master/crafted.nip -------------------------------------------------------------------------------- /d2nt/master/cubed.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/master/cubed.nip -------------------------------------------------------------------------------- /d2nt/master/customadditions.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/master/customadditions.nip -------------------------------------------------------------------------------- /d2nt/master/fast.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/master/fast.nip -------------------------------------------------------------------------------- /d2nt/master/gold-potions-runes-gems-essences-keys-organs.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/master/gold-potions-runes-gems-essences-keys-organs.nip -------------------------------------------------------------------------------- /d2nt/master/magic.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/master/magic.nip -------------------------------------------------------------------------------- /d2nt/master/rare.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/master/rare.nip -------------------------------------------------------------------------------- /d2nt/master/runeword.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/master/runeword.nip -------------------------------------------------------------------------------- /d2nt/master/set.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/master/set.nip -------------------------------------------------------------------------------- /d2nt/master/shop.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/master/shop.nip -------------------------------------------------------------------------------- /d2nt/master/unid.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/master/unid.nip -------------------------------------------------------------------------------- /d2nt/master/unique.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/master/unique.nip -------------------------------------------------------------------------------- /d2nt/master/white.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/master/white.nip -------------------------------------------------------------------------------- /d2nt/normal/craft.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/normal/craft.nip -------------------------------------------------------------------------------- /d2nt/normal/key.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/normal/key.nip -------------------------------------------------------------------------------- /d2nt/normal/magic-rare.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/normal/magic-rare.nip -------------------------------------------------------------------------------- /d2nt/normal/normal.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/normal/normal.nip -------------------------------------------------------------------------------- /d2nt/normal/set.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/normal/set.nip -------------------------------------------------------------------------------- /d2nt/normal/unique.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/normal/unique.nip -------------------------------------------------------------------------------- /d2nt/quest.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/d2nt/quest.nip -------------------------------------------------------------------------------- /nipcheck/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/nipcheck/README.md -------------------------------------------------------------------------------- /nipcheck/assets/nipcheck1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/nipcheck/assets/nipcheck1.png -------------------------------------------------------------------------------- /nipcheck/assets/nipcheck2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/nipcheck/assets/nipcheck2.png -------------------------------------------------------------------------------- /nipcheck/notepad++.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/nipcheck/notepad++.zip -------------------------------------------------------------------------------- /nipper/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/nipper/README.md -------------------------------------------------------------------------------- /nipper/assets/nipper01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/nipper/assets/nipper01.jpg -------------------------------------------------------------------------------- /nipper/assets/nipper02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/nipper/assets/nipper02.jpg -------------------------------------------------------------------------------- /nipper/assets/nipper03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/nipper/assets/nipper03.jpg -------------------------------------------------------------------------------- /nipper/assets/nipper04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/nipper/assets/nipper04.jpg -------------------------------------------------------------------------------- /nipper/assets/nipper05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/nipper/assets/nipper05.jpg -------------------------------------------------------------------------------- /nipper/assets/nipper06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/nipper/assets/nipper06.jpg -------------------------------------------------------------------------------- /nipper/assets/nipper07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/nipper/assets/nipper07.jpg -------------------------------------------------------------------------------- /nipper/assets/nipper08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/nipper/assets/nipper08.jpg -------------------------------------------------------------------------------- /nipper/assets/nipper09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/nipper/assets/nipper09.jpg -------------------------------------------------------------------------------- /nipper/assets/nipper10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/nipper/assets/nipper10.jpg -------------------------------------------------------------------------------- /nipper/assets/nipper11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/nipper/assets/nipper11.jpg -------------------------------------------------------------------------------- /nipper/assets/nipper12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/nipper/assets/nipper12.jpg -------------------------------------------------------------------------------- /nipper/assets/nipper13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/nipper/assets/nipper13.jpg -------------------------------------------------------------------------------- /nipper/assets/nipper14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/nipper/assets/nipper14.jpg -------------------------------------------------------------------------------- /nipper/assets/nipper15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/nipper/assets/nipper15.jpg -------------------------------------------------------------------------------- /nipper/assets/nipper16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/nipper/assets/nipper16.jpg -------------------------------------------------------------------------------- /nipper/assets/nipper17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/nipper/assets/nipper17.jpg -------------------------------------------------------------------------------- /nipper/nipper.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blizzhackers/pickits/HEAD/nipper/nipper.zip --------------------------------------------------------------------------------