Vector2i randomPosition2 = Loki.Bot.Pathfinding.ExilePather.FindWalkableLocationsCloseTo(bestTarget, 2).First();
LokiPoe.InGameState.SkillBarPanel.UseAt(_cycloneSlot, true, randomPosition2);
Is there a documented list of Item Types for the String value Loki.Game.Objects.Item.Type ?
I could really use one right now
Meanwhile, I'm assuming they are the same as the class names from Loki.Game.Objects.Items
since the actual space remaining does not seem available directly, and I need to know how many 1x1 items can still fit in the inventory, I'm currently computing it using
LokiPoe.InGameState.InventoryPanel.MainInventory.InventorySpacePercent * 5*12 / 100
I could also have substracted every item size from every item found in the inventory, but it'd seems like I would be duplicating another code snippet's task![]()
Has there ever been a thought about opening a "Buddy Store" for ExileBuddy? I think one of the reasons why WoW receives so quick of updates for plugins and routines is the ability to offer the product that they spend hundreds of hours building for a fair price. I know myself and probably many would pay someone a few bucks for a much used plugin.. and if it creates an incentive to make new and great plugins we all win.
Can you provide a source code for default PlayerMover? Can't deobfuscate latest ExileBuddy with de4dot![]()
Summon ExVault!Is there any way to see the mods of the map we are currently in? DatWorldAreaWrapper does not seem to have this information.
var mapMods = LokiPoe.LocalData.MapMods.Values.ToList();
i know it could be difficult, but is there a chance to check also plugins for possible updates?
like insert a signature for the the most important plugins like quest plugin/map/AIF and if the version mismatches bot recognizes it.
or clear up a bit at the plugins section here![]()
Is there any way to see the mods of the map we are currently in? DatWorldAreaWrapper does not seem to have this information.
Yes! Please do! QuestPlugin maker is a lazy fucker, we need to work him.please update Quest Plugin
since updates i got a few PoE crashes and/or EB crashes.
you know the problem when you are stuck at the login screen because something went wrong.
any chance we get a relogger/crash detection?![]()