- 积分
- 209
- Hb
-
- 注册时间
- 2014-8-18
- 最后登录
- 1970-1-1
- 在线时间
- 小时
- 精华
|
楼主 |
发表于 2024-10-21 10:25:18
|
显示全部楼层
附加pickit.int的原始说明记录。
; 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 |
|