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

Search results

  1. sinterlkaas

    [BUG] -autostart issues when Custom XML Tags are inside IF statement in profile

    Start: Demonbuddy.exe -autostart -profile="G:\New folder\Profiles\bugprofile.xml" Bugged Example Profile: Log file:
  2. sinterlkaas

    [Plugin] Simple Error Clicker

    NotificationOk does not seem to be working that well anymore and DB fails to close the disconnect errors ... here is a simple plugin that will close the disconnect errors... simply download it create new folder in your plugins directory and place the file there. Example...
  3. sinterlkaas

    [Request] DB to automatically close Inventory is limited msg

    The close button for this popup msg has a dynamic hash so it is not possible to simple check if the hash is visible and stuff It would be nice to close this msg as soon as it pops
  4. sinterlkaas

    [Unfinished API?] ZetaDia.Service.GameAccount.NumHeroes etc

    Tested this at char selection screen but it does not give the right information... Logging.Write("Num Heroes: " + ZetaDia.Service.GameAccount.NumHeroes); Logger.Write("Max slots: " + ZetaDia.Service.GameAccount.MaxHeroSlots); Logger.Write("Empty slots: " +...
  5. sinterlkaas

    [Request] Plugin Compile + Initialize BEFORE START and LOGIN

    changelog for 204: It would be nice to have the plugins compile before the bot even is started by -autostart or click Start... so I can actually make use of my Authenticator plugin ..
  6. sinterlkaas

    [Request] Bot to act slow (more human like)

    Salvage and sell goes to fast ... wouldn't it be better if there would be a option or by default to act slow like a human .. 1 or 2 seconds between each salvage and 0.3 to 1 second on a sell ... ? it would be easy for blizzard to log ppl that salvage + sell all items within a second
  7. sinterlkaas

    [Plugin] Battle.net Authenticator

    Battle.net Authenticator This plugin will not work for 100% yet because Demonbuddy does not Compile + Initialize any plugins before it is logged in For now it does work only when you have Authentication set to not always ask for it in battle.net... And it will work in the future when...
  8. sinterlkaas

    [StandAlone] Demonbuddy Crash Checker

    Demonbuddy Crash Checker with BuddyAuth session killer What is this? This is a simple console application that will search for Demonbuddy windows. They will be added to the checklist and will be monitored. When Demonbuddy is frozen CrashChecker will kill that application and find the...
  9. sinterlkaas

    Plugin Compile + Init before db is logged in

    Lazy Copy paste :)
  10. sinterlkaas

    [Request] Log profile MoveTo Name tag when generating new path

    .. This seems to be removed ??? In earlier version it did show the name info when generating a new path this is usefull for debuging profiles
  11. sinterlkaas

    [Ticket] Dump actors stops bot from working...

    DB stops working after clicking dump actors... clicking stop does clears everything normally but when clicking start again DB gets a LOCK start button stays pushed down and cant even close DB .. have to use taskmanager to kill it this is repeatable
  12. sinterlkaas

    [TICKET] Config window not closing FIX!!!!!

    This seems to fix the bug that caused DB not to close fully when using the config window for plugins: more info can be found here: c# - How to exit a WPF app programmatically? - Stack Overflow this is a example plugin to proof it: when you disable the plugin and open the config window then...
  13. sinterlkaas

    [Request-TICKET] RETRY login failed due to server status error

    I noticed DB does nothing when the server-status error popup is shown it just waits for user to click away that message .. and than goes for relogging again and since no plugins are loaded when not logged in for the first time I cant do anything about this :/ it would be nice if DB handles this...
  14. sinterlkaas

    [TICKET] The new close DB when attached D3 closed -> EATS SESSIONS

    When I just close D3 it does close DB aswell but it is not a clean exit it is causing some exception errors... could this be related to bot still running + DB stats ? anyway this is eating sessions
  15. sinterlkaas

    [Plugin] AntiIdle

    Outdated
  16. sinterlkaas

    [Request] Plugins Developer forum

    where developers can discuss / ask help for there problems and post examples on how to do some stuff
  17. sinterlkaas

    [BUG] Plugin OnShutDown never gets called

    topic says enough this event never gets called when I close DB the thread stays alive still showing a msgbox every 3 seconds snippet: public void OnShutdown() { somethread.Abort() } public void doWork() { while(true) { Messagebox.Show("still running")...
  18. sinterlkaas

    [Example-plugin] CONFIG WINDOW (finally working)

    This plugin is for developers only It is a example on how to create the config window (finally) :) What to do to create this xaml file? Open VisualStudio and go to: File -> new -> Project open a WPF User Control Library here you can start editing your xaml file and create a nice...
  19. sinterlkaas

    [Development] WPF fails?

    When using WPF the bot fails to compile the sources for a plugin [12:40:10.296 N] Compiler Error: g:\db\Plugins\Test\Window1.xaml.cs(23,13) : error CS0103: The name 'InitializeComponent' does not exist in the current context but when building with VS2010 it build without any errors...
  20. sinterlkaas

    [Plugin] FixMe -> Bad Profile Behavior fix

    [Plugin] FixMe -> Bad Profile Behavior fix (out of sync fixer) Why FixMe? Most of the Sarkoth profiles I used did not work for more than just 1 run... example: Sarkoth profile first run it goes smoothly 2nd run it thinks there is a cellar but there is none and it is stuck or when the...
Back
Top