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

Search results

  1. AzureusPT

    [Guide] Profile Creation 101

    For random maps you use the ExploreArea tag. I've updated the first post with more information about it.
  2. AzureusPT

    [Guide] Profile Creation 101

    If you dump your position, you get the x,y,z coordinates of your character in the current map. If you want your bot to navigate through a map, you will need to supply several points, so the bot will go one by one, navigating through the map. Then you should recreate the actual path you want your...
  3. AzureusPT

    Need help learning programming plugins for DB

    You can check this post to see how to set your work environment: http://www.thebuddyforum.com/demonbuddy-forum/developers/62941-request-how-initialize-plugin-project.html#post646879 Also you can import Demonbuddy to your project and use the object browser to check the functions/variables you...
  4. AzureusPT

    I need a tank not a p#ssy

    Set your avoidance to 0 in your combat options and your bot won't give a shit to any AoE hitting it...
  5. AzureusPT

    When your bot keeps dieng.

    RadsAtom does that already...
  6. AzureusPT

    When i press start, Demonbuddy stucks before the routine selection

    Have you tried manually login into the game (with the character you want) and then, once inside the game load the profile for act 2? Not the start profile, the normal profile of act 2.
  7. AzureusPT

    need some help because i cant find some ipluging methods

    A cheap way to do so could be to add <WriteReport /> tags in both start and end inside the profile.
  8. AzureusPT

    Profile Creation Guide?

    I've posted the basic things to know as guide if you want to take a look at it: http://www.thebuddyforum.com/demonbuddy-forum/demonbuddy-guides/96484-guide-profile-creation-101-a.html
  9. AzureusPT

    [Guide] Profile Creation 101

    Reserved.
  10. AzureusPT

    [Guide] Profile Creation 101

    Profile Creation 101 What's this for? This guide will try to cover the very first steps on making profiles from scratch. Info dumping Demonbuddy has an Info Dumping tab that will aid you in getting the values you need for the profile. 1.- My Position: This are the coordinates (x,y,z)...
  11. AzureusPT

    Item Rules QuickStart Guide

    <!-- 1H Axes --> <ItemRule itemType="Axe" twoHanded="false"> ... </ItemRule> <!-- 2H Axes --> <ItemRule itemType="Axe" twoHanded="true"> ... </ItemRule>
  12. AzureusPT

    How to fix teleport stones ?

    Maybe its an issue with the profile you're using... I supose it uses an ExploreArea tag. If you want to stop once it reaches the TP, then it should be coded as condition="objectfound" and the objectID of the TP stone.
  13. AzureusPT

    Small egg farm

    Eversong Woods isn't a WoW location? This is Diablo...
  14. AzureusPT

    a1-a3 champion hunt randomized?

    If you run an Atom-free bot, you can use this xml () to start acts 1-3 in a random basis. Just change the start profile names for each act and be sure that each act's end profile points to the START_RANDOM.xml.
  15. AzureusPT

    Trouble with setting>combat routine

    If you're using Belphegor, the combat settings will be displayed once the bot enter the game (not in the lobby).
  16. AzureusPT

    Item Rules QuickStart Guide

    Could you be playing in a different language than English? If so, all itemName strings should be localized to your language. In other words, if you hover your mouse over the item, you should use the name that appears in your tooltip.
  17. AzureusPT

    [Request] Loot Profiles.

    Use darkfriends77 Item Rules plugin. A loot rule will override Trinity's scoring.
  18. AzureusPT

    Efficient act 3 profile

    That's not possible. Depths are random generated areas so either you map them all in a profile or there's no way of knowing you're in the second room... Also as soon as you use a random generated area and need to use Explore Area on the profile, the efficiency of the profile decreases a lot due...
  19. AzureusPT

    Need Help: Reached level 60 what now?

    Farm Nightmare/Hell for gold, then equip yourself and try to finish Inferno. Another aproach could be if you've finished for example Act1, to farm Inferno Act1 to get some gold/items and see if you can equip your character.
  20. AzureusPT

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

    <Profile> <Name>Blank routine</Name> <KillMonsters>True</KillMonsters> <PickupLoot>True</PickupLoot> <GameParams quest="114901" step="22" act="A4" difficulty="Inferno" resumeFromSave="True" isPrivate="True" numGames="-1" /> <Order> <ToggleTargeting questId="1" combat="True"...
Back
Top