So i put it to the max speed and no delay and its like 0 speed...
Code:
; -------------------- Gear Swap Configuration Settings --------------------- ;
; -------------------- Required Configuration Settings --------------------- ;
[Resolution]
;The resolution you play at.
WindowSize=800x600
[Switch Speed]
;How fast you want to swap gear.
SwitchSpeed=16
; -------------------- Optional Configuration Settings --------------------- ;
[Delay Speed]
;Any delay you wish to add, in a measurement of miliseconds.
DelaySpeed=0
[OpenKey]
;Custom configured key for opening inventory
OpenCustom=I
[CloseAllKey]
;Custom configured key for closing all open windows.
CloseCustom={SPACE}
[MainHandMode]
;Configure to allow Main Hands to always equip on startup.
;A value of 1 = always,
;A value of 0 = manually press the button to enable.
MainHand=0
[PermDisable]
;Configure to always disable 0/6 keys on startup.
;A value of 1 = always,
;A value of 0 = manually press the button to enable.
PermDisable=0
[RandomClick]
;Configure to allow randomization of clicks when swapping gear.
;A value of 1 = will randomly click.
;A value of 0 = will always click the coordiantes in the script file.
RandomClick=1
;WARNING: ADVANCED!!
;This is how many pixels you want the randomization to factor in.
;The higher the number, the larger the randomization, but may lead
;to inaccurate clicks.
RandomAmount=3
; -------------------- Optional Other Configuration Settings --------------------- ;
[Prompt]
;Prompt on opening. This shows the pop-up of your settings.
;A value of 1 = disable prompt on startup
;A value of 0 = prompt on startup.
PromptUser=0
[Beep]
;Makes a beep when auction house mode is enabled.
;1 = enable Beep
;0 = disable Beep
BeepEnabled=0
[Mouse Location]
;Mouse location upon completion of a gear swap.
;A value of 1 = return to last position.
;A value of 0 = mouse will not move.
MouseLoc=1
[BlockInput]
;Will prevent you from using your mouse or keyboard during a swap.
;A value of 1 = blocks input
;A value of 0 = will not block input.
Blocked=1
; -------------------- Loading Script File Locations and Names --------------------- ;
;Warning changing these and not having correct names will break everything.
;The folder your scripts are located in
[ScriptFolder]
FolderName=scripts/
;The file that holds the name of all the scripts to open.
[List of Scripts]
FileName=resolutions.txt
; -------------------- End Of Gear Swap Settings --------------------- ;
; -------------------- End Of Gear Swap Settings --------------------- ;