Gardettos
New Member
- Joined
- Jun 11, 2012
- Messages
- 522
- Reaction score
- 6
I have been really wanting to test my bot in Act 3 so I made up a run of Skycrown to Stonefort to Siegebreaker. Since my bot is dieing so much I added in death support using Rad's profile manager and built into the profile to start from checkpoints instead of TPing to town then starting over.
Only required plugin is RadsProfileManager
Since the bot dies a lot and now has checkpoint built in. I reccomend you edit the code in the plugin to this
That means it will die up to 15 times before it goes to the next part of the profile and if it dies 16 times it leaves the game. You can edit to what ever you want but that seems to work for me. I have though never died 15 times in one part of the profile though. The one thing I noticed is that I get ton's of paragon exp.
v.2 - Forget to put exitgame on last profile so it loops over. Putting future updates on [CIGGARC] public github
v0.5 Should actually work now and start over!!!
View attachment Act 3 - Siegebreaker v0.5.zip
Only required plugin is RadsProfileManager
Since the bot dies a lot and now has checkpoint built in. I reccomend you edit the code in the plugin to this
Code:
private const int dtrip = 15;
private const int dtripnxt = 16;
That means it will die up to 15 times before it goes to the next part of the profile and if it dies 16 times it leaves the game. You can edit to what ever you want but that seems to work for me. I have though never died 15 times in one part of the profile though. The one thing I noticed is that I get ton's of paragon exp.
v.2 - Forget to put exitgame on last profile so it loops over. Putting future updates on [CIGGARC] public github
v0.5 Should actually work now and start over!!!
View attachment Act 3 - Siegebreaker v0.5.zip
Last edited: