wow there is still someone playing POE just 2 weeks from new league start
This POE update from GGG really fucks things up for GameHelper (it's a major change). so will try to fix it ASAP.
I am glad this happened now rather than new league start.
wow there is still someone playing POE just 2 weeks from new league start
This POE update from GGG really fucks things up for GameHelper (it's a major change). so will try to fix it ASAP.
I am glad this happened now rather than new league start.
hmm, I think the changes are minimal))
Everything seems to work for me, in the first case, the entity list, map and the local player are ok))
as I understand it, the offset has changed to 0x7C8 for Terrain relative to IngameDataOffsets and Pos in RenderComponentOffsets
You probably won't need it, but I'll leave it here anyway.
Code:
TerrainStruct TerrData {
get {
var addres=ui.m.Read<long>(m.AddressOfProcess+m.BaseOffsets[OffsetsName.GameStateOffset], 8, 0, 0x18)+0x7E0-0x18;
var res = ui.m.Read<TerrainStruct>(addres);
return res;
}
}
public struct RenderComponentOffsets
{
[FieldOffset(0x78+4)] public Vector3 Pos;
...
Last edited by GameAssist; 01-25-2022 at 05:02 AM.
Post Thanks / Like - 1 Thanks
EthEth (1 members gave Thanks to GameAssist for this useful post)
hmm, I think the changes are minimal))
Everything seems to work for me, in the first case, the entity list, map and the local player are ok))
as I understand it, the offset has changed to 0x7C8 for Terrain relative to IngameDataOffsets and Pos in RenderComponentOffsets
You probably won't need it, but I'll leave it here anyway.
Code:
TerrainStruct TerrData {
get {
var addres=ui.m.Read<long>(m.AddressOfProcess+m.BaseOffsets[OffsetsName.GameStateOffset], 8, 0, 0x18)+0x7E0-0x18;
var res = ui.m.Read<TerrainStruct>(addres);
return res;
}
}
public struct RenderComponentOffsets
{
[FieldOffset(0x78+4)] public Vector3 Pos;
...
Yeah you are right,
after posting that message, I noticed that the changes are not that big.
If I did not reply to you, it mean the question you are asking is stupid.
wow there is still someone playing POE just 2 weeks from new league start
This POE update from GGG really fucks things up for GameHelper (it's a major change). so will try to fix it ASAP.
I am glad this happened now rather than new league start.
without GH im stuck at my chair i cant even move my mouse. pls fix it
Hi wlastas, do you mind sharing the config of other flasks or your skills settings for us to compare how people who are more familiar with the configurations are setting it up?
There are probably a few different ways to set the flasks to trigger, will be good to have people post their versions so we can all learn, don't think everyone can just straight copy and paste as we are playing different builds and skills but will be good to have some examples to tweak instead of setting up from scratch
GameHelper is currently out-of-order. This is due to a recent patch. Our savior is working on fixes to ensure uptime on league start. We should have an update soon. <3
Post Thanks / Like - 1 Thanks
GameHelper (1 members gave Thanks to Graxizz for this useful post)
Hi wlastas, do you mind sharing the config of other flasks
I myself only play boss fights where automatic flasks get in the way.
In all other cases, my bots use flasks before the pool of the next pack of enemies - this condition is not in the current version of the plugin.
I just posted everything I tested after the plugin stopped working
Updated GameHelper.exe, download it from first post.
- fixed offsets
- Fix the issue where launcher doesn't work if it was in different folder than GH.exe (not the best fix ~ basically it will ask you to provide GH path again and again)
- Added a new condition type Dynamic Condition (thx to cheatingeagle for all the hardwork)
Will update documentation on the first page since a lot have changed.
If I did not reply to you, it mean the question you are asking is stupid.
Updated GameHelper.exe, download it from first post.
- fixed offsets
- Fix the issue where launcher doesn't work if it was in different folder than GH.exe (not the best fix ~ basically it will ask you to provide GH path again and again)
- Added a new condition type Dynamic Condition (thx to cheatingeagle for all the hardwork)
Will update documentation on the first page since a lot have changed.
Updated GameHelper.exe, download it from first post.
- fixed offsets
- Fix the issue where launcher doesn't work if it was in different folder than GH.exe (not the best fix ~ basically it will ask you to provide GH path again and again)
- Added a new condition type Dynamic Condition (thx to cheatingeagle for all the hardwork)
Will update documentation on the first page since a lot have changed.