关于自动拣DD的外挂文件

来源:互联网 发布:聚乙烯塑料有毒吗 知乎 编辑:程序博客网 时间:2024/05/02 02:55

作者:feiyang                       Copyrights:UnionCHN                  时间:2005-11-15 16:54:12

由于本人特别喜欢Diablo这个游戏,所以对他关注的东西就会稍微的多一点。其实在很久以前就想把这篇文章写出来,但是苦于没有一个好的平台和地方,所以一直没有动笔,UnionCHN给我提供了这么一个地方,所以今天我把它写出来希望可以给所有和我一样喜欢DiabloII的玩家一点帮助。

今天我们主要谈谈常见的自动拣DD的外挂pickit里的一些DD,相比用个这个外挂的人都知道。只要带了这个外挂,无论你是在KC还是KB掉出来的DD都可以很快的自动获得(当然这个和个人网络速度有关,你不要一个512K的和一个2MB的人比,那不是鸡蛋碰石头吗?^_^),有了这个DD那混牛关,混ROOM里不是如鱼得水,嘿嘿。言归正传说我们今天要讨论的DD,首先我把pickit里的配置文件的源代码贴出来大家看看,相信用过的人肯定都知道,可是还是有很多人不知道....先看代码:

;=========================================================
; PickupRadius            Set your own pickup radius. Maximum is 40.
;
; PickupEnabled [0|1]     Enables pickit when loaded or not.
; GoldEnabled [0|1]       Enables gold pickup when loaded or not.
; LogEnabled [0|1]   Enables logging of item drops.
; Refresh x    Delays re-attempting to pick up an item by x/10 seconds.
;
; LogPath                 It is the path to write your log files.
;                            Remove it if you want to use your module's folder.
; Logfile                 It is the file you want to use to log your files.
;                            Remove it if you want to use "pickitlog.txt".
;                            Add the extension.
; LogColors [0|1]   Whether or not the color tags ( cX ) are saved in your log. This will be used in the new   ;            release of JED. 
;
; DisplayColor [0,1,2,3,4,5,6,7,8,9] Displays all of the Printed into like "Item Pickup Enabled" in your choice of color.
;                        

[config]
PickupRadius=24
PickupEnabled=0
GoldEnabled=1
Refresh=10

LogEnabled=1
Logfile=pickitlog.txt
LogColors=1
DisplayColor=3
;LogPath=C:/


; Syntax:
; [unique string]
; Code="abc "  - [Optional] This is the 4 letter itemcode.  There is normally a space as the 4th char 
; Description=<string> - [Optional] This will print when the item drops. if not defined nothing will print
; Identified=0/1 - [Optional] 1 = identified, 0 = unidentified
; Type=<string>  - [Optional] shield/weapon/armor/helm/bow/other
; Level=<string> - [Optional] rare/unique/set/magic/normal/craft/superior/lowquality are accepted
; Pickup=0/1  - [Optional] 0 = dont pickup, 1 = pickup {default if not specified}
; HasSockets=0/1 - [Optional] 1 = has sockets, 0 = doesnt have sockets
; isEthereal=0/1 - [Optional] 1 = is Ethereal, 0 = isnt Ethereal

;==========================Gold===========================
;[Gold]
;Gold="gld"
GoldAmount=5000
;==========================Armor==========================

[Unique Casque]
Code="xlm"
Description=c4Stealskull c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Winged Helm]
Code="xhm"
Description=c4Valkyrie Wing c0Dropped
Level=Unique
Pickup=1
Identified=0
Log=1

[Unique Grim Helm]
Code="xh9"
Description=c4Vampire Gaze c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Shako]
Code="uap"
Description=c4Harlequin Crest c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Spired Helm]
Code="uhm"
Description=c4Veil of Steel c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Cuirass]
Code="xrs"
Description=c4Duriel's Shell c0Dropped
Level=Unique
Pickup=1
Identified=0
Log=1

[Unique Mesh Armor]
Code="xhn"
Description=c4Shaftstop c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Russet Armor]
Code="xpl"
Description=c4Skullder's Ire c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Templar Coat]
Code="xlt"
Description=c4Guardian Angel c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Chaos Armor]
Code="xul"
Description=c4Black Hades c0Dropped
Level=Unique
Pickup=1
Identified=0
Log=1

[Unique Ornate Plate]
Code="xar"
Description=c4Corpsemourn c0Dropped
Level=Unique
Pickup=1
Identified=0
Log=1

[Unique Wire Fleece]
Code="utu"
Description=c4The Gladiator's Bane c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Balrog Skin]
Code="upl"
Description=c4Arkaine's Valor c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Luna]
Code="uml"
Description=c4Blackoak Shield c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Monarch]
Code="uit"
Description=c4Stormshield c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Gauntlets]
Code="hgl"
Description=c4Frostburn c0Dropped
Level=Unique
Pickup=1
Identified=0
Log=1

[Unique Heavy Bracers]
Code="xmg"
Description=c4Ghoulhide c0Dropped
Level=Unique
Pickup=1
Identified=0
Log=1

[Unique War Gauntlets]
Code="xhg"
Description=c4Hellmouth c0Dropped
Level=Unique
Pickup=1
Identified=0
Log=1

[Unique Mesh Boots]
Code="xmb"
Description=c4Silkweave c0Dropped
Level=Unique
Pickup=1
Identified=0
Log=1

[Unique Battle Boots]
Code="xtb"
Description=c4War Traveler c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique War Boots]
Code="xhb"
Description=c4Gore Rider c0Dropped
Level=Unique
Pickup=1
Identified=0
Log=1

[Unique War Belt]
Code="zhb"
Description=c4Thundergod's Vigor c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Vampirefang Belt]
Code="uvc"
Description=c4Nosferatu's Coil c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Champion Axe]
Code="7ga"
Description=c4Messerschmidt's Reaver c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Decapitator]
Code="7bt"
Description=c4Hellslayer c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Crusader Bow]
Code="6l7"
Description=c4Eaglehorn c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Hydra Bow]
Code="6lw"
Description=c4Windforce c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Ballista]
Code="8hx"
Description=c4Buriza-Do Kyanon c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Dagger]
Code="dgr"
Description=c4Gull c0Dropped
Level=Unique
Pickup=1
Identified=0
Log=1

[Unique Bone Knife]
Code="7dg"
Description=c4Wizardspike c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Devil Star]
Code="7mt"
Description=c4Baranar's Star c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Thunder Maul]
Code="7gm"
Description=c4The Cranium Basher c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Legendary Mallet]
Code="7wh"
Description=c4Schaefer's Hammer c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Giant Thresher]
Code="7wc"
Description=c4Stormspire c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Fuscina]
Code="9tr"
Description=c4Kelpie Snare c0Dropped
Level=Unique
isEthereal=1
Pickup=1
Identified=0
Log=1

[Unique Lance]
Code="9p9"
Description=c4Spire of Honor c0Dropped
Level=Unique
isEthereal=1
Pickup=1
Identified=0
Log=1

[Unique Cedar Staff]
Code="8cs"
Description=c4Chromatic Ire c0Dropped
Level=Unique
Pickup=1
Identified=0
Log=1

[Unique Tulwar]
Code="9fc"
Description=c4Blade of Ali Baba c0Dropped
Level=Unique
Pickup=0
Log=0

[Unique Phase Blade]
Code="7cr"
Description=c4Lightsabre c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Champion Sword]
Code="7b7"
Description=c4Doombringer c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Colossus Blade]
Code="7gd"
Description=c4The Grandfather c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Slayer Guard]
Code="baa"
Description=c4Arreat's Face c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Hierophant Trophy]
Code="nea"
Description=c4Homunculus c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Swirling Crystal]
Code="oba"
Description=c4The Oculus c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Greater Talons]
Code="9tw"
Description=c4Bartuc's Cut-Throat c0Dropped
Level=Unique
Pickup=0
Log=0

[Unique Gilded Shield]
Code="pa9"
Description=c4Herald of Zakarum c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Ceremonial Bow]
Code="am7"
Description=c4Lycander's Aim c0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Ceremonial Javelin]
Code="ama"
Description=c4Titan's Revenge c0Dropped
Level=Unique
Pickup=1
Log=1

