What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Plugin] Unstucker - restarts if your character gets stuck

Updated to v2.0.6. I've seen it work multiple times myself. v2.0.6 also does resets the checking intervals if it notices you identifying rares, which means Unstucker will no longer mess your character up when it ids a lot of rares.
 
Must the profile path be like this:


private const string ProfileName = "C:\Users\Finn\Desktop\Demonbuddy Profiles\TestProfile.xml";

?
 
Must the profile path be like this:


private const string ProfileName = "C:\Users\Finn\Desktop\Demonbuddy Profiles\TestProfile.xml";

?

No, you only need the file name. So in that case you would do

Code:
private const string ProfileName = "TestProfile.xml";
 
Works great. And germany is in semifinal. there must be something good outside.
 
Updated to v2.0.6. I've seen it work multiple times myself. v2.0.6 also does resets the checking intervals if it notices you identifying rares, which means Unstucker will no longer mess your character up when it ids a lot of rares.


updated to 2.06 and running fine now, thanks for the fix i love you <3
 
version 2.0.5 just as 2.0.6 make my char run right or bottom after i start db. If I show him the right direction it works good on run 2 and the followings - just the 1st run is always buggy. anyone else got that prob?
 
version 2.0.5 just as 2.0.6 make my char run right or bottom after i start db. If I show him the right direction it works good on run 2 and the followings - just the 1st run is always buggy. anyone else got that prob?

I'll be fixing the first run thing soon. It hasn't caused any problems for me but a short 2-3 second delay when I initially start DB.
 
private const string ProfileName
What if you are running multiple D3's under the same DB folder? I'd rather not have to run multiple DB folders if I don't have to.
 
I set maximum times unstuck to two times and when it unstuck me twice crashed my D3 client
 
I set maximum times unstuck to two times and when it unstuck me twice crashed my D3 client

I'm not even going to bother responding to bug reports without a log anymore. The plugin works fine. Setting MaximumMoveAttempts to 2 won't crash anything.

What if you are running multiple D3's under the same DB folder? I'd rather not have to run multiple DB folders if I don't have to.

Since DB only loads plugins once, what you would have to do is edit ProfileName to the profile you want to run before starting each client.
Alternatively you could create multiple folders with the plugin with a folder for each client.

If you do that you could change
Code:
public string Name { get { return "Unstucker v" + Version.ToString(); } }
to
Code:
public string Name { get { return "Unstucker for Core" } }
or
Code:
public string Name { get { return "Unstucker for Sakaroth" } }
to help you keep track of the different versions.
 
Last edited:
the plugin is still not working, back to 1.8 now for me.
i thought 2.0.6 was fixed?
not even one attempt to unstuck me.
 
the plugin is still not working, back to 1.8 now for me.
i thought 2.0.6 was fixed?
not even one attempt to unstuck me.

+1 on this.. I haven't had it try to unstuck me once using 2.0.6...
 
my character was standing the whole night at the same spot, and I thought I was going to be 60 this morning xD
back to 1.8 for me, at least this version is working.
 
Why dont you use "GlobalSettings.Instance.LastProfile" to load the profile again this returns the full path + file on the profile that is last used.. will make it a bit more userfriendly

I tested with it in my plugin and it works :)
 
Why dont you use "GlobalSettings.Instance.LastProfile" to load the profile again this returns the full path + file on the profile that is last used.. will make it a bit more userfriendly

I tested with it in my plugin and it works :)

Perfect. I'll test it and add it in tomorrow if it works. Thanks.
 
unstucker has always worked well for me but now it always thinks i am stuck. If i disable it profile runs fine but when it on it just move me all around thinking i am stuck.
 
use this if you dont want it to do anything unsticky in town, for instance if you set your interval for idle time lower, but don't want it to fuck up while stashing or selling
 

Attachments

Back
Top