What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Starting Demonbuddy with Style

I am able start DB just fine, but I don't think it is loading any plugins. Is there a way to make sure it loads all the plugins before starting the profile?

Thanks
 
Anyone having an issue with the autostart? Mine loads everything but the character stands in town, the windows shows its trying to move to the WP but never does. If I click stop->start it starts right away...weird
 
I get a DB error:
Profile not found path:true Path will not be loaded. I take it that he can't parse the path for some reason. Can't figure out why =(
 
Short script for auto start DB with style :) for Windows Scheduler.

Code:
@echo off
tasklist|find "Diablo III.exe"
if errorlevel 1 goto diablo
echo %time% >> c:\db\report.log
echo OK >> c:\db\report.log
goto end

:diablo
echo %time% >> c:\db\report.log
echo Not in process, starting >> c:\db\report.log
start c:\DB\start_db.cmd

:end
 
Last edited:
I get a DB error:
Profile not found path:true Path will not be loaded. I take it that he can't parse the path for some reason. Can't figure out why =(

Had the same problem when made the shortcut line as recommended in the first post.
Instead of writing
Code:
 "C:\Demonbuddy\Demonbuddy.exe" ... -profile YOUR_PROFILE -routine ROUTINE_NAME
I replaced the space by equals-sign:
Code:
 "C:\Demonbuddy\Demonbuddy.exe" ... -profile="C:\...\smth.xml" -routine ROUTINE_NAME
The routine option works for me without equals sign.

The question is: WTF?! xD
 
Hey someone has already asked, but no answer, is it fine to disable D3 flashing? It changes anything in the performance of the bot?
 
Please add the function to kill the session when DB kills itself after -minutes or -runcount
By the way, awesome job on the patch time
 
When many d3 is opened is there any chance to db will add instantly to them? Instead of stoping on choice pid menu?
 
Can you please add a "-pid" parameter to attach to a specific Diablo III that is already running? Thanks a lot.
 
Cannot get autologin to work.
Tried every bit suggested in thread, with and without some features - always stuck at login; name is fine but cannot do password bit.

Would appreciate help or a fix, cheers.
 
Back
Top