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

Recent content by PrettyPia

  1. P

    [StandAlone] Demonbuddy Modification Assistant

    Definitely. I need to change how the program itself checks for updates, and also start uploading the binaries to the SVN. I went ahead and posted an updated version, I'm going to change the startup to include a Wizard where you can specify your Demonbuddy directory from the first time you run it...
  2. P

    [StandAlone] Demonbuddy Modification Assistant

    An import / export feature is a great idea. I will definitely implement that.
  3. P

    [StandAlone] Demonbuddy Modification Assistant

    Now available for download. Please post any bugs you may encounter. Although this is working, there's still a long way to go. If you'd like me to create a patch for you, or you're having issues with the modification generator - post modifications here. Thanks.
  4. P

    [StandAlone] Demonbuddy Modification Assistant

    I have not forgotten about releasing this, I will be uploading it tonight. Just finishing up a crude built in patch generator.
  5. P

    [StandAlone] Demonbuddy Modification Assistant

    Exactly! That's the reason I started this project - to save time when Trinity/Demonbuddy was updated, as EZUpdater always overwrote my changes.
  6. P

    [StandAlone] Demonbuddy Modification Assistant

    Demonbuddy Modification Assistant Features: Apply Custom Modifications to Demonbuddy/Plugins/Profiles via diff/patch files. Make your own custom patches from changes you've made, zip them up, share them with others. Download/Update Profile and Plugins with one click. Download updated...
  7. P

    Gold Inactivity Broken?

    In your Demonbuddy folder, open the following file in Notepad: \Plugins\Trinity\Helpers\GoldInactivity.cs Press Ctrl-F to copy and paste the following code. It can be found on line #161: if (notpickupgoldsec >= Trinity.Settings.Advanced.GoldInactivityTimer) Change it to the...
  8. P

    Temporary Gold Inactivity Fix

    In your Demonbuddy folder, open the following file in Notepad: \Plugins\Trinity\Helpers\GoldInactivity.cs Press Ctrl-F to copy and paste the following code. It can be found on line #161: if (notpickupgoldsec >= Trinity.Settings.Advanced.GoldInactivityTimer) Change it to the...
Back
Top