[Set Shadow Plate]
Code="uul"
Description=c2Aldur's Deception c0Dropped
Level=Set
Pickup=1
Log=1

[Set Colossus Blade]
Code="7gd"
Description=c2Bul-Kathos' Sacred Charge c0Dropped
Level=Set
Pickup=1
Log=1

[Set Mythical Sword]
Code="7wd"
Description=c2Bul-Kathos' Tribal Guardian c0Dropped
Level=Set
Pickup=1
Log=1

;====================Griswold's Legacy==================
[Set Caduceus]
Code="7ws"
Description=c2Griswolds's Redemption c0Dropped
Level=Set
Pickup=1
Log=1

[Set Corona]
Code="urn"
Description=c2Griswold's Valor c0Dropped
Level=Set
Pickup=1
Log=1

[Set Vortex Shield]
Code="paf"
Description=c2Griswold's Honor c0Dropped
Level=Set
Pickup=1
Log=1

;====================The Immortal King==================
[Set Sacred Armor]
Code="uar"
Description=c2Immortal King's Soul Cage c0Dropped
Level=Set
Pickup=1
Log=1

;==================M'avina's Battle Hymn================
[Set Diadem]
Code="ci3"
Description=c2M'avina's True Sight c0Dropped
Level=Set
Pickup=1
Log=1

;=====================Natalya's Odium===================
[Set Scissors Suwayyah]
Code="7qr"
Description=c2Natalya's Mark c0Dropped
Level=Set
Pickup=1
Log=1

;==================Sazabi's Grand Tribute===============
[Set Cryptic Sword]
Code="7ls"
Description=c2Sazabi's Cobalt Redeemer c0Dropped
Level=Set
Pickup=0
Log=0

[Set Balrog Skin]
Code="upl"
Description=c2Sazabi's Ghost Liberator c0Dropped
Level=Set
Pickup=0
Log=0

;==================Tal Rasha's Wrappings================
[Set Lacquered Plate]
Code="uth"
Description=c2Tal Rasha's Guardianship c0Dropped
Level=Set
Pickup=1
Log=1

;===================Trang-Oul's Avatar==================
[Set Bone Visage]
Code="uh9"
Description=c2Trang-Oul's Guise c0Dropped
Level=Set
Pickup=1
Log=1

[Set Troll Belt]
Code="utc"
Description=c2Trang-Oul's Girth c0Dropped
Level=Set
Pickup=1
Log=1

;===================Rings and Amulets=====================

[Unique Ring]
Code="rin"
Description=c4Unique Ring c0Dropped
Level=Unique
Pickup=1
Identified=0
Log=1

[Unique Amulet]
Code="amu"
Description=c4Unique Amulet c0Dropped
Level=Unique
Pickup=1
Identified=0
Log=1

[Rare Ring]
Code="rin"
Description=c9Rare Ring c0Dropped
Level=Rare
Pickup=0
Identified=0
Log=0

[Rare Amulet]
Code="amu"
Description=c9Rare Amulet c0Dropped
Level=Rare
Pickup=0
Identified=0
Log=0

[Set Amulet]
Code="amu"
Description=c2Set Amulet c0Dropped
Level=Set
Pickup=1
Identified=0
Log=1

[Full Rejuvenation Potion]
Code="rvl"
Description=c0Full Rejuvenation Potion Dropped
Type=Other
Pickup=0
Log=0

;==================Charms and Jewels======================

[Small Charm]
Code="cm1"
Description=c3Small Charm c0Dropped
Pickup=0
Identified=0
Log=0

[Large Charm]
Code="cm2"
Description=c3Large Charm c0Dropped
Pickup=0
Identified=0
Log=0

[Grand Charm]
Code="cm3"
Description=c3Grand Charm c0Dropped
Pickup=0
Identified=0
Log=0

[Magic Jewel]
Code="jew"
Description=c3Magic Jewel c0Dropped
Level=Magic
Pickup=0
Identified=0
Log=0

[Rare Jewel]
Code="jew"
Description=c9Rare Jewel c0Dropped
Level=Rare
Pickup=0
Identified=0
Log=0

[Gold]
Code="gld"
Type=Other
Pickup=1
Log=0

;========================Runes============================

