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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Beta] Demonbuddy beta builds

Status
Not open for further replies.
Any working Act 4 Profiles by chance? I figured adventure mode would be good to play with in act 4, Gardens 1-2 silver 1 izual silver 2, Diablo~~~

Wanting to test this out but no working Profiles for this in Act 4, Can someone direct me on how to make a profile or a semi-guide?


Any thoughts?

:(
 
Last edited:
NESOX please-please read this!!!!

the possible fix of old problem with crashes!

@rrrix, I've identified another "bug" where the Diablo client crashes specifically after salvaging items and using the stash immediately afterward. I believe it's an intermittent problem as it does not always happen, but maybe it would be better to do the run after salvaging instead of going to the stash?
 
Just got home and updated DB to the newest beta. Maybe just me but running the Legendary Road profile to lvl up my crusader the exp per hour is not working again. Lvl62 right now and 420 paragon
 
It's sad I am not smart enough to understand this myself, but did the act="OpenWorld" parameter get already implemented?
 
Yes =OpenWorld works, didn't Nesox say so earlier too?
Then what is the exact way to use that? like:
<GameParams step="1" act="OpenWorld" resumeFromSave="False" isPrivate="True" numGames="-1" />?
 
Yes the OpenWorld tag seems to work. Although, I'm running into a problem (I believe). I was trying to work on a profile for adventure mode (one that would easily be expandable by the community since there are TONS of different bounties), but it seems that the quest show in the "Quest" info dump area doesn't change at all when entering different areas. Perhaps they store bounty quests in a different way?

If I am wrong, feel free to correct me so I can continue working on it =P

EDIT: Oh, and a sidenote since i'm posting, is it possible to load profiles in a subdirectory? Would make things much cleaner for my current idea of implementation.
 
Yes the OpenWorld tag seems to work. Although, I'm running into a problem (I believe). I was trying to work on a profile for adventure mode (one that would easily be expandable by the community since there are TONS of different bounties), but it seems that the quest show in the "Quest" info dump area doesn't change at all when entering different areas. Perhaps they store bounty quests in a different way?

If I am wrong, feel free to correct me so I can continue working on it =P

EDIT: Oh, and a sidenote since i'm posting, is it possible to load profiles in a subdirectory? Would make things much cleaner for my current idea of implementation.
When loading use <LoadProfile profile="../FOLDERNAME/PROFILENAME" /> ../ should navigate one folder backwards. Atleast if its the same as many other coding language
 
Yes the OpenWorld tag seems to work. Although, I'm running into a problem (I believe). I was trying to work on a profile for adventure mode (one that would easily be expandable by the community since there are TONS of different bounties), but it seems that the quest show in the "Quest" info dump area doesn't change at all when entering different areas. Perhaps they store bounty quests in a different way?

If I am wrong, feel free to correct me so I can continue working on it =P

EDIT: Oh, and a sidenote since i'm posting, is it possible to load profiles in a subdirectory? Would make things much cleaner for my current idea of implementation.
Hello my buddy.
Are you willing to share your GameParams code with us? :)
The following code doesn't work:
<GameParams step="1" act="OpenWorld" resumeFromSave="False" isPrivate="True" numGames="-1" />?
 
<GameParams quest="101758" step="1" act="OpenWorld" difficulty="Normal" resumeFromSave="False" isPrivate="True" numGames="-1" />

This works for me. The quest id is probably pointless, but probably a required field? Also eskaro, I thought I had tried doing ./Act1/[profilename].xml, but maybe I didn't =P I'll try it after my raid tonight. Also, if it is anything like linux, ./ is the current directory.
 
<GameParams quest="101758" step="1" act="OpenWorld" difficulty="Normal" resumeFromSave="False" isPrivate="True" numGames="-1" />

This works for me. The quest id is probably pointless, but probably a required field? Also eskaro, I thought I had tried doing ./Act1/[profilename].xml, but maybe I didn't =P I'll try it after my raid tonight. Also, if it is anything like linux, ./ is the current directory.

Thank you very much Sir. :D
 
Also eskaro, I thought I had tried doing ./Act1/[profilename].xml, but maybe I didn't =P I'll try it after my raid tonight. Also, if it is anything like linux, ./ is the current directory.

Dont use ./ but ../
Again i dont know if this is right, but this was how it was/is used on honorbuddy to navigate folders, when i created profile for that, so i figured it might have the same :)
 
Dont use ./ but ../
Again i dont know if this is right, but this was how it was/is used on honorbuddy to navigate folders, when i created profile for that, so i figured it might have the same :)

Using ./ worked, and doesn't require the user of the profile to keep it in a certain directory ;) Thanks though.
 
Status
Not open for further replies.
Back
Top