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

Search results

  1. AzureusPT

    [Request] Do not revive

    Use Death Handling: Logout in DB settings tab.
  2. AzureusPT

    i want item rules to pick up 1-h weapons,without 2-h, how can i do this?

    http://www.thebuddyforum.com/demonbuddy-forum/plugins/giles-plugins/82669-suggestion-leave-2handers-rar-weapons-floor.html
  3. AzureusPT

    bot not clicking weapon/armor racks?

    If you're using Giles Trinity or the Unified Trinity, it should be able to open chests and weapon/armor racks. Check the object interact radius and set it higher if you find your bot doesn't reach them.
  4. AzureusPT

    How to not pick up 2-hands weapon and off-hand?

    Same as here: http://www.thebuddyforum.com/demonbuddy-forum/plugins/giles-plugins/91015-i-want-item-rules-pick-up-1-h-weapons-without-2-h-how-can-i-do.html Use the search button to check the already published loot rule.
  5. AzureusPT

    How to stop prioritizing champs?

    Its not a reinstall problem. You will need to check the weight system and try to reduce the range at which champs start to weight from normal mobs. You can find this editing the GilesTrinity.cs file (don't know which one in the unified 1.7+ version).
  6. AzureusPT

    i want item rules to pick up 1-h weapons,without 2-h, how can i do this?

    You can set Giles Trinity to "Use custom loot rules" and load a custom loot rule in DB settings tab with the desired pickup items. I've posted some time ago a loot rule for not picking 2H, so it should be here somewhere...
  7. AzureusPT

    [Request] Order Pizza button

    What about the people without Trinity? They don't have that button... :P
  8. AzureusPT

    where do i download RadsProfileManager

    RadsProfileManager has been discontinued. You need to download RadsAtom 1.5 or the beta version. They should be in the plugins section of the forum.
  9. AzureusPT

    Bot stops for fire on the ground....

    You might try to edit the combat routine or the settings to disable molten avoidance, but your bot could die just by looting the items that are in the fire...
  10. AzureusPT

    [Idea] XML Tag for random dungeons and misc areas

    You can achieve that by checking if the user is inside the dungeon or not. If it dies and its inside, you can avoid restarting the entire profile. For example: <!-- Check if we're already there --> <If condition="(not Zeta.ZetaDia.CurrentWorldId==121579)"> <!-- We're not in the zone, move to...
  11. AzureusPT

    DB not launching

    If patch changed memory alocation for D3 process or info, DB might scan the wrong section and might not be able to start properly. Don't really know if thats the real issue, but might be something like that.
  12. AzureusPT

    Couple of questions about DB behaviour.

    The configuration of the plugin is usually the configuration window, not the file. Don't know why more a more people are starting to think that you need to edit the actual file to be able to configure it... -sigh- RadsProfileManager and RadsAtom are the same. RadsAtom is the evolved version...
  13. AzureusPT

    Item stashing verification

    If you're using Giles Trinity, it should generate a log in the plugins/Trinity folder with the junk items (items vendored/salvaged). Without Trinity I don't know how to get that items via log.
  14. AzureusPT

    Couple of questions about DB behaviour.

    Trinity doesn't obey that option, so it will still loot while in combat. If you want to use DB option for combat looting, you have to either use Belphegor or edit Trinity (don't really know where right now). If I remember correctly there should be a check to enable kite. The min distance is...
  15. AzureusPT

    Loot Pickup Problem!

    Those loot rules are outdated. You have to change <Rule quality="Legendary"/> to <Rule stat="Quality" value="Legendary"/>
  16. AzureusPT

    i want item rules to pick up 3 things, how can i do this?

    If you're using Giles, set "Use custom loot rules" on Giles options and load the item rules xml file from DB settings tab. A item rule like the following should work for your purposes: <?xml version="1.0" encoding="utf-8" ?> <ItemRules name="harleystcool Rules" useRoundedValues="true"...
  17. AzureusPT

    Request: Act 2 VoA + Key

    Have you checked if the maps start points are fixed? I mean if one maps starts in (x,y,z)=(100,100,100) and the other starts in (x,y,z)=(200,200,200) for example. This way you could check it just as you enter the instance and load the correct waypoints: <If condition="ActorExistsAt(ZetaDia.Me...
  18. AzureusPT

    Request: Act 2 VoA + Key

    The second point its quite easy. You just need to change a value in the GameParams tag: <GameParams quest="57339" step="-1" act="A2" difficulty="Inferno" resumeFromSave="False" isPrivate="True" numGames="-1" /> If you set resumeFromSave="True" and exit the game, the bot will restart from the...
  19. AzureusPT

    WD Effective for botting?

    DB handles WD pretty well, there are some than can clear profiles even faster than a barb (equally equiped of course).
  20. AzureusPT

    How do i tighten my loots?

    No, Trinity config options... DB plugins tab > Select Trinity > Hit Config button > Go to loot tab > Change slider for values
Back
Top