possibly because this is what you are supposed to do, i thought i had the same problem
inside your folder u have a file named MOVER.INI
open that, you want it to look something like this
[default]
ReservedSpace=1 <--- this is number of charms from right to left, so they arent stashed
MaxTime=120
StopCmd=runpbotsor pause
CallBackCmd=runpbotsor pause
ClearCount=35 <--- how many runs till stasher activates
;Logpath=
;Logfile=
Log=1 <--- have a log for your drops
if it looks like that, that part is done, now to make sure u actually have it activated, go in your other .INI file named D2HACKIT.INI
when you open that, scroll down until you see this
[Misc]
Autoload=bind,RunPBotSor
InfoPrompt=ÿc3::
ErrorPrompt=ÿc1::
VerbosePrompt=ÿc9::
Verbose=off
now change the very first line, add ,mover
so it looks like this
[Misc]
Autoload=bind,RunPBotSor,mover
InfoPrompt=ÿc3::
ErrorPrompt=ÿc1::
VerbosePrompt=ÿc9::
Verbose=off
if you have done this and wonder why it duznt stash, maybe because of your CLEARCOUNT=50, so you have to wait 50 runs for it to start
otherwsie set it to 1 and see if it stashes after 1 run, if this duznt help ill look more into it