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

Search results

  1. AzureusPT

    Need help to custom Salavage or Sell junk items

    Demonbuddy isn't able to get an item's price, so you can't have anything right now that would take an item's price into consideration.
  2. AzureusPT

    How can bot pick up legend and rare only?

    Rare and above (legendary/set items). With <Rule stat="Quality" value="rare4" /> you set the minimum quality the item has got to be for DB to pick it up.
  3. AzureusPT

    Item Rules QuickStart Guide

    Any idea what are the itemTypes that aren't defined in the first page (daibo, spirit stone, migthy weapon)? EDIT: Got the complete list. Apoc update the first post when you can... :P itemBaseType Armor Weapon Jewelry Misc Gem itemType Axe Sword Mace Dagger Bow Crossbow Staff...
  4. AzureusPT

    Paragon leveling

    For a bot, thats a good amount. I'm usually around 10-12M XP/H.
  5. AzureusPT

    How can bot pick up legend and rare only?

    If you use Giles Trinity, you can set this up pretty easy in the loot tab. If you're using a loot rule, you need to search for <ItemRule> <StatRules> <Rule stat="Quality" value="Magic1" /> ... </StatRules> </ItemRule> And change it to <ItemRule> <StatRules> <Rule stat="Quality"...
  6. AzureusPT

    Editing profiles: how to make the bot move to next profile after x seconds?

    Don't really know if you could do that from a profile (with a plugin maybe). When exploring random dungeons you use ExploreArea tag and you set a condition, it could be until fully explored, until you find a mob or until you find the exit, but you can't set a timer to override the tag. With a...
  7. AzureusPT

    Email Addon for Trinity

    You can't. Minimum values are set to 20k and 70k on weapons, thats why I said to edit the code to set the minimum to 0 or 1000. :p
  8. AzureusPT

    Email Addon for Trinity

    I'm not using Giles Trinity Loot Rules, I'm using my custom ones, so many times the items stashed have a score that doesn't match with Giles standards. Thats why I want to be able to mail all the items that are stashed, despite its score.
  9. AzureusPT

    Email Addon for Trinity

    Searching Trinity a little I've found the slide's code in GilesTrinity.xaml: <Slider Name="slideWeaponNotifyScore" Height="23" HorizontalAlignment="Left" Interval="1000" Margin="47,202,0,0" Maximum="120000" Minimum="70000" SmallChange="500" TickFrequency="2000" TickPlacement="BottomRight"...
  10. AzureusPT

    Making modifications for Trinity

    An enhance on DH's combat will always be welcome. In my case I find my DH drain almost all her hatred against a wall, because the mob that its trying to kill is behind it. It would be great if we could check the mob and move nearby if we're not hitting it. Also an enhance in Fan of Knives to...
  11. AzureusPT

    Email Addon for Trinity

    Is it possible to modify the plugin to mail you the same that Trinity's already saves in their stashlog? That should be all items that you're keeping. If so, what changes should be needed in order to make it work? Thanks.
  12. AzureusPT

    bot problem

    You need to load a profile before you start DB. The usual steps when you run DB for the first time should be: 1) Check the profile forum for a profile that you want to do. The profiles are the paths you tell your bot to walk and kill mobs. 2) Download the profile to DB's folder. 3) Check DB's...
  13. AzureusPT

    Perfect Square+?

    Don't really know, but maybe its there to avoid picking up any gem. But I think you can achieve that also unticking all the gems, so don't really know...
  14. AzureusPT

    [Request] Act 2 profile key hunting

    You can check them in the profiles forum. Theres a separate forum for each act and you would find those in Act 1 forum and Act 3 forum.
  15. AzureusPT

    Barb Botting Issues?

    First of all, you should be able to do Act 1 without much problems. You have enough HP, resists and damage to be able to do so. So the problem might be elsewhere... could it be the build itself, the combat settings you're using or even the profile. I would check first the settings tab in...
  16. AzureusPT

    Possible to start profile from specific checkpoint?

    If the checkpoint is not achieved while selecting a quest/step and starting the game, you should need to create a starter_profile.xml that loads the correct quest/step, walks your bot to the checkpoint and then exits the game. At that point, if you use resumeFromSave="True" on the rest of your...
  17. AzureusPT

    [Request] Act 2 profile key hunting

    Like this one? http://www.thebuddyforum.com/demonbuddy-forum/demonbuddy-profiles/act-2/78324-a2-inferno-keywarden-hunt.html
  18. AzureusPT

    Act 4 Infernal Machine Hunt

    I would suggest you first undestand how ExploreArea works and how Demonbuddy handles random dungeons. Several users (including me) have got their plans using that profile, so I wouldn't say it doesn't work...
  19. AzureusPT

    Help me?

    No idea, but you could always delete the folder from the plugins folder...
  20. AzureusPT

    Help with TrinityLoadProfile tag

    Actually I don't know a way to randomly keep doing profiles without repeating and without missing anyone. The closest thing I can think of is something like this: <TrinityUseOnce id="1" max="7"> <TrinityRandomRoll id="1" min="1" max="7" /> <TrinityIfRandom id="1" result="1">...
Back
Top