y, u can.can i start / stop???ty
Whats new in v0.8?
Version 0.8 now fully supports remote control! (start and stop for now, more to come later) and plugin has been renamed to BuddyStats (we have new website too!)
heres the log
seem to of failed here
[09:52:31.714 N] [BuddyStats]: Loading of DLL failed! Please make sure, that file WebStatsPackets.dll is located in Plugins/BuddyStats
but my dll file is where it should be
C:\Users\XXX\Desktop\Demonbuddy\Plugins\BuddyStats\WebStatsPackets.dll
Guga said:Tried to google your error and found 2 possible solutions..net - loadFromRemoteSources error using Assembly.LoadFrom - Stack Overflow
First try this one:
The first answer. Go to properties of the dll file (Plugins/Webstats/WebStatsPakets.dll) and see if theres any unblock button.
If this doesnt help, try to edit your DemonBuddy.exe.config file and add
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
between the <config> </config>
If i added it to mine, it would look like this:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0"/>
</startup>
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
</configuration>
One of those should hopefully help ![]()
Plugin cannot find the DLL file, it seems like its just not there. Is your plugin folder called BuddyStats?1) no unlock button
2) tried to add that in my config, getting the same error
[10:06:07.409 N] DLL LOADING ERROR The system cannot find the file specified. (Exception from HRESULT: 0x80070002) at System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence)
at System.Reflection.Assembly.LoadFile(String path)
at GugaPlugin.Connection.LoadLibrary()
[10:06:07.409 N] [BuddyStats]: Loading of DLL failed! Please make sure, that file WebStatsPackets.dll is located in Plugins/BuddyStats
We will definitely gonna add more Remote Control features, putting this one on the listIs it possible to add the ability to LeaveGame? When I start / stop, usually I like to leavegame before I start it again.Looking better and better
Ill definitely try something like this, but im not sure how its gonna work out though, especially the killing the bot and starting the new one part (and logging in).and it will be cool if this plugin could make full restart
1. Kill D3
2. Statt D3 and DB
3. Relog
4. Start bot
5. Kill previos DB
Or something like that
Tried it out and it works for me, Thats really weird.heres the plugin file, change .txt to rar to extract