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

Search results

  1. sinterlkaas

    [Plugin] Escape Desecrator \ Arcane

    I think this would be better if you make a modified version on belphegor and let them add to it ... but anyway nice job so far :) seems to be working and it will get better I guess ...
  2. sinterlkaas

    [Plugin] AntiIdle

    Important update! If you had any problems with leaving right after you joined a new game with the new Demonbuddy with delayed starts .. you should update to this version! The old version for 185 did not handle it correctly or the even older versions did not handle it at all! Added...
  3. sinterlkaas

    [Plugin] AntiIdle

    I think this is happening cause of the new delaying games in Demonbuddy because DB gets paused for x Amount of seconds and this could exceed our max pause time (when not set as thirdparty pause) currently testing with a fix .. :)
  4. sinterlkaas

    [Plugin] AntiIdle

    hmm ok this should not happen ofc I will look into it... would be nice if you can add a log aswel this helps me alot so I can try to reproduce your problem
  5. sinterlkaas

    [Plugin] Giles Monster Priority Changer

    hmm when I use this My monk only tries to attack while nothing is there ... will send you log later gtg now
  6. 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
  7. sinterlkaas

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

    yes .. mostly when I am in a fight and I try to dump the actors while bot is running ... it wont happen when bot is not running
  8. 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
  9. sinterlkaas

    [Plugin] Giles World Object Handler

    Nice plugin but I noticed it is not possible to disable it normally ... can't you do it like this ?... public void OnDisabled() { LootTargeting.Instance.Provider = new DefaultLootTargetingProvider(); Log("LootTargetingProvider reset to default"); } public void...
  10. sinterlkaas

    Paging all profile writers How to find quest, step and actor id

    Then just do not do it ;)
  11. sinterlkaas

    [Plugin] FixMe -> Bad Profile Behavior fix

    Thanks .. but actually it should not be needed anymore since .170 I think it was ... cant find the changelog anymore in the forums :) but it is still safe to use it will only reload the profile twice when you join a game cause Demonbuddy does this by itself now
  12. sinterlkaas

    [Plugin] Instant MF Swap

    It is fixed and as a default plugin for Demonbuddy since .180
  13. sinterlkaas

    [Plugin] AntiIdle

    Updated for Demonbuddy version .185
  14. sinterlkaas

    [Plugin] AntiIdle

    Since Demonbuddy .185 it wont compile .. I will fix this tomorrow it is time for me to go to bed ..
  15. sinterlkaas

    [Plugin] Mapping Tool

    When does it crap out ? only if you do not have any more memory left .. that would be a lot of waypoints ? If you only got a few MB's on memory free it is time to upgrade anyway
  16. sinterlkaas

    [Plugin] AntiIdle

    Updated to Added: Config window Added: Demonbuddy bugfix for not closing when using a plugin with configwindow Changed: Memchecker will now only close DB and this will only happen when we just left the game Changed: LastStateSaver is more reliable now (it will detect plugin /...
  17. sinterlkaas

    [Plugin] Mapping Tool

    try using this ... [DllImport("user32.dll", SetLastError = true)] static extern bool OpenClipboard(IntPtr hWndNewOwner); [DllImport("user32.dll")] static extern bool EmptyClipboard(); [DllImport("user32.dll", SetLastError = true)] static...
  18. sinterlkaas

    [Example-plugin] CONFIG WINDOW (finally working)

    Workaround for DB not closing when using the config window using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Threading; using System.Diagnostics; using Zeta; using Zeta.Common; using Zeta.CommonBot; using...
  19. sinterlkaas

    TP right after sarkoth kill

    This happens since the update where it checks if it is safe to portal out if not it kills first than tries to portal again BUT it does not loot anything that drops at that time .. everything is working fine at sarkoth if the profile is longer .. like get out of cellar and farm some stuff...
  20. sinterlkaas

    any way to lower the cpu usage of db

    it only uses around 5% here ..
Back
Top