-
Member
-
Originally Posted by
zerger3
nah all fine. No error and all plugins active when i started loader+game
-
Member
Thanks, i made that, but mob icons doesnt show on map, which is very important for me
Is it only on my side?
-
Originally Posted by
admiralyamamoto
Thanks, i made that, but mob icons doesnt show on map, which is very important for me

Is it only on my side?
maybe switch ingame fullscreen > windowed fullscreen was helping me with another tool. or else sry wasnt that much into playing around with all features
-
Member
Originally Posted by
Necro19
nah all fine. No error and all plugins active when i started loader+game
i am confused >_>
i did it exactly like that and still get the same error and warning
Imgur: The magic of the Internet
am i missing some dependency i need to fix?
hmm my compiled version throws errors when changing zones with the follow plugin
Last edited by zerger3; 02-12-2022 at 02:56 PM.
-
Originally Posted by
zerger3
i am confused >_>
i did it exactly like that and still get the same error and warning
Imgur: The magic of the Internet
am i missing some dependency i need to fix?
maybe this helps net48
its my folder
Yeah maybe u missing some .net install ??
-
Member
alpha follower work fine xD !!!! should i put compiled file upload link in to this thread ?
-
Member
hmm not sure but i dont think so because i could compile the 3.16 version
would u mind uploading your projectfolder too?
-
Post Thanks / Like - 1 Thanks
armory236 (1 members gave Thanks to zerger3 for this useful post)
-
Originally Posted by
maimo2706
alpha follower work fine xD !!!! should i put compiled file upload link in to this thread ?
What is alpha follower. just follow around plugin or also incl. fighting?
i like copilot alot. tomrrow i start testing around and see what works best
-
Member
Umm so when i compiled it and ran it Im getting version not readable, anyone know a fix ?
Edit: I geuss its supposed to do that, anyways thank you all for contributions, the program works fine now
Last edited by User59; 02-12-2022 at 03:11 PM.
-
Member
Originally Posted by
Necro19
What is alpha follower. just follow around plugin or also incl. fighting?
i like copilot alot. tomrrow i start testing around and see what works best
and what have I compiled? , where do I need to copy? I don't understand where to insert it.
Thanks for the help
-
to fix the error when compiling open WorldData.cs its in Core>PoEMemory>MemoryObjects at the bottom, remove the ";" after namespace ExileCore.PoEMemory.MemoryObjects
and add "{}" befor and after the public class
or just copy/paste this one
Code:
using ExileCore.Shared.Cache;
using ExileCore.Shared.Helpers;
using GameOffsets;
namespace ExileCore.PoEMemory.MemoryObjects
{
public class WorldData : RemoteMemoryObject
{
private static readonly int CameraOffset = Extensions.GetOffset<WorldDataOffsets>(nameof(WorldDataOffsets.CameraStruct));
private readonly CachedValue<WorldDataOffsets> _worldData;
private readonly CachedValue<AreaTemplate> _CurrentArea;
private readonly CachedValue<WorldArea> _CurrentWorldArea;
private readonly CachedValue<Camera> _camera;
public WorldData()
{
_worldData = new FrameCache<WorldDataOffsets>(() => M.Read<WorldDataOffsets>(Address));
_CurrentArea = new AreaCache<AreaTemplate>(() => GetObject<AreaTemplate>(M.Read<WorldAreaDetailsOffsets>(_worldData.Value.WorldAreaDetails).AreaTemplate));
_CurrentWorldArea = new AreaCache<WorldArea>(() => TheGame.Files.WorldAreas.GetByAddress(CurrentArea.Address));
_camera = new AreaCache<Camera>(() => GetObject<Camera>(Address + CameraOffset));
}
public Camera Camera => _camera.Value;
public AreaTemplate CurrentArea => _CurrentArea.Value;
public WorldArea CurrentWorldArea => _CurrentWorldArea.Value;
}
}
i got 0 error compiling after doing this
-
Post Thanks / Like - 1 Thanks
Necro19 (1 members gave Thanks to CausalityMerchant for this useful post)
-
delete, double postsomhow
Last edited by CausalityMerchant; 02-12-2022 at 03:23 PM.
-
Member
sry my bad ENG , i just test GitHub - Sikaka/Alpha Simple follower plugin . it work fine
-
Member
Originally Posted by
Necro19
What is alpha follower. just follow around plugin or also incl. fighting?
i like copilot alot. tomrrow i start testing around and see what works best
yes its a follow plugin that lets u follow a player. u can fight with copilot