|
发表于 2019-5-4 22:11:29
|
显示全部楼层
; This file is configuration of Quick Loot.
;=======================
; looting configuration
;=======================
bDisableInCombat=1 ; Disables quick looting if player is in combat.
bDisableTheft=0 ; Disables quick looting if player steals from containers.
bDisablePickpocketing=0; Not implemented yet.
bDisableIfEmpty=1; Disables quick looting if container is empty.
bCloseIfEmpty=1 ; Need to set bDisableIfEmpty=1. Auto closes the menu if you loot all items in the container.
;======================
; menu configuration
;======================
iScale=-1 ; Set scale value of loot menu as a percentage. Range is between 25-400. -1 is default.
iPositionX=-1 ; Set position X. [left] 0 <===> 100 [right]. -1 is default.
iPositionY=-1 ; Set position Y. [top] 0 <===> 100 [bottom]. -1 is default.
iOpacity=50; Set opacity value. Range is between 0-100. -1 is default.
;======================
; miscellaneous
;======================
bUseConsole=0 ; Registers console commands for Quick Loot. It can be set the configuration in console. For example:
;> SetQuickLootVariable bDisableInCombat 1
;> sqlv iScale 125 <-- "sqlv" is short name of SetQuickLootVariable.
;======================
; troubleshooting
;======================
bForceAnsi=0 ; If garbled characters in loot menu e.g.set language to Russia or Portuguese, must set this value to 1. It forces ANSI codepage.
iItemLimit=20 ; If crashes on containers with many items, set this to your proper value.
bDisableLootSingle=0; If you encounter a problem with looting single/multiple items, set this to 1.
是改这个吧? |
|