I have to use version v1.0.0.12.zip OF Enhancements?
where I can lower it?
An un-stucker. There isn't a good one out atm (grim doesn't have time for his and it has bugs), and the built-in one is garbage (no offense to whoever made it).
Ability to run profiles in a random order in a single game without recreating. Also being able to res and restart from whichever profile you die during (or skip to next profile after X deaths).
[random] //until all run once
<LoadProfile profile="Leorics Manor.xml" runOnce="True" />
<LoadProfile profile="Northern Highlands.xml" runOnce="True" />
<LoadProfile profile="Highland crossing.xml" runOnce="True" />
[/random]
<LoadProfile profile="Cemetary.xml" />
<LoadProfile profile="Butcher.xml" />
<RunCode code="ConditionAdditions.ResetOrders(3)" />
<While condition="OrderAvailable()">
<Branch condition="CurrentOrder(1)">
<!-- Put Leorics Manor code here -->
</Branch >
<Branch condition="CurrentOrder(2)">
<!-- Put Northern Higlands code here -->
</Branch >
<Branch condition="CurrentOrder(3)">
<!-- Put Highland crossing code here -->
</Branch >
<RunCode code="ConditionAdditions.NextRandomOrder()" />
</While>
<!-- Put cemetery and butcher code here (or put them first as Rad's new profile has them to work around an existing bug...-->
1.0.0.12 is no longer supported! Adjust the settings of belphegor to use preparation.
Just downloaded the new update for DB and getting this
[15:57:20.679 N] Compiler Error: c:\Users\Martin 2\Desktop\Demonbuddy_1.0.744.185\Plugins\DBEnhancements\Helpers\ConditionAdditions.cs(7,17) : error CS0234: The type or namespace name 'Scripting' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
[15:57:20.679 N] Compiler Error: c:\Users\Martin 2\Desktop\Demonbuddy_1.0.744.185\Plugins\DBEnhancements\Helpers\ScriptManagerHandler.cs(5,17) : error CS0234: The type or namespace name 'Scripting' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
[15:57:20.679 N] Compiler Error: c:\Users\Martin 2\Desktop\Demonbuddy_1.0.744.185\Plugins\DBEnhancements\Helpers\ScriptManagerHandler.cs(15,24) : error CS0246: The type or namespace name 'ScriptScope' could not be found (are you missing a using directive or an assembly reference?)
[15:57:20.679 N] Compiler Error: c:\Users\Martin 2\Desktop\Demonbuddy_1.0.744.185\Plugins\DBEnhancements\Helpers\ScriptManagerHandler.cs(16,24) : error CS0246: The type or namespace name 'ScriptScope' could not be found (are you missing a using directive or an assembly reference?)
[15:57:20.679 N] Compiler Error: c:\Users\Martin 2\Desktop\Demonbuddy_1.0.744.185\Plugins\DBEnhancements\Helpers\ScriptManagerHandler.cs(37,24) : error CS0246: The type or namespace name 'ScriptEngine' could not be found (are you missing a using directive or an assembly reference?)
[15:57:20.679 N] Compiler Error: c:\Users\Martin 2\Desktop\Demonbuddy_1.0.744.185\Plugins\DBEnhancements\Helpers\ScriptManagerHandler.cs(38,24) : error CS0246: The type or namespace name 'ScriptEngine' could not be found (are you missing a using directive or an assembly reference?)
[15:57:22.223 N] Current bot set to Order Bot
[15:57:22.233 N] Loaded profile [Act1 - Inferno] Champion-Hunting 2.0.2 Save The World
Anyone know whats up?
My character just idles in town once he ports, without this plug in running champion hunting 2.0.2 profile, anybody know how i can fix that?
And why are you posting it here? and not in the thread of the profile are you using?i keep getting "There was an error in the matchmaking service the request was cancelled"
Hi
am trying to use <If condition "Random(1,100) < 50" in a profile and it fails to load profile giving me "Failed to load profile: '<', hexadecimal value 0x3C, is an invalid attribute character. "
if I use <If condition "Random(1,100) > 50" that loads up fine ... (?) tho Notepad++ has it tagged as an end of tag character and not greater than.
am I doing something wrong?
If I try Random(1,2) and have If random = 1 <do this> and If random = 2 <do that> the profile loads fine but the bot just stops as soon as it gets to that bit of code.
I want to use Random to introduce alternate pathing and randomish wait times to try and make things look less mechanical, is this possible using this plugin , and what syntax should I be using to do it if it is possible?
for <If condition "Random(1,100) < 50"> use <If condition "Random(1,100) < 50">
for <If condition "Random(1,100) > 50"> use <If condition "Random(1,100) > 50">
Sorry, but I'm not going to download 3rd party adware to use your plugin.