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

Search results

  1. AzureusPT

    leave the game but dont creat another

    Here's the error: [10:33:24.523 N] Inactivity timer tripped! Leaving game Check your inactivity timer settings. I think DB's inactivity timer doesn't work pretty well atm, so use Rads instead.
  2. AzureusPT

    [A3 - Inferno] Champion Hunting - whon u guys been using?

    You should ask this in the profile's post. You will get more answers that way... :P
  3. AzureusPT

    [suggestion] leave the 2handers rar weapons on the floor

    You can use a custom ItemRule like this one: <!-- PickUp --> <Category ruleType="PickUp"> <!-- Pick up all 1H rare weapons with ilevel 60+ --> <ItemRule itemBaseType="Weapon" twoHanded="false" description="Leave 2H alone"> <StatRules> <Rule stat="Level" minValue="60" /> <Rule...
  4. AzureusPT

    group multiple bots

    Is this a request or a question? :P It is possible with this plugin: http://www.thebuddyforum.com/demonbuddy-forum/plugins/73798-plugin-chuckyegg-attempt-party-dude-pro-breaker-breaker-roger-smack-em.html
  5. AzureusPT

    [Plugin request?]

    If you use Trinity's loot features, it generates a stash log inside its folder that contains all the items that are above Trinity's score when the bot moves it to the stash. It generates something like this: 29/10/2012 0:53:56: ==================== WeaponOneHand - Axe 'Clamor Breath'. Score =...
  6. AzureusPT

    How do I get started?

    1) Get gold from Hell/Nightmare runs. 2) Equip your chars with items in the Auction House. 3) Profit! If you have 100k gold, I can asume you've already bought useless items from the AH, so don't do that anymore. Try to equip one character to be able to clear Act 1 Inferno MP0 as with that one...
  7. AzureusPT

    Bot doesn't bot continuously

    Disable DB's Inactivity Timer (set it to 0).
  8. AzureusPT

    i am sick about all these errors

    First might be profile related. Second I don't know... Third might be because session got stuck (DB closed, you tried to open it again but session wasn't freed from the crash).
  9. AzureusPT

    quick question - 2 different computers same router

    Suspicius is running a fast profile (less that 10-15 minutes) all the time 24/7 for example.
  10. AzureusPT

    error when i open demon buddy

    Do you have the required dependencies installed? DB requieres .Net framework and C++ redistributables
  11. AzureusPT

    Demon Buddy on XP

    Check that you have all dependencies installed (.Net and C++)
  12. AzureusPT

    i'm using DB to bot, but My barb run 2 maps of ACT III in each run.

    It all depends on the profile you're using. If you have a profile that only does two maps, it won't do any more...
  13. AzureusPT

    Item Rules QuickStart Guide

    Sort answer: NO Long answer: DB doesn't support a way to get an item's gold value. Don't really remember if it could or not be implemented. BTW, it was already answered before, so next try to look for it...
  14. AzureusPT

    quick question - 2 different computers same router

    There are people that have 2-6 bots in the same computer (same IP), so I wouldn't bother much with that. Just try to avoid suspicious behaviour and you will be fine...
  15. AzureusPT

    Okay, keys profile in the works, just a small question

    Maybe you can use Trinity's XML tags: <TrinityIfSNOInRange snoid="xxxxx" range="yy"> </TrinityIfSNOInRange> This works like the default "If" tag and can have child nodes. It allows you to check if a particular SNO ID is within a specified range before carrying out actions. Child-nodes can be...
  16. AzureusPT

    Suggestion add "IsDead"

    Expanding Magi's code: <!-- Do stuff untill you find the boss or whatever --> <While condition="not ActorExistsAt(boss_id, ZetaDia.Me.Position.X, ZetaDia.Me.Position.Y, ZetaDia.Me.Position.Z, 150)"> <!-- Do stuff --> </While> <!-- If we are here, boss_id is under 150 range of out bot -->...
  17. AzureusPT

    how do I create a custom profile?

    Mapping Tool But its not hard to record one by one by hand...
  18. AzureusPT

    what skill should I use for a DH to bot?

    DH's are hard to bot, specially on Act3 due to DB's trying to melee the mobs. You need to build a tanky DH with balanced damage and survival. Since this is not the best, nor the cheapests of the builds, its best to farm Act 1 or Act 2 where you will need a lower survival to be able to complete...
  19. AzureusPT

    How are keys picked up?

    You can use <If condition=ActorExistsAt(166943,ZetaDia.Me.Position.X,ZetaDia.Me.Position.Y,ZetaDia.Me.Position.Z,30)"> <!-- Pick up key --> <If> To see if the key (ID=166943) is at range 30 of your char's position.
  20. AzureusPT

    A Question and a Comment

    <ExploreArea /> tag is kinda bitchy. Whenever you call it, it will explore ALL the area, despite you've already done it. What area are you trying to map that you need both waypoints and explore area?
Back
Top