try adjusting your creat game delay values
like this
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; You shouldn't really need to adjust anything below here.
;; If you do, please let me know about it.
;;
;; NOTE: All time values in the [default] section are in TENTHS of a second
;;
;; DelayStep tenths of a second between steps
;; (10 min with +30% r/w sorc)
;; DelayGameLoad pause for game load and corpse pickup
;; DelayExitGame pause before issuing exit command
;; DelayStartNewGame pause before exiting game
;; DelayCreateGame pause before creating new game
;; DelayAfterDeath pause after player dies before restart
;; DelayOverheadUpdate how often we update overhead status message
;; DelayBeforePrecast pause before casting protection spells
;; (and therefore after taking stairs/waypoint)
;; DelayPickup pause for item pickup after tele to corpse
;;
;; MaxTickRestart pause for game enter before retry
;; MaxTickWaypoint max time from game start to waypoint
;; MaxTickStairs max time from waypoint to stairs down
;; MaxTickGame tenths of a second to complete a game
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
DelayStep=10
DelayGameLoad=50
DelayExitGame=20
DelayStartNewGame=60
DelayCreateGame=80
DelayAfterDeath=30
DelayOverheadUpdate=5
DelayBeforePrecast=5
DelayPickup=10
MaxTickRestart=250
MaxTickWaypoint=400
MaxTickStairs=600
MaxTickGame=1800
;; this is set automatically now by the AutoIT script
MephbotDir=C:\WINDOWS\DESKTOP\MEPHBOT0.91\
LogFileName=mephbotlog.txt
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; NOTE: all time values below are in MILLISECONDS
;;
;=============================================================================
;--------------------------- expert configuration ----------------------------
;=============================================================================
;
; EXPERT SETTINGS, DONT CHANGE THIS UNLESS YOU KNOW WHAT YOU'RE DOING!
;
; D2Path=<path> directory where Diablo II is located. Usually you don't need
; to specify the path, the bot will get the Path from the registry.
; Example: D2Path=C:\Program Files\Diablo II
;
; D2Executable=<executablefile> is the name of Diablo II executable
;
; D2Parameter=<parameters>
;
; D2Title=<windowtitle>
;
; D2Kill=<threadkiller> (pv or d2kill)
; D2Kill=(blank) try to just use internal routines to kill d2
;
; D2HackIt=<d2hackit executable>
;
; Delay syntax: <Delay type>=<value in milliseconds>
;
; [Delay type] [Short description]
; dClick delay for mouse clicks
; dStartDiablo starting diablo
; dAccLogin account login
; dCharLogin character login into chat channel
; dHackItStart starting D2HackIt (with pickit)
; dWaitError waiting error
; dCloseDiablo closing diablo
; dWaitUserClose waiting for user to close bot
[_expert_]
D2Path=
D2Executable=
;; add -direct -txt here if you use D2Accelerator
D2Parameter=-skiptobnet -res800 -lq -title "Diablo II"
D2Title=Diablo II
;;D2Kill=pv -kf Game.exe "Diablo*II.exe" D2Loader.exe
D2Kill=d2kill
D2HackIt=Loader.exe
dClick=250
dStartDiablo=16000
dAccLogin=4000
dCharLogin=4000
dHackItStart=3000
dWaitError=8000
dCloseDiablo=2000
dWaitUserClose=20000
dChannelAction=3000