get hud, place compiled plugin into /hud/Plugins/Compiled/ and run it with poe, to check if it works, you can go http://<your_ip>:50006/getData
yeah, all good
Thanks for sharing. I'm trying to get this setup myself, except I'm running everything locally without a VM.
It looks like I have it all setup and running but nothing happens. I did notice some errors in the window on the right. Do I need to setup a build for my character?
get hud, place compiled plugin into /hud/Plugins/Compiled/ and run it with poe, to check if it works, you can go http://<your_ip>:50006/getData
yeah, all good
Am I missing something? I´ve added poe_bot-main\hud_dpb\ExileCore2\Plugins\Source to the hud\Chrome\Plugins\Compiled but it says ;
Build failed:
[17.12.2024 22:41:01,
C:\Users\Batu\Desktop\Chrome\Plugins\Source\MyPlugin\ShareData.cs(1032, 81)]
CS1061: 'ServerData' does not contain a definition for 'BonusCompletedAreas' and no accessible 'BonusCompletedAreas' extension method accepting a first argument of type 'ServerData' could be found (are you missing a using directive or an assembly reference?).
Checked the ExileAPi log, problem appears to be that ShareData is trying to bind to an already bound port. However, I can't find anything using port 50006. I've also tried other ports with no success.
2024-12-17 15:50:55.220 -07:00 [ERR] ServerRestar tEvent was crushed -> System.Net.HttpListenerException (32): The process cannot access the file because it is being used by another process.
at System.Net.HttpListener.AddPrefixCore(String registeredPrefix)
at System.Net.HttpListener.AddAllPrefixes()
at System.Net.HttpListener.Start()
at WebServer..ctor(IReadOnlyCollection`1 prefixes, Func`2 method) in C:\Users\1\Downloads\poe2 v2\poe2\Plugins\Source\ShareData\HttpServer.cs:line 36
at WebServer..ctor(Func`2 method, String[] prefixes) in C:\Users\1\Downloads\poe2 v2\poe2\Plugins\Source\ShareData\HttpServer.cs:line 40
at ShareData.ShareData.ServerRestartEvent() in C:\Users\1\Downloads\poe2 v2\poe2\Plugins\Source\ShareData\ShareData.cs:line 1669
Checked the ExileAPi log, problem appears to be that ShareData is trying to bind to an already bound port. However, I can't find anything using port 50006. I've also tried other ports with no success.
2024-12-17 15:50:55.220 -07:00 [ERR] ServerRestar tEvent was crushed -> System.Net.HttpListenerException (32): The process cannot access the file because it is being used by another process.
at System.Net.HttpListener.AddPrefixCore(String registeredPrefix)
at System.Net.HttpListener.AddAllPrefixes()
at System.Net.HttpListener.Start()
at WebServer..ctor(IReadOnlyCollection`1 prefixes, Func`2 method) in C:\Users\1\Downloads\poe2 v2\poe2\Plugins\Source\ShareData\HttpServer.cs:line 36
at WebServer..ctor(Func`2 method, String[] prefixes) in C:\Users\1\Downloads\poe2 v2\poe2\Plugins\Source\ShareData\HttpServer.cs:line 40
at ShareData.ShareData.ServerRestartEvent() in C:\Users\1\Downloads\poe2 v2\poe2\Plugins\Source\ShareData\ShareData.cs:line 1669
something is running on top of your 50006 port, or permissions issue
Originally Posted by sleakleak
THey've patched this spot in any case so this is dead.
it's goal is not to just abuse the beetle farm on a5, beetle farm is smth is possible to make in a low time frame, i just made it as an example
made some updates today, now its running around location
Originally Posted by batu1542
Am I missing something? I´ve added poe_bot-main\hud_dpb\ExileCore2\Plugins\Source to the hud\Chrome\Plugins\Compiled but it says ;
Build failed:
[17.12.2024 22:41:01,
C:\Users\Batu\Desktop\Chrome\Plugins\Source\MyPlugin\ShareData.cs(1032, 81)]
CS1061: 'ServerData' does not contain a definition for 'BonusCompletedAreas' and no accessible 'BonusCompletedAreas' extension method accepting a first argument of type 'ServerData' could be found (are you missing a using directive or an assembly reference?).
just remove\comment those lines with "BonusCompletedAreas", and compile, i think itll be ok.
Can't I use this cheat without owning ExileCore2? Is there anyone who can make it work? Can someone please share the steps in a simple way? There is a lot of readme in the project, it is very complicated.
Can't I use this cheat without owning ExileCore2? Is there anyone who can make it work? Can someone please share the steps in a simple way? There is a lot of readme in the project, it is very complicated.
Let me speak openly about this thread: almost no one can use it, and it’s not even close to a 'bot' or 'program' given the forum title 'Path of Exile 2 Bots and Program.' It should be moved or deleted since it’s essentially useless for 99% of people.
Can't I use this cheat without owning ExileCore2? Is there anyone who can make it work? Can someone please share the steps in a simple way? There is a lot of readme in the project, it is very complicated.
exilecore2 is only known source by me for providing data from poe2 client, i dont have skills to reverse engineer poe2, that's why it relies on exilecore2
install python 3.8.10 on guest\host, run hud with plugin + 0guest, check endpoints, if ok run smth from 1host
Originally Posted by lovingfather
Let me speak openly about this thread: almost no one can use it, and it’s not even close to a 'bot' or 'program' given the forum title 'Path of Exile 2 Bots and Program.' It should be moved or deleted since it’s essentially useless for 99% of people.
i totally agree that it's completly not user friendly to launch, and i'm far away of making it user friendly.
for me, it looks extremely easy to launch: create vm, make sure that there is a connection between host->guest, install libs, and launch it.
found bug? open issue. fixed bug? added feature? pull request.
it's not my main source of income and by the end it's open source, i'm slowly editing it when i'm in a mood or have free time