关于自动拣DD的外挂文件

本文介绍了Diablo II 游戏中常用的自动拣选外挂Pickit的工作原理,通过展示配置文件源代码,详细解释了如何定制外挂拣选规则,包括物品类型、级别、拾取选项等。通过对配置文件的修改,玩家可以自定义外挂只捡取特定的稀有物品或金币,提升游戏体验。
摘要由CSDN通过智能技术生成

作者: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=U

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值