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

Search results

  1. AzureusPT

    How do i tighten my loots?

    Go to Trinity's loot config and use a higher score for your items.
  2. AzureusPT

    bot doesn't exit game when done profile

    If you're using the first xml I would suggest you change this: <If condition="Me.IsInTown==True"> <LeaveGame reason="In town, restart game"/> </If> with this: <If condition="Me.IsInTown==True"> <LoadProfile profile="nameoftheprofile.xml" leaveGame="True" /> </If>
  3. AzureusPT

    Libraries, Examples and Guides to Create Plugins for DB

    Have you checked this post? http://www.thebuddyforum.com/demonbuddy-forum/developers/62941-request-how-initialize-plugin-project.html#post646879
  4. AzureusPT

    auto open chest command in profile?

    Giles should open chests if nearby. Don't remember right now if DB or Belph support that as standalone.
  5. AzureusPT

    Default routine settings at start

    You can run DB with -routine THE COMBAT ROUTINE TO USE. If ARelog doesn't let you send commands to DB, then you could do a shortcut with the command -routine included and then use ARelog to call directly the shortcut. You can find more info for DB commands here...
  6. AzureusPT

    REQUEST: need loot rule

    If you use the german client, you have to change itemName="*Design:*" for the german name to be able to work. The rest should work as you've requested: <?xml version="1.0" encoding="utf-8" ?> <ItemRules name="sgdgf Rules" useRoundedValues="true" xmlns="http://tempuri.org/ItemRuleSchema.xsd"...
  7. AzureusPT

    Need loot rule

    If you copy the rule <ItemRule itemBaseType="Jewelry" description="Rare Jewelry iLvl 58+"> <StatRules> <Rule stat="Quality" value="Rare4" /> <Rule stat="Level" minValue="56" /> </StatRules> </ItemRule> in the keep category, it will keep all rare (or higher) jewelry ilevel 56+. If you want to...
  8. AzureusPT

    giles trinity plugin with custom loot rules

    I will make two changes, first one get out Salvage of the priority list (you don't use it): <Priority priority1="Keep" priority2="Sell" /> Second I will take out <Category ruleType="Salvage"> </Category> DB might try to do it and since its blank it might don't know what to do. Also take out...
  9. AzureusPT

    Giles loot question

    That confirms my hypothesis, if you use itemName="...", you need to type the localized name to use. The russian xml uses cyrillic names (that I suppose are the Diablo 3 names in russian). As for the Spanish client or other non-english client, you should change the itemName="*Health Potion*" for...
  10. AzureusPT

    Need loot rule

    Here you go: <?xml version="1.0" encoding="utf-8" ?> <ItemRules name="buddybud Rules" useRoundedValues="true" xmlns="http://tempuri.org/ItemRuleSchema.xsd" xmlns:xsi="http://tempuri.org/ItemRuleSchema.xsd"> <Priority priority1="Keep" /> <Categories> <Category ruleType="PickUp">...
  11. AzureusPT

    boting with a dh?

    I'm using this profile right now: Demon Hunter - Game Guide - Diablo III with about 0-2 deaths per hour in A3 runs with MP0.
  12. AzureusPT

    Giles loot question

    I would say it depends. If you use loot rules with itemTypes (for example pickup all weapons with ilevel 61 rare+), it should work, since that values are coded inside DB. But if you want to pickup items by name (for example pickup all flawless square gems), I think that should be localized to...
  13. AzureusPT

    Profile making pathPrecision="10

    The code you've posted should work without RadsAtom. Rads mainly handles deaths and has some tags (like <Continue profile=".." />), but in the code above there's none of that.
  14. AzureusPT

    Lootinn - Community Run Loot Rules

    Nice, I didn't know it first marked the items, then did the actions. I will try to take a deeper look and see if I can find anything more that could be improved.
  15. AzureusPT

    Can someone check my loot rules

    Have you used the same rules as Tinnvec has in his github repository? Seems almost the same... read my post about them: http://www.thebuddyforum.com/demonbuddy-forum/demonbuddy-profiles/other/88541-lootinn-community-run-loot-rules.html#post886544
  16. AzureusPT

    Unified GilesPlugin's Unnoficial Updates File

    I had an issue with my monk not attacking his clone in the second phase of Diablo fight, please add the SNO so it can attack it: Type: Unit Name: Diablo_shadowClone_Monk_Male-15198 ActorSNO: 141938, Distance: 10.44514 Weird... My barb also didn't attack her clone... Type: Unit Name...
  17. AzureusPT

    Is there currently a stand alone Giles Loot rules PLUGIN?

    You can find custom loot rules in the Profiles > Other forum. If you want to edit them or make your own, you can check http://www.thebuddyforum.com/demonbuddy-forum/demonbuddy-guides/54086-item-rules-quickstart-guide.html
  18. AzureusPT

    Load custom rules in giles trinity

    Try with <Rule stat="Quality" value="Rare4" /> minValue is for when you enter a number, value is for when you enter a Quality.
  19. AzureusPT

    [Request] A3 - Inferno Champion Hunting

    Keeps profile already exists, you can link the last part of the Champion Hunting profile to the first part of the Keeps to make the bot go there. As for the Arreat Crater, isn't there a profile that already does that + Azmodan?
  20. AzureusPT

    Lootinn - Community Run Loot Rules

    Have you tested the Lootinn.xml file? I've done a quick check and has several errors that might end with valuables being sold... Couple of things: <ItemRule itemBaseType="Gem" itemName="*Star*" description="Star+ Gem" /> Star gems (sadly) doesn't drop, so you don't need to add them. <ItemRule...
Back
Top