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

Search results

  1. AzureusPT

    how to use bot to fight only. I want to control walking and picking up stuff.

    @biblo: Use a blank combat routine without pickup rules of with high end pickup rules. That way you can handle the bot movement, but the bot will fight for you.
  2. AzureusPT

    Demon Hunter users, help need info

    I would say you should forget anything you know about DHs and learn how DB handles them. The idea behind a DH is to have lots of damage, decent resists and kite as much as you can to avoid being killed and kill all the mobs. DB is more simple, it will fire all the mobs despite they're on range...
  3. AzureusPT

    [Guide] Writing Profiles As Seen By TwistedHeat

    With latest DB version it can be changed with the GameParams tag, just add monsterPower="5" for example to set it to 5: <GameParams quest="87700" step="-1" act="A1" difficulty="Inferno" resumeFromSave="False" monsterPower="5" /> When there is no pathprecision, I think the default is 0 (or 1)...
  4. AzureusPT

    What am I doing wrong? (Own made loot profile related)

    Go to DB Settings tab, set log to diagnostic and try to load your item loot rules file. If the file has errors, it will be displayed in DB's log (or at least the cause which isn't loading properly).
  5. AzureusPT

    What am I doing wrong? (Own made loot profile related)

    First of all... WTF are these? <!2H WEAPONS/> <!1H WEAPONS/> ... In XML comments are with <!-- Insert comment here --> You can simplify the gold tag with the following: <ItemRule itemName="Gold" stack="700" /> <ItemRule itemBaseType="Weapon" oneHanded="true" description="Barb/Monk Offhand">...
  6. AzureusPT

    Get total gold amount?

    Have you tried Zeta.Internals.Actors.InventorySlot.Gold or Zeta.Internals.Actors.ActorAttributeType.Gold?
  7. AzureusPT

    Request: Loot profile

    2nd profile, there you go: <?xml version="1.0" encoding="utf-8" ?> <ItemRules name="morganwoop loot rules" useRoundedValues="true" xmlns="http://tempuri.org/ItemRuleSchema.xsd" xmlns:xsi="http://tempuri.org/ItemRuleSchema.xsd"> <Priority priority1="Keep" /> <Categories> <Category...
  8. AzureusPT

    Legendary loot only loot rules

    You need a loot rule, not a profile... :P You can use this loot rule with any profile, just save it to an xml file and load it in DB Settings tab > Loot rules <?xml version="1.0" encoding="utf-8" ?> <ItemRules name="jkb808 loot rules" useRoundedValues="true"...
  9. AzureusPT

    need help with bot setup.

    1) Use Trinity. 2) Configure death handling in Atom.
  10. AzureusPT

    blocked because attack mobs out of kill radius

    Trinity overrides loot and combat radius, you need to change it in Trinity!
  11. AzureusPT

    [REQUEST] Custom loot script Giles Trinity

    I would say this goes in the request forum... but there you go: <?xml version="1.0" encoding="utf-8" ?> <ItemRules name="glodna91 Rules" useRoundedValues="true" xmlns="http://tempuri.org/ItemRuleSchema.xsd" xmlns:xsi="http://tempuri.org/ItemRuleSchema.xsd"> <Priority priority1="Keep" />...
  12. AzureusPT

    Skycrown catapult stuck

    When you find your bot stuck, stop the bot, go to the second tab (the info dumping one) and hit "Dump ractors" button. You will find your log with lots of info of the objects or things near your position. Scroll the list until you find the catapult and it should have an id (actorid). With that...
  13. AzureusPT

    [Request] Do not revive

    Haven't tested this, but maybe if you disable RadsAtom (or any other death handling plugin) and set DB to ignore death handling. That way you might end dead and just stay like that...
  14. AzureusPT

    [LOOT RULES] Only Pickup Legendary(all) and Rare Jewelry

    This rule has errors and is outdated. In the future, don't trust any rule set that its from August 2012 or earlier, since the syntax changed and its likelly to fail. If the rule fails or has errors, DB won't accept it and you will be able to select from the settings tab, but DB won't load it.
  15. AzureusPT

    Using this, will i have to change the loot rules in demonbuddy?

    No, Trinity has its own loot rules inside the plugin, so you don't need any item rules xml file. If you go to DB Plugins tab and hit Trinity's options, you will find a tab to configure the loot rules.
  16. AzureusPT

    Loot Rule please

    Thats not a loot rule, that requires to edit the plugin code to alter it and modify so it suits your needs. A loot rule is an XML file that you use to tell DB which items you want to pickup and what to do with those. If you have Trinity, you need to set it to "Use Custom Loot Rule" and you will...
  17. AzureusPT

    Skycrown catapult stuck

    Trinity's fault probably. You could check the actorID of the catapult and check if Trinity has them in their destructibles (if it can be destructed ofc).
  18. AzureusPT

    Cant change mp

    Check two things: 1) Check your diablo options, enable MP selector and check that you're able to start a game in MP1. 2) Check that the profile you're running doesn't have monsterPower=0 in the GameParams tag.
  19. AzureusPT

    {request} Rules script help

    You can't use conditionals in Loot Rules... Either you pick all the potions or you don't.
  20. AzureusPT

    Demonhunter problems

    Reflect is a nasty one against DH. I usually don't have much problems but I end dying to some packs with other nasty affixes. I haven't tested latest unified trinity, but with latest giles there was a problem as the DH will use shadow power almost as soon as posible, ending in wasting disc, so...
Back
Top