headchoppa
New Member
- Joined
- May 16, 2014
- Messages
- 5
- Reaction score
- 0
my char is ignoring purple globes, where i can enable?
How can I solve this?
Exception during bot tick.System.IO.PathTooLongException: Określona ścieżka, nazwa pliku albo oba te parametry są za długie. Długość w pełni kwalifikowanej nazwy pliku musi być mniejsza niż 260 znaków, a nazwy katalogu mniejsza niż 248 znaków.
w System.IO.Path.NormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)
w System.IO.Path.GetDirectoryName(String path)
w Zeta.Bot.Profile.Common.LoadProfileTag.get_ProfileDirectory()
w Zeta.Bot.Profile.Common.LoadProfileTag.(Object )
w Zeta.TreeSharp.Action.RunAction(Object context)
w Zeta.TreeSharp.Action..()
w Zeta.TreeSharp.Composite.Tick(Object context)
w Zeta.TreeSharp.PrioritySelector..()
w Zeta.TreeSharp.Composite.Tick(Object context)
w Zeta.TreeSharp.PrioritySelector..()
w Zeta.TreeSharp.Composite.Tick(Object context)
w Zeta.Common.HookExecutor.Run(Object context)
w Zeta.TreeSharp.Action.RunAction(Object context)
w Zeta.TreeSharp.Action..()
w Zeta.TreeSharp.Composite.Tick(Object context)
w Zeta.TreeSharp.PrioritySelector..()
w Zeta.TreeSharp.Composite.Tick(Object context)
w Zeta.TreeSharp.PrioritySelector..()
w Zeta.TreeSharp.Composite.Tick(Object context)
w Zeta.Common.HookExecutor.Run(Object context)
w Zeta.TreeSharp.Action.RunAction(Object context)
w Zeta.TreeSharp.Action..()
w Zeta.TreeSharp.Composite.Tick(Object context)
w Zeta.TreeSharp.PrioritySelector..()
w Zeta.TreeSharp.Composite.Tick(Object context)
w Zeta.Bot.BotMain.()
Would you happen to know how to modify this line with a variable like say cap at 30 instead of 50?
Code:List<CacheACDItem> GemList = new List<CacheACDItem>(); foreach (var item in ZetaDia.Actors.GetActorsOfType<ACDItem>().Where(item => Acdguids.Contains(item.ACDGuid))) { CacheACDItem cItem = new CacheACDItem(item); if (cItem.LegendaryGemRank == 50) continue; if (GRiftLevel - cItem.LegendaryGemRank == -7) continue; GemList.Add(cItem); }
Having problems with town runs. (using trinity) When the bags are full it goes to town, does nothing, goes back into a completed grift, gets a message to go to town, ports, does nothing again and goes back into a completed grift and it just loops over and over. If I stop and start the profile it sells / stashes / buys items from Kadala just fine. The only thing it does properly: It will identify legendary but not put them away into stash. It will repair but does it during grift (I guess that part doesn't matter since I'm running gem profile). Would be nice if it can do all town runs things during the closing of the rift timer or have him relog and do everything before the grift.
Occasionally switches from gem profile to some random tiered profile and upgrades the keystone.
think i've worked out a workaround for the gems trying to keep upgrading once they're over level 25. I noticed that if you equip the gem that's maxed onto a different character that they no longer show up available for upgrade. Therefore once you hit 25 just put the gems on another character and go then it will do the next highest one and so on. I'm not 100% sure this will work but am testing it now.
Also thanks for the hard work the profile(s) are awesome.
That is one of the work around, but the reason you have that gem maxed/upgraded is because you need it for Grift.
So moving it to another toon basically weakens your DPS and may cause you to perform poorly.
It is a great profile! My DH could go up to level 39 with this profile. All my gem are 41, 42, 43 now! Thanks for the author. One thing I noticed that it has some compatibility issue issue Armory for gambling part. DB will try to gamble even your bag is full. So I had to turn Armory off if I want to use this profile. But I didn't found out this issue on the original rift bot profile. It would be great if this profile could be compatible with Armory. Thanks!