-
Member
Originally Posted by
dlr5668
Hello,
I tried this version but I still got errors on install.
clone.jpg
-
Contributor
Originally Posted by
madd123
Is there in ExileApi any information about if Ultimatum window is active now?
I didn't add the panel, but it's IngameUI.children[93] for the reward panel. The "panel" to start an ultimatum encounter is just an interactable entity.
-
Post Thanks / Like - 1 Thanks
madd123 (1 members gave Thanks to snowhawk for this useful post)
-
Member
Hi all, is normal to the HP bars and Map Icons (monsters) be out of index sync? They are showed further bellow than were is supposed to be. Is there a way to fix it?
EDIT - The windows' DPI compatibility worked!
Last edited by matheusfm; 04-30-2021 at 10:53 AM.
-
Active Member
Originally Posted by
snowhawk
I didn't add the panel, but it's IngameUI.children[93] for the reward panel. The "panel" to start an ultimatum encounter is just an interactable entity.
Thanks. very helpful.
Could you please help me with another problem also.
Is there a good way to find player entity by name (maybe through party or something) without full loop trough entities every tick (i'm running insanely entity-heavy maps) and then check if it present in the same area?
I did try to find it trough the loop, then cache and set null on EntityRemoved, but there are two problems:
"entity.GetComponent<Player>().PlayerName" is empty, so I cant even check if it is right player removed
and another problem is EntityRemoved sometimes triggers with Player type without actually any players left current zone, I have no idea why, mb there are some sub-zones or it is entity-overflow, due to my maps have insane amounts of entities.
So I lost my cached player and can't find it back, too many entities around.
Could someone please help me with efficient way of doing this, I'm not very familiar with ExileApi structure yet, thanks in advance.
-
Member
is anyone using ProximityAlert? How can i add Lightning Mirage to it so i get the warning when it spawns
-
Member
Originally Posted by
w00t3d
Hello,
I tried this version but I still got errors on install.
clone.jpg
Let me know if you could clone this nice plugin , would really like to use this
-
Member
Hello! I got the issue that i dont even get beyond the step where i have to start the x64 with different user. It always gives me this error, when i try to login(roughly translated): "The contract service cannot be completed. It is deactivated or not connected to activated devices"
i couldnt find a solution to my problem yet ):
-
Member
Last edited by axazol; 05-01-2021 at 09:16 AM.
-
Member
HI all.. MinimapIcons plugin stopped showing in my Exileapi window in game, and ofc no more icons for the monsters on the map.. how can i fix this? i have it in the source folder when i have downloaded the last version, and also the dll file in compiled folder. that has happened after the last "install updates" in game ExileAPI window.
please help. Thanks
-
Member
Hello, first of all, THANKS for this tool.
This is a bit OT but as far as I know there is only one good trading tool alive and its poe lurker, but if I open poe using the secondary windows user, poe lurker's hud doesnt show, is it only me? if not, any workarounds?
-
Elite User
Originally Posted by
w00t3d
Hello,
I tried this version but I still got errors on install.
clone.jpg
The updater needs the link to the repository (compare yours to the others in there "/tree/community" is too much). Custom branches (anything beside master/main) are not supported.
The linked repository has some install instructions which may help you.
Originally Posted by
Triicex
Hello! I got the issue that i dont even get beyond the step where i have to start the x64 with different user. It always gives me this error, when i try to login(roughly translated): "The contract service cannot be completed. It is deactivated or not connected to activated devices"
i couldnt find a solution to my problem yet ):
Starting a process as another user is nothing ExileApi specific. There is a detailed post on this topic linked in the first post: https://www.ownedcore.com/forums/mmo...ited-user.html
Originally Posted by
axazol
... ... ...
Removing your post in a forum is really bad behaviour. If you solved your problem, make an edit and give others with the same problem the chance to profit from your solution.
Originally Posted by
marvix
HI all.. MinimapIcons plugin stopped showing in my Exileapi window in game, and ofc no more icons for the monsters on the map.. how can i fix this? i have it in the source folder when i have downloaded the last version, and also the dll file in compiled folder. that has happened after the last "install updates" in game ExileAPI window.
please help. Thanks
I am getting quite annoyed with posts about problems from users which obviously not read the first post at all. Therefore I will (one last time) refer to the first post:
If you run into any problems please read the Troubleshooting section in this post, the last point (Nothing worked) tells you what to do if the section did not solve your problem.
Questions which ignore this message will be ignored by me.
In the future I will stick strictly with my announcement and ignore those questions.
-
Member
Originally Posted by
Queuete
I am getting quite annoyed with posts about problems from users which obviously not read the first post at all. Therefore I will (one last time) refer to the first post:
In the future I will stick strictly with my announcement and ignore those questions.
my dear friend.. i have already done that, and went over google search and the pages here, and that didn't help. it doesn't show at all now in the plugins section when i open the Exileapi in poe now, even tho its in the plugins folder and was working before. now it still there but doesn't show in the gui in game, so i cant tick it on or off, it is just not there.. every thing else is working.. flasks and other things.
One more thing. Buildyourownroutine is a great plugin also, used to work, but now when i try to make a new Decorator or action, it doesn't show anything in the dropdown, its just empty.
sorry for the bothering, but i have only asked after searching for hours for a Solution. thanks for your awsome work
-
Elite User
Originally Posted by
marvix
my dear friend.. i have already done that, and went over google search and the pages here, and that didn't help. it doesn't show at all now in the plugins section when i open the Exileapi in poe now, even tho its in the plugins folder and was working before. now it still there but doesn't show in the gui in game, so i cant tick it on or off, it is just not there.. every thing else is working.. flasks and other things.
One more thing. Buildyourownroutine is a great plugin also, used to work, but now when i try to make a new Decorator or action, it doesn't show anything in the dropdown, its just empty.
sorry for the bothering, but i have only asked after searching for hours for a Solution. thanks for your awsome work
And you still have not read it.
the last point (Nothing worked) tells you what to do if the section did not solve your problem.
...
Nothing worked
Make a post with a detailed error description. Post the full error log (PoeHelper/Logs/Verbose-[date].log)
-
Contributor
Originally Posted by
madd123
Thanks. very helpful.
Could you please help me with another problem also.
Is there a good way to find player entity by name (maybe through party or something) without full loop trough entities every tick (i'm running insanely entity-heavy maps) and then check if it present in the same area?
I did try to find it trough the loop, then cache and set null on EntityRemoved, but there are two problems:
"entity.GetComponent<Player>().PlayerName" is empty, so I cant even check if it is right player removed
and another problem is EntityRemoved sometimes triggers with Player type without actually any players left current zone, I have no idea why, mb there are some sub-zones or it is entity-overflow, due to my maps have insane amounts of entities.
So I lost my cached player and can't find it back, too many entities around.
Could someone please help me with efficient way of doing this, I'm not very familiar with ExileApi structure yet, thanks in advance.
If you are just looking for your own character, IngameState.LocalPlayer. If you are looking for nearby players, there is IngameState.ServerData.NearestPlayers. You should also check out GameController.EntityListWrapper.ValidEntitiesByType which does a lot of pre-filtering for you.
-
Post Thanks / Like - 2 Thanks
-
Member
Originally Posted by
Queuete
The updater needs the link to the repository (compare yours to the others in there "/tree/community" is too much). Custom branches (anything beside master/main) are not supported.
The linked repository has some install instructions which may help you.
i tried it like he says in the description - nothing happens ;(
thats the log:
2021-05-01 23:09:52.488 +02:00 [ERR] EZVendor -> CompilePlugin failed
2021-05-01 23:09:52.488 +02:00 [ERR] EZVendor -> D:\Scripts\PoeHelperquete\Plugins\Source\EZVendor\Item\Filters\AbstractRareItem. cs(169,76) : error CS1061: 'ItemMod' does not contain a definition for 'Values' and no accessible extension method 'Values' accepting a first argument of type 'ItemMod' could be found (are you missing a using directive or an assembly reference?)
2021-05-01 23:09:52.488 +02:00 [ERR] EZVendor -> D:\Scripts\PoeHelperquete\Plugins\Source\EZVendor\Item\Filters\AbstractRareItem. cs(170,70) : error CS1061: 'ItemMod' does not contain a definition for 'Values' and no accessible extension method 'Values' accepting a first argument of type 'ItemMod' could be found (are you missing a using directive or an assembly reference?)
2021-05-01 23:09:52.488 +02:00 [ERR] EZVendor -> D:\Scripts\PoeHelperquete\Plugins\Source\EZVendor\Item\Filters\AbstractRareItem. cs(171,39) : error CS1061: 'ItemMod' does not contain a definition for 'Values' and no accessible extension method 'Values' accepting a first argument of type 'ItemMod' could be found (are you missing a using directive or an assembly reference?)
2021-05-01 23:09:52.488 +02:00 [ERR] EZVendor -> D:\Scripts\PoeHelperquete\Plugins\Source\EZVendor\EZVendorCore.cs(130,55) : error CS1061: 'ItemMod' does not contain a definition for 'Values' and no accessible extension method 'Values' accepting a first argument of type 'ItemMod' could be found (are you missing a using directive or an assembly reference?)
2021-05-01 23:09:52.488 +02:00 [ERR] EZVendor -> D:\Scripts\PoeHelperquete\Plugins\Source\EZVendor\EZVendorCore.cs(130,81) : error CS1061: 'ItemMod' does not contain a definition for 'Values' and no accessible extension method 'Values' accepting a first argument of type 'ItemMod' could be found (are you missing a using directive or an assembly reference?)
2021-05-01 23:09:52.488 +02:00 [ERR] EZVendor -> D:\Scripts\PoeHelperquete\Plugins\Source\EZVendor\Item\Ninja\NinjaUniqueProvider .cs(40,1
: error CS0121: The call is ambiguous between the following methods or properties: 'Task.Run(Action)' and 'Task.Run(Func<Task>)'
2021-05-01 23:09:52.488 +02:00 [ERR] EZVendor -> D:\Scripts\PoeHelperquete\Plugins\Source\EZVendor\Item\Filters\AbstractRareItem. cs(301,37) : error CS1061: 'ItemMod' does not contain a definition for 'Values' and no accessible extension method 'Values' accepting a first argument of type 'ItemMod' could be found (are you missing a using directive or an assembly reference?)
2021-05-01 23:09:52.488 +02:00 [ERR] EZVendor -> D:\Scripts\PoeHelperquete\Plugins\Source\EZVendor\Item\Filters\AbstractRareItem. cs(318,37) : error CS1061: 'ItemMod' does not contain a definition for 'Values' and no accessible extension method 'Values' accepting a first argument of type 'ItemMod' could be found (are you missing a using directive or an assembly reference?)
2021-05-01 23:09:52.488 +02:00 [ERR] EZVendor -> D:\Scripts\PoeHelperquete\Plugins\Source\EZVendor\Item\Filters\AbstractRareItem. cs(336,37) : error CS1061: 'ItemMod' does not contain a definition for 'Values' and no accessible extension method 'Values' accepting a first argument of type 'ItemMod' could be found (are you missing a using directive or an assembly reference?)
2021-05-01 23:09:52.488 +02:00 [ERR] EZVendor -> D:\Scripts\PoeHelperquete\Plugins\Source\EZVendor\Item\Filters\AbstractRareItem. cs(353,3
: error CS1061: 'ItemMod' does not contain a definition for 'Values' and no accessible extension method 'Values' accepting a first argument of type 'ItemMod' could be found (are you missing a using directive or an assembly reference?)
2021-05-01 23:09:52.488 +02:00 [ERR] EZVendor -> D:\Scripts\PoeHelperquete\Plugins\Source\EZVendor\Item\Filters\AbstractRareItem. cs(353,54) : error CS1061: 'ItemMod' does not contain a definition for 'Values' and no accessible extension method 'Values' accepting a first argument of type 'ItemMod' could be found (are you missing a using directive or an assembly reference?)
2021-05-01 23:09:52.488 +02:00 [ERR] PluginLoader -> Not found plugin dll in D:\Scripts\PoeHelperquete\Plugins\Compiled\EZVendor.
2021-05-01 23:09:52.488 +02:00 [ERR] PluginLoader -> Dll should be named like folder or only dll in folder.
Last edited by xaiyx; 05-01-2021 at 04:12 PM.