Can you provide a source code for default PlayerMover? Can't deobfuscate latest ExileBuddy with de4dot
I think it is better to ask for help in here than to PM pushedx because other devs might help me on this one aswell. I've been trying to improve the Cyclone usage and one of the things that pushedx suggested is using Loki.Game.LokiPoe.ProcessHookManager.SetKeyState and Loki.Game.LokiPoe.ProcessHookManager.SetCursorPos instead of LokiPoe.InGameState.SkillBarPanel.UseAt . Doing this is freezing my game though. Any help? It should be relatively simple to just force the bot to hold the cyclone key and move the mouse to the screen position as long as our target is within certain distance.
Progress has been made. Usually the problem of getting stuck is that the monster position has an object blocking it or something, something really tiny. So far it has been running for 30 minutes without any stucks.
Look at the API docs for "Inventory". To get the exact layout, you can use GetItemPlacementGraph. To get the total count of slots available, use AvailableInventorySquares. Then there's a bunch of other helper functions.
Current status of that is that it's not currently planned. While EB is moving closer and closer to a stable state in terms of API available and the way the core design is, the game changes pretty often, unlike other games, and there's other Store issues that need to be resolved before it can be considered for EB.
Sure: https://gist.github.com/pushedx/a1ec2004f16067a008e1 The LockstepPlayerMover seems to be working pretty well, as it has some changes to try and reduce overhead the Predictive one has. There are plans to change up the way it works to avoid some issues with stuff close by, but that's for later on.
Hello. Is it possible to add option in antistuck to return to town/hideout instead of returning to character screen ? and add option to auto level all gems in gemleveler plugin? this one would help in case of gems switching if u level gems in secondary weapon for profit this modifications were made by community, but i dont know if it longer works with 2.0
Pushedx, are the stat strings in the 1.1.5.3 info page still the same or did they all change? In the 2.0 beta thread you had the post about the Item Filter, and then linked to that document for the available strings to use with the affix portion of the filter. Have they been reworded? Is there any way to parse the client to get an updated list? Thanks.
Is there any way to see the mods of the map we are currently in? DatWorldAreaWrapper does not seem to have this information.
Summon ExVault! He's the map specialist. Edit: Api is here Code: var mapMods = LokiPoe.LocalData.MapMods.Values.ToList();
Where can I find all the available method's for a given class. Right now I am interested in implementing some sort of kiting algorithm for PA, I noticed Loki.Bot.Pathfinding.ExilePather. What are the avaiable method's for ExilePather. I checked the sticky faq's and stuff but it seemed extremely bare bones. What I basically want is given a safe spot, I'd like to fire PA and if there are >=4 mobs within lets say 10m, move to this safe spot. I also thought about having some sort of breadCrumb fixed size stack to save up to 10 or so safe coordinates, and when monsters come within a certain proximity pop one of the values from the stack and move to said location. Also is there some sort of developer IRC channel or something to ask questions more rapidly?
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
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?
Not from us, you'd need an external program to manage it, but I've put in a lot of various things in the GUI to help people who do that. See the ExternalCommunication plugin for example. I do have an example of an external program which uses that if you want to mess with it. I've not run into any new issues myself, but I'd need logs if you get stuck at the login screen. However, if you're stuck due to things like network connection failing and whatnot, then there's nothing really to change for that.
Is there something like an IsinRange tag? I want to trigger town run before running in Voll. edit: went with IsActive works fine