-
Originally Posted by
Treasure_Box
Yeah this is what i was working on
Code:
private bool _WarningFlaskSpeed = false;
if (_WarnFlaskSpeed != true)
{
LogError("Warning: Speed Run mod is ignored on mana/life/hybrid flasks.", errmsg_time);
newFlask.FlaskAction2 = FlaskAction.NONE;
_WarnFlaskSpeed = true;
}
else
{
newFlask.FlaskAction2 = FlaskAction.NONE;
}
}
still need to do the reset part for when you disable or change flask to reset the flag.
looks good, for reset part, there would be a function toggleflaskmanager (something like that)
in enable part of that function u can add following line.
_WarningFlaskSpeed = false;
P.S I would suggest to people to learn not to use speed mods on life/mana/hybrid flask and use Alt orb on them. As speed mod is useless on these flasks. Thing is if your life get full, speed will end...so if u have 90% life then speed mod will only be up for like 1sec....
IN short life/mana/hybrid flask greatly reduce the duration of the speed mod.
==update==
updated the readme with installation instructions + added some FAQs in the github.
GitHub - Xcesius/AutoFlaskManager
Last edited by GameHelper; 03-06-2017 at 03:26 PM.
If I did not reply to you, it mean the question you are asking is stupid.
-
Originally Posted by
Horgrath
In file flaskbind.json got only one line: {"k":[49,50,51,52,53]}
Q: My AutoFlask Manager is not working/I have binded the flask to other keys.
A: Change the keys info in flaskbind.json
which is in config folder of this flask manager.
You need to add ASCII of your keys,
you can google ASCII table to lookup your keys to ASCII translation.
If I did not reply to you, it mean the question you are asking is stupid.
-
Contributor
Originally Posted by
zaafar
Q: My AutoFlask Manager is not working/I have binded the flask to other keys.
A: Change the keys info in flaskbind.json
which is in config folder of this flask manager.
You need to add ASCII of your keys,
you can google ASCII table to lookup your keys to ASCII translation.
Thanks ill add to FAQ
-
Member
I changed keybind: {"k":[81,87,69,82,84]} but still autoflask dosent work.
-
Contributor
Originally Posted by
Horgrath
I changed keybind: {"k":[81,87,69,82,84]} but still autoflask dosent work.
Hint Look at ASCii 97 and higher.
Last edited by Treasure_Box; 03-06-2017 at 04:14 PM.
-
check if you want capital Q,W,R,T,Y or small q,w,r,t,y
@treasure
check the FAQ and their answers in github and add them in your first post, if you want.
and also I have changed the answer to that question. found a better answer. 
GitHub - Xcesius/AutoFlaskManager
If I did not reply to you, it mean the question you are asking is stupid.
-
Post Thanks / Like - 1 Thanks
Treasure_Box (1 members gave Thanks to GameHelper for this useful post)
-
Contributor
Ah yeah case maters.
Yeah that FAQ has some of the same info i had, but looks better. Lets just make that the FAQ area.
Last edited by Treasure_Box; 03-06-2017 at 03:51 PM.
-
Member
Originally Posted by
zaafar
I agree with you that's why u have the option to change it to 3000ms or 4000ms or even 5000ms.
When you hover/select auto drink flask menu, there is a delay option where millisecond is written, u can change it to any value u want.
Good luck.
where do i change it to any value I want, I'm not seeing how. I can move the slider up and down from 1 - 4, but I see no way to input a value.
-
Originally Posted by
bewbtube
where do i change it to any value I want, I'm not seeing how. I can move the slider up and down from 1 - 4, but I see no way to input a value.
totally delete your old autoflaskmanager and install a new one.
If I did not reply to you, it mean the question you are asking is stupid.
-
Contributor
Originally Posted by
zaafar
looks good, for reset part, there would be a function toggleflaskmanager (something like that)
in enable part of that function u can add following line.
_WarningFlaskSpeed = false;
I've done that, just need to add flag rearm for : slot disable/enable(shouldn't be to hard to figure out), and if flask is removed/replaced with flask with same mod (this may be the hardest part because of current logic structure)
Pushed a new source & compile update of the first two features, so it should be less spamish now. just remember you will not get an updated warning as of yet for flask disable/change condition.
Last edited by Treasure_Box; 03-06-2017 at 05:00 PM.
-
Member
-
==There is an update, download latest (compiled) version from the github link.==
- it won't spam Speed Run warning with mana/life flask. Just say it once. ( Thx Treasure ).
- It won't spam flask X,Y,Z not used logs. It will say that in debug more only.
If I did not reply to you, it mean the question you are asking is stupid.
-
Post Thanks / Like - 3 Thanks
-
Banned
Please implement support of the new "Wise Oak Bismuth Flask". It's pretty much the same as the regular Bismuth Flask and plugin uses it properly, but the spams error about its name not being found.
Thank you for your work
-
Member
Hi guys, got two questions:
1. Every time when I entered a map with curse mod, flask manager stopped working. Is this normal?
2. Is "use Quicksilver flask with X+ charges" option removed? Because I can only find the "delay" option for quicksilver now.
Thanks
Last edited by snakescrin; 03-07-2017 at 01:33 AM.
-
Member
Heya Folks!
I've noticed that my autoflasker plugin (x64 PoeHud, Non Steam) doesnt use life flasks in slots 2,3,4,5. - It only uses the first slot life flask and seems to ignore the other flasks (full).
I didn't change the keybinds, its still 1,2,3,4,5 (default).
Is anyone else experiencing the same issue with AutoFlasker?