Is there any way for you to detect status ailments such as freeze/shock/burn and automatically use the appropriate flask? This would also require a toggle if implemented so that it doesn't spam flasks for people that use rf and such. Thank you very much=]
Last edited by Lerdusk; 09-10-2014 at 02:22 AM.
thats no answer, just dodging. the point is you have to make a stop somewhere. And reading out status ailments and reacting to them is across the line
chickening and autoexit is one thing - to save your live in HC but automating more than that is another thing and is located at the lame side. just my opinion.
why not directly botting then?![]()
Just an FYI:
I was having trouble with the script closing immediately when I launched it from a "cmd" script using "RunAs" or with parameters. Turns out the function you used was not recognizing that I was running with Admin privileges. Found the following alternative way of checking that solves the problem:
I would also like to suggest you use a more unique name for your script's "Config.ini" file, because it resides in the same folder as other scripts. Really simple names such as that are likely to get overwritten by other scripts.Code:RunAsAdmin() { Global 0 IfEqual, A_IsAdmin, 1, Return 0 Loop, %0% params .= A_Space . %A_Index% DllCall("shell32\ShellExecute" (A_IsUnicode ? "":"A"),uint,0,str,"RunAs",str,(A_IsCompiled ? A_ScriptFullPath : A_AhkPath),str,(A_IsCompiled ? "": """" . A_ScriptFullPath . """" . A_Space) params,str,A_WorkingDir,int,1) ExitApp }
-Dubiousness-
Last edited by Dubiousness; 09-12-2014 at 04:58 AM. Reason: fixed code tags
Anyone else having an issue where the mana flask isn't popping till a second or 2 after you run out of mana? No matter how i set the percentage to this seems to be an issue.
I took eldrich battery and the extra mana from it seemed to fix the issue i was having. Maybe if i respec into some mana nodes it will go better
Hmmm, this update seems to break the autoflasking for me, everything else seems to work though. Using the script version, can anyone else verify?
FlaskInvBase changed fromtoCode:[UiBase+0x968,0x980,0x20]Code:[UiBase+0x968,0x984,0x20]
that will fix it? thanks ima try it
please make a macro /hideout
is there a way to change it in the .exe?