[Um Rune]
Code="r22"
Description=c8Um Rune c0Dropped
Pickup=1
Log=1

[Ist Rune]
Code="r24"
Description=c8Ist Rune c0Dropped
Pickup=1
Log=1

[Gul Rune]
Code="r25"
Description=c8Gul Rune c0Dropped
Pickup=1
Log=1

[Vex Rune]
Code="r26"
Description=c8Vex Rune c0Dropped
Pickup=1
Log=1

[Ohm Rune]
Code="r27"
Description=c8Ohm Rune c0Dropped
Pickup=1
Log=1

[Lo Rune]
Code="r28"
Description=c8Lo Rune c0Dropped
Pickup=1
Log=1

[Sur Rune]
Code="r29"
Description=c8Sur Rune c0Dropped
Pickup=1
Log=1

[Ber Rune]
Code="r30"
Description=c8Ber Rune c0Dropped
Pickup=1
Log=1

[Jah Rune]
Code="r31"
Description=c8Jah Rune c0Dropped
Pickup=1
Log=1

[Cham Rune]
Code="r32"
Description=c8Cham Rune c0Dropped
Pickup=1
Log=1

[Zod Rune]
Code="r33"
Description=c8Zod Rune c0Dropped
Pickup=1
Log=1
其实所有的你需要的DD,和不需要的DD都可以在这些代码里给设置好。这样你就可以让这个外挂拣你喜欢的DD了,大家别看到这么多英文就给吓住了,其实没什么了不起的管用的也就下面这几个。

;=========================================================
; PickupRadius            设置 pickup 的拾取范围
; TelekinesisRadius       设置 telekinesis 的范围
;
; PickupEnabled [0|1]     每次载入 pickit 时是否把自动拾取物品打开
; GoldEnabled [0|1]       每次载入 pickup 时是否把自动拾取金子打开
; GoldTelekinesis [0|1]   拾取金子时是否使用 telekinesis 技能
;
; LogPath                 输出拾取物品记录文件所在的路径
;                         如果留空就缺省使用 pickit 所在的目录
; Logfile                 输出拾取物品记录文件的名称
;                         如果留空就缺省使用 "pickitlog.txt" 的名称
;                         文件名称必须要加后缀

[config]
PickupRadius=12
TelekinesisRadius=16

PickupEnabled=1
GoldEnabled=1
GoldTelekinesis=0

;Logpath=
;Logfile=


;=========================================================
; 格式:
; [unique string]
; Code="abc "  - [可选] 这是由四个字符组成的代码。通常第四个字符是空格 
; Description=<string> - [可选] 当该物品掉落时屏幕出现的提示信息。如果没有该项则无提示信息
; Identified=0/1 - [可选] 1 = 已鉴定, 0 = 未鉴定
; Type=<string>  - [可选] 物品的类型 可以设置为 shield/weapon/armor/helm/bow/other
; Level=<string> - [可选] 物品的等级 可以设置为 rare/unique/set/magic/normal/craft/superior/lowquality
; Pickup=0/1  - [可选] 0 = 不自动拾取, 1 = 自动拾取 {如果没有该项则缺省设定为自动拾取}
; HasSockets=0/1 - [可选] 1 = 物品有凹槽, 0 = 物品无凹槽
; isEthereal=0/1 - [可选] 1 = 物品是无形的(不可修复), 0 = 物品不是无形的(不可修复)
; Log=0/1               - [可选] 1 = 如果该件物品掉落,就记录到 log 文件中去, 0 = 该件物品掉落不作记录
;
; 如果掉落的物品同时符合格式里的好几项物品设定,那么最上面的物品设定会优先被选择
;
; GoldAmount=           - [可选] 指定多少数量以上的金子才拾取
;
; 想要屏蔽某项设定,可以在该项设定前添加 ; 符号。同样如果要开启某项设定,可以删除该项设定前的 ; 符号
; 想要屏蔽拾取某件物品,也可以将 Pickup 设置为 0,同样如果要开启拾取某件物品,可以将 Pickup 设置为 1
相信大家看了我的这篇文章应该了解了不少吧,可以自己DIY一个属于自己的外挂用用。偶个人认为自己的外挂用着就是爽^_^~