-
Knight
[Request] Offering duration
Hello everyone
Can anyone make a poeplugin that will show Bone/Flesh/Blood offering duration?
and add a setting to put the duration countdown above my characters life bar
this is really useful especially fast mapping and boss fighting so I dont constantly cast offering again while it is still has alot of duration left.
-
Post Thanks / Like - 1 Thanks
Genocyber (1 members gave Thanks to hacker143 for this useful post)
-
Active Member
Originally Posted by
hacker143
Hello everyone
Can anyone make a poeplugin that will show Bone/Flesh/Blood offering duration?
and add a setting to put the duration countdown above my characters life bar
this is really useful especially fast mapping and boss fighting so I dont constantly cast offering again while it is still has alot of duration left.
You can try to use an existing feature of Poe Companion to fire that for you every X seconds.
Action on timmer:
Now you can setup a specific key to be pressed every X seconds. ... detonate mines, summon golem, keep firing buffs etc
----- SETUP -----
KeyToPressOnTimmer=R
KeyToPressOnTimmerDelay=5000
-------------------
Press ALT+K to switch ON/OFF
-------------------
Last edited by nidark; 01-24-2018 at 12:52 PM.
Auto-Flask/Quit, 1-key AllPots, Trade-Spam, Gem-Swap, DivTrade, QoL shortcuts: https://www.ownedcore.com/forums/mmo/path-of-exile/poe-bots-programs/651252-poe-companion-ahk.html
-
Post Thanks / Like - 1 Thanks
Genocyber (1 members gave Thanks to nidark for this useful post)
-
Member
Great Idea, that would be very usefull!
-
Please, this is the nth time youve posted asking for something like this, it CANNOT be done with current poehud information.
-
Knight
Originally Posted by
Sithylis
Please, this is the nth time youve posted asking for something like this, it CANNOT be done with current poehud information.
i see, im sorry
but this is really a great idea
Suggestion:
if poehud cant read the duration of offerings how about image find?
example is if the poehud cant find any active offering. it will display a text above my health bar that i dont have any active offerings
or vice versa, so i dont have to look above the screen with so many buffs and focus on dodging and fighting while aware that the offering is active or not
or
poehud plugin that if calculate offering level and when its active. put a countdown timer above the health bar
Last edited by hacker143; 01-25-2018 at 12:09 AM.
-
Knight
Originally Posted by
nidark
You can try to use an existing feature of Poe Companion to fire that for you every X seconds.
Action on timmer:
Now you can setup a specific key to be pressed every X seconds. ... detonate mines, summon golem, keep firing buffs etc
----- SETUP -----
KeyToPressOnTimmer=R
KeyToPressOnTimmerDelay=5000
-------------------
Press ALT+K to switch ON/OFF
-------------------
i dont mean auto offering. I just want a poehud plugin that will show the exact duration of offerings because the game itself doesnt have that feature yet.
-
Originally Posted by
hacker143
i dont mean auto offering. I just want a poehud plugin that will show the exact duration of offerings because the game itself doesnt have that feature yet.
Poehud also doesnt have this information on duration...it cannot be done in the current state.
-
Member
poehud cant see duration but you can set the duration yourself to a plugin, which is what the guy who extended the autoflask plugin did with auto enduring cry / auto blood rage whenever the buff effect ended. Shouldnt be hard at all to add offering to it
-
Knight
Originally Posted by
omnivore
poehud cant see duration but you can set the duration yourself to a plugin, which is what the guy who extended the autoflask plugin did with auto enduring cry / auto blood rage whenever the buff effect ended. Shouldnt be hard at all to add offering to it
woah! auto enduring and auto blood rage? waht plugin is that?
teach me master!
-
Contributor
Originally Posted by
hacker143
woah! auto enduring and auto blood rage? waht plugin is that?
teach me master!
Bro, you're putting in a bunch of requests. Not trying to sound like a dick here, but you kind of come through as someone who expects everyone to do everything for them, with only "ideas". A lot of features didn't exist in PoeHUD so I took the source and made my own plugins for my own use. I didn't jump on the forums asking people to do all the work for me. You asked about enduring cry too, and how the autoflask plugin doesn't do X or Y. Well it's the same answer as this. I'm not saying it's impossible, I'm saying it can't be done at this current stage with PoeHUD.
-
Post Thanks / Like - 1 Thanks
Sithylis (1 members gave Thanks to RatMonkey for this useful post)
-
Knight
Originally Posted by
RatMonkey
Bro, you're putting in a bunch of requests. Not trying to sound like a dick here, but you kind of come through as someone who expects everyone to do everything for them, with only "ideas". A lot of features didn't exist in PoeHUD so I took the source and made my own plugins for my own use. I didn't jump on the forums asking people to do all the work for me. You asked about enduring cry too, and how the autoflask plugin doesn't do X or Y. Well it's the same answer as this. I'm not saying it's impossible, I'm saying it can't be done at this current stage with PoeHUD.
I dont know what program to make poehud bro, the only i know is AHK
Ya, only offering is impossible said by Sithylis but auto enduring cry exist and its possible. lol, if only i know the program language i would make my own same as AHK
about the autoflask. there's a perfect one that works for me. its just example that some plugin works differently and has its on flaws
-
PoeHUD is written in C#. Download Visual Studio 2017 Community Edition, plus clone the PoeHUD git repo... then you can get started! There are plenty of plugins to use as examples.
-
Post Thanks / Like - 1 Thanks
hacker143 (1 members gave Thanks to Sychotix for this useful post)
-
Knight
Originally Posted by
Sychotix
PoeHUD is written in C#. Download Visual Studio 2017 Community Edition, plus clone the PoeHUD git repo... then you can get started! There are plenty of plugins to use as examples.
thanks bro. Gonna try to learn C# if i can