teivovo
New Member
- Joined
- Jun 25, 2012
- Messages
- 353
- Reaction score
- 5
Hi guys,
I'll keep this simple. Yes... this is another batch file...
What it does is it will:
1. Randomize the waypoints of ANY profile slightly (currently set to 5 feet).
2. Inject a randomized wait timer before the run is started (while waiting at the town or quest start point).
3. Evoke random vendor repair runs at the start and end of runs (currently set to a 25% possibility).
4. Inject a randomized wait timer before the run ends (while waiting at the town or quest end point).
Usage: ProfileRand.bat input.xml output.xml
Run ProfileRand.bat using either command line or create a shortcut for it.
DO NOT EDIT ANYTHING INSIDE THIS BATCH FILE... THIS WORKS DIFFERENTLY FROM DB_RUN
NO CONFIGURATIONS REQUIRED.
Eventually I plan to integrate this with DB_Run so that every run of DB is unique. But for now, you can just generate multiple unique copies and use DB's scheduler to do your runs.
P.S. It takes a while to generate the profiles (especially the lengthy ones... please be patient)
I have tested on multiple profiles. Please let me know if you encounter any errors and let me know which profile you used.
Like this post if you find this useful~!
For those of you guys are having trouble understanding how to get this to work, follow the example below:
1. Copy the ProfileRand.bat onto your desktop.
2. Copy the profile what you want randomized onto your desktop as well. Change its name to something simple: Act1QueenRun.xml
3. Right click on ProfileRand.bat and select Create Short Cut.
4. Right click on the newly created shortcut and select Properties.
5. In the window that is opened, your target text box should show something like this: C:\Users\???\Desktop\ProfileRand.bat
6. Add the following to the end of the contents in the target text box: C:\Users\???\Desktop\ProfileRand.bat A1QueenRun.xml RandomQueenRun.xml
7. Click OK.
8. Run the newly created shortcut to generate the random profile.
9. Your generated profile will be named as RandomQueenRun.xml
I'll keep this simple. Yes... this is another batch file...

What it does is it will:
1. Randomize the waypoints of ANY profile slightly (currently set to 5 feet).
2. Inject a randomized wait timer before the run is started (while waiting at the town or quest start point).
3. Evoke random vendor repair runs at the start and end of runs (currently set to a 25% possibility).
4. Inject a randomized wait timer before the run ends (while waiting at the town or quest end point).
Usage: ProfileRand.bat input.xml output.xml
Run ProfileRand.bat using either command line or create a shortcut for it.
DO NOT EDIT ANYTHING INSIDE THIS BATCH FILE... THIS WORKS DIFFERENTLY FROM DB_RUN
NO CONFIGURATIONS REQUIRED.

Eventually I plan to integrate this with DB_Run so that every run of DB is unique. But for now, you can just generate multiple unique copies and use DB's scheduler to do your runs.
P.S. It takes a while to generate the profiles (especially the lengthy ones... please be patient)
I have tested on multiple profiles. Please let me know if you encounter any errors and let me know which profile you used.
Like this post if you find this useful~!

For those of you guys are having trouble understanding how to get this to work, follow the example below:
1. Copy the ProfileRand.bat onto your desktop.
2. Copy the profile what you want randomized onto your desktop as well. Change its name to something simple: Act1QueenRun.xml
3. Right click on ProfileRand.bat and select Create Short Cut.
4. Right click on the newly created shortcut and select Properties.
5. In the window that is opened, your target text box should show something like this: C:\Users\???\Desktop\ProfileRand.bat
6. Add the following to the end of the contents in the target text box: C:\Users\???\Desktop\ProfileRand.bat A1QueenRun.xml RandomQueenRun.xml
7. Click OK.
8. Run the newly created shortcut to generate the random profile.
9. Your generated profile will be named as RandomQueenRun.xml
Attachments
Last edited: