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

Search results

  1. AzureusPT

    db error

    Reinstall DB. fasmdll_managed.dll should be in the same directory as Demonbuddy.exe. Its included in the zip when you download DB.
  2. AzureusPT

    Help me?

    Disable QuestTools, its the one failing...
  3. AzureusPT

    Chasing and backtracking

    Mostly yes. You can check the tag specification here: http://www.thebuddyforum.com/demonbuddy-forum/plugins/giles-plugins/73952-trinity-v1-6-new-profile-xml-tags.html Also take care as not all the attributes of the MoveTo tag are compatible with TrinityMoveTo.
  4. AzureusPT

    Trinity v1.6 - New Profile XML Tags

    @mridontevenknowu: Instead of using TrinityStop, you can use disableprevious="true" in the next UseOnce like this for example: <TrinityUseOnce questId="1" id="2222" max="5" disableprevious="true">, that will disable all the previous UseOnce.
  5. AzureusPT

    Help with TrinityLoadProfile tag

    That code is wrong. act3-8.xml and act3-9.xml will never be called for two things: 1) You haven't closed the "": <TrinityLoadProfile file="act3-8.xml /> => <TrinityLoadProfile file="act3-8.xml" /> 2) Since you have a previous TrinityLoad, it will load that before, so the profile will change its...
  6. AzureusPT

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

    No, when you set Giles item to advanced, all the actions are taken with the loot rules, so Trinity won't eval any item. Yes. You can avoid salvage if you don't want to do so, but at least pickup and sell must be defined to let the bot empty your inventory once full.
  7. AzureusPT

    Gem Combining Profile??

    With profiles you can't do such thing atm... I think you need to build a plugin to be able to interact with the NPC and craft gems, since profile XML tags doesn't support that.
  8. AzureusPT

    Updated Recent Loot Rules?

    Can you define "GOOD rares"? It can be difficult to do or find a custom loot rule if my opinion of good rares is different (and I'm sure it is) of yours. Also, I don't know if its fully operational yet, but have you checked the addon that lets you add simple rules as loot rules? It might be...
  9. AzureusPT

    First time demonbuddy user, how to change monsterpower?

    DB > Settings, move the slider of MP. If you set MP1 for example, you can check DB's log for "Created game ... Handicap:1". Handicap:1 = MP1. Does it output something like that when you create a game?
  10. AzureusPT

    DB without Trinity?

    Its fully operational if you configure it to run without Trinity. You need to do the following: 1) Use Belphegor as combat routine. 2) Use a custom item rule xml file to pick items. 3) Use RadsAtom to manage profile deaths. 4) Use Unstucker to manage stucks. If your character is a melee...
  11. AzureusPT

    Leveling advice

    Anything that will make your character move/kill faster, will grant you more XP/hour. You can check to add more movement speed to your character.
  12. AzureusPT

    Profile to switch between acts?

    Didn't knew you wanted something random... Maybe you can do something like this: start_random_acts.xml (chooses a random act to start 1-2-3-4) act1_start.xml (starts Act1) > End should point to end_random_acts.xml act2_start.xml (starts Act2) > End should point to end_random_acts.xml...
  13. AzureusPT

    Help with profile for manual player movement and just combat routine and loot rules

    With something like this, if there are no mobs under the radius, the bot won't move unless you move it: <Profile> <Name>Combat Bot</Name> <KillMonsters>True</KillMonsters> <PickupLoot>True</PickupLoot> <Order> <ToggleTargeting combat="True" looting="true" lootRadius="50" killRadius="50" />...
  14. AzureusPT

    Profile to switch between acts?

    You can do it yourself, just load a different act profile and DB will execute it without problems. For example, you could point the last profile of Act1 to the first profile of Act2 instead of Act1 and it will switch acts.
  15. AzureusPT

    Full Questing - All Acts - Complete

    Found a barricade in Rakkis Crossing that the bot didn't destroy. It tried to move over it without luck (since it wasn't destroyed). [22:39:38.814 N] [299DB068] GizmoType: Barricade Name: a3_Battlefield_Barricade_Breakable_charred-4396 ActorSNO: 193963 Distance: 10.77539 Position: <787, 663...
  16. AzureusPT

    [Suggestion] Adding path element to profile

    If you use Trinity's XML tags, there's a <TrinityUseOnce id="12345"> </TrinityUseOnce> tag in which you can set a part of the profile that will only run once. For more info you can check the post...
  17. AzureusPT

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

    You have to set Giles to use custom loot rules and create a valid itemrules and set it in DB.
  18. AzureusPT

    request for keyfarming only for A1 and A2

    Search in each act specific forum... Profiles > Act 1 and Profiles > Act 2, theres one for every act...
  19. AzureusPT

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

    @happysticks and @fr0stebyte with my example and http://www.thebuddyforum.com/demonbuddy-forum/demonbuddy-guides/54086-item-rules-quickstart-guide.html you can do it. Example for @happysticks: <ItemRule itemType="Shield"> <StatRules> <Rule stat="Level" minValue="63" /> <Rule stat="Quality"...
  20. AzureusPT

    leave the game but dont creat another

    Yes, 0 on DB and on Rads whatever you want. 2 or 3 are good values for Rads, 1 might be too low and might proc when it shouldnt.
Back
Top