General-ENG

https://s3.eyeauras.com/media/2024/12/NVIDIA_Overlay_kE8KbIuvaC4Cz1r2.png
```

var esCurrent = memory.Read<uint>(memory.BaseAddress + PlayerOffset, 0x38, 0x18, 0x40, 0x20, 0x208, 0xB8);
var esMax = memory.Read<uint>(memory.BaseAddress + PlayerOffset, 0x38, 0x18, 0x40, 0x20, 0x208, 0xB4);
var esPercentage = (double)esCurrent / esMax * 100;

BehaviorTree["ESPercentage"] = esPercentage;
```
 
np) keep in mind, if neither HP nor Mana potions are enabled, the code which reads memory won't be executed - there is no toggle for ES as of now. If you want to use ONLY ES-based logic, you may have to remove `&& IsEnabled` on line #324
 
detect the image and make the bot click on it. The best result is achieved using ML model though as in some cases the simple image search could lag-behind a bit or be lost in explosions of different colors
 
so you create image search, then tree or macro (whichever you prefer) which mousemove's to image + left clicks periodically. That is the simplest follow bot you could do. After that you start enhancing it by adding skill casts, drop pickup, etc
 
is there a guide to fix the window exists and window is active? mine does not detect at all, the old fishing bot for TL was working fine but the new one is having issues
 
there are much-much-much better candidates who could do these videos, my knowledge in reverse engineering is very limited in comparison to cheatingeagle/GameHelper/other members of PoE OC forum
 
Back
Top