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

Unified GilesPlugin's Unnoficial Updates File

Status
Not open for further replies.
Thanks a lot! Is that possible to also add -Plugin Addon with custom stashing rules, by user darkfriend77?
 
I included a version of ur 1.7 with my changes GilesTrinity.cs
When I go to Trinity config it says "[19:51:22.003 N] [GilesTrinity] System.NullReferenceException: Object reference not set to an instance of an object.
at GilesTrinity.GilesTrinity.get_DisplayWindow()" and I cannot change the settings, any idea why?
 
I included a version of ur 1.7 with my changes GilesTrinity.cs
Cool, I'll put that on the original post

When I go to Trinity config it says "[19:51:22.003 N] [GilesTrinity] System.NullReferenceException: Object reference not set to an instance of an object.
at GilesTrinity.GilesTrinity.get_DisplayWindow()" and I cannot change the settings, any idea why?
This is confirmed for CustomTrinity version. I think this just messes up GT's settings window size, but anyway, I'm guessing darkfriend77 will provide us with a simple fix soon enough
 
Last edited:
You need GilesTrinity.cs file from darkfriend77's post and GilesTrinity.xaml file from the first post on this thread.
 
Last edited:
You need GilesTrinity.cs file from darkfriend77's post and GilesTrinity.xaml file from the first post on this thread.
You sure? If that's just it then I can fix this myself
 
that's what I did, and now got two bots running with the updated plugin
 
Would be great if you include the innas 4set blinding flash tweak
 
The random profile picker is broken too

Code:
--- GilesTrinity.cs-dist        2012-10-19 10:42:26.000000000 -0700
+++ GilesTrinity.cs-randfix     2012-11-06 07:47:43.487733000 -0800
@@ -15435,7 +15435,7 @@
                     string[] sProfileChoices;
                     sProfileChoices = sThisProfileString.Split(new string[] { "!" }, StringSplitOptions.None);
                     Random rndNum = new Random(int.Parse(Guid.NewGuid().ToString().Substring(0, 8), NumberStyles.HexNumber));
-                    int iChooseProfile = (rndNum.Next(sProfileChoices.Count())) - 1;
+                    int iChooseProfile = rndNum.Next(sProfileChoices.Count());
                     sThisProfileString = sProfileChoices[iChooseProfile];
                 }
                 // Now calculate our current path by checking the currently loaded profile
 
The random profile picker is broken too

Code:
--- GilesTrinity.cs-dist        2012-10-19 10:42:26.000000000 -0700
+++ GilesTrinity.cs-randfix     2012-11-06 07:47:43.487733000 -0800
@@ -15435,7 +15435,7 @@
                     string[] sProfileChoices;
                     sProfileChoices = sThisProfileString.Split(new string[] { "!" }, StringSplitOptions.None);
                     Random rndNum = new Random(int.Parse(Guid.NewGuid().ToString().Substring(0, 8), NumberStyles.HexNumber));
-                    int iChooseProfile = (rndNum.Next(sProfileChoices.Count())) - 1;
+                    int iChooseProfile = rndNum.Next(sProfileChoices.Count());
                     sThisProfileString = sProfileChoices[iChooseProfile];
                 }
                 // Now calculate our current path by checking the currently loaded profile
Fixed. Thanks for the heads up.

Would be great if you include the innas 4set blinding flash tweak
Do you have the code for this? Or a link to a thread with the code? Thanks

jubisman, I'm using a throw barbs could you edit your code to support throw barbs from this http://www.thebuddyforum.com/demonb...plugins/70827-trinity-barbarian-class-43.html
I already tried and failed to add that. See my post right below Coupons' to see the details.
If anyone can fix that, you're very much welcome, as this is something I myself want implemented. If not, well, maybe tomorrow I'll have the time to look into it
 
Last edited:
Any way to get the random profile picker to stop from re-picking profiles it has already run?
 
my WW barb is having strange behaviour @ Azmodan. He just WW backwards, and sometimes after he backwards, he stands there and doing nothing.
 
my WW barb is having strange behaviour @ Azmodan. He just WW backwards, and sometimes after he backwards, he stands there and doing nothing.
Sounds like your azmo bodies/pools HP is set too high. I'll check this, though

EDIT:This is confirmed. It's not an avoidance problem at all.
I'm guessing it has to do with the longer WW zigzags from Spoonbill's mod.
I'll look further into this when I have the time
Any way to get the random profile picker to stop from re-picking profiles it has already run?
Does it do that? I am gonna run some tests and check if this happens here too.
In the mean time, can anyone else confirm this?
 
Last edited:
Not sure you saw this, but nesox updated 1.6.3.4

Code:
--- GilesTrinity.cs-dist	2012-10-19 10:42:26.000000000 -0700
+++ GilesTrinity.cs-nesox	2012-11-06 19:42:04.000000000 -0800
@@ -4822,7 +4822,7 @@
             // If we aren't in the game of a world is loading, don't do anything yet
             if (!ZetaDia.IsInGame || ZetaDia.IsLoadingWorld)
             {
-                return RunStatus.Running;
+                return RunStatus.Success;
 
Not sure you saw this, but nesox updated 1.6.3.4

Code:
--- GilesTrinity.cs-dist	2012-10-19 10:42:26.000000000 -0700
+++ GilesTrinity.cs-nesox	2012-11-06 19:42:04.000000000 -0800
@@ -4822,7 +4822,7 @@
             // If we aren't in the game of a world is loading, don't do anything yet
             if (!ZetaDia.IsInGame || ZetaDia.IsLoadingWorld)
             {
-                return RunStatus.Running;
+                return RunStatus.Success;
Hadn't seen that. It's on the way
edit: Done!
 
Last edited:
awesome. Was just coming to post about this and is already been posted and fixed.
 
Getting error on Version 19 that was just posted

] ERROR: Can't find "F:\Kenn\Desktop\demonbuddy\Plugins\GilesTrinity\GilesTrinity.xaml"
[12:04:45.112 N] [GilesTrinity] System.IO.DirectoryNotFoundException: Could not find a part of the path 'F:\Kenn\Desktop\demonbuddy\Plugins\GilesTrinity\GilesTrinity.xaml'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFrom*****, Boolean useLongPath)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize)
at System.IO.StreamReader..ctor(String path)
at GilesTrinity.GilesTrinity.get_DisplayWindow()
 
Status
Not open for further replies.
Back
Top