joeboxerxxl
New Member
- Joined
- Nov 15, 2012
- Messages
- 2
- Reaction score
- 0
Hello, I'm pretty new to DB but trying to learn as much as I can to start making custom profiles (not much experience w/ coding but I try hah). Was having some issues throwing something together and I'm wondering if anyone can help me out.
So basically I'm modifying an a3 champ profile so me and some friends can have our bots running in the same game. I've gotten most of the kinks worked out to make it pretty seamless.
This is what I haven't been able to figure out yet:
I've removed Cydaea profile, but would like the game to start on Azmodan quest (so we don't have to mess with spider chick and allow Core to be open).
I'm guessing this is what needs to be changed, just not sure where I can find quest ID #'s
Or is this as simple as selecting Azmo quest before I begin? All the profiles in that pack have the same quest ID so i'm not really sure whats going on.
Secondly, the only times we seem to de-synch (read: get separated) is when doing the town routine. I've added the townrun xml tag to the start of my profile and two during the middle to prevent this and it works nicely. However, I'd like to be able to complete a profile and townrun before the next without going back to the previous profil. Currently my usage the tag it will get to the end of a profile > townrun > then back to end of profile > back to town > next profile. Where should I place the tag for it to just townrun once in town after a specific profile and before the next? I've tried moving it around a few places but gets frustrating having to do partial clears to check something at the end of the profile.
Any help will be greatly appreciated and will be shared back with the community once I manage to figure out what i'm doing lol.
So basically I'm modifying an a3 champ profile so me and some friends can have our bots running in the same game. I've gotten most of the kinks worked out to make it pretty seamless.
This is what I haven't been able to figure out yet:
I've removed Cydaea profile, but would like the game to start on Azmodan quest (so we don't have to mess with spider chick and allow Core to be open).
I'm guessing this is what needs to be changed, just not sure where I can find quest ID #'s
Code:
GameParams quest="101758"
Secondly, the only times we seem to de-synch (read: get separated) is when doing the town routine. I've added the townrun xml tag to the start of my profile and two during the middle to prevent this and it works nicely. However, I'd like to be able to complete a profile and townrun before the next without going back to the previous profil. Currently my usage the tag it will get to the end of a profile > townrun > then back to end of profile > back to town > next profile. Where should I place the tag for it to just townrun once in town after a specific profile and before the next? I've tried moving it around a few places but gets frustrating having to do partial clears to check something at the end of the profile.
Any help will be greatly appreciated and will be shared back with the community once I manage to figure out what i'm doing lol.