-
Banned
I currently use this for my bone barrier script, however it will still spam this while i am in my hideout or in chat or doing a trade etc, how can i set it, so that if it detects that i chat or inventory open, it will pause spamming it and resume when those windows are closed?
#MaxThreadsPerHotkey 2 ; Spams Bone Barrier every 7 seconds using t button, Numpad5 to activate/disable
Numpad5::
IfWinActive, Path of Exile
{
Toggle := !Toggle
while Toggle
{
Send, {t Down}
Sleep, 7000
Send, {t Up}
}
return
}
-
Contributor
Originally Posted by
ReadyToKill
I currently use this for my bone barrier script, however it will still spam this while i am in my hideout or in chat or doing a trade etc, how can i set it, so that if it detects that i chat or inventory open, it will pause spamming it and resume when those windows are closed?
#MaxThreadsPerHotkey 2 ; Spams Bone Barrier every 7 seconds using t button, Numpad5 to activate/disable
Numpad5::
IfWinActive, Path of Exile
{
Toggle := !Toggle
while Toggle
{
Send, {t Down}
Sleep, 7000
Send, {t Up}
}
return
}
Хуйня. Here is how to do it in a proper way. Place https://pastebin.com/raw/96yrSkU0
in xxx\Plugins\Compiled\BasicFlaskRoutine\Profile and import in Build Your Own Routine. Features Bone armor, Offering and Enduring cry (underrated gem for 15% phys red). Running my negro in delve 900 with decent amount of success. I am using Taste of Hate, Purity of Ice and watcher eye take phys as cold as well
-
Banned
I added the file to the profile section and imported/loaded up the file and i see a tree like structure, but not sure what to do from here. This is what i see.
Test — Postimage.org
-
Contributor
Originally Posted by
ReadyToKill
I added the file to the profile section and imported/loaded up the file and i see a tree like structure, but not sure what to do from here. This is what i see.
Test — Postimage.org
All good. Now click on [A] things and change hotkeys. For example, [A] x1 means bot will press mouse key 1. Save it after and RELOAD
-
Member
Originally Posted by
KeyboardWarrior
1 Question! Are you running on Win 7 or Win 10?
Thanks
Is AdvToolTip working for you?
Last edited by Maestrolp; 10-02-2019 at 04:42 AM.
-
Originally Posted by
Maestrolp
1 Question! Are you running on Win 7 or Win 10?
Thanks
Win10 build 1903.
And I'm not using AdvTooltip, but I'll check it after work.
Originally Posted by
ReadyToKill
I copied over the random features i had from raretitlez hud and copied it over to your hud and it is working fine with the new update, autoquit, elitebars, healthbars, minmapicons and all the rest seem to be working, only stashie is giving me issues with not transfering over the fossils and resonators.
That's good.
I see that GGG added two common slots to the delve stash tab. UI element is displayed as invalid.
But have you tried selecting standard/quad stash tabs for the fossils/resonators? Are these items still ignored?
Last edited by KeyboardWarrior; 10-02-2019 at 05:04 AM.
-
Last edited by KeyboardWarrior; 10-02-2019 at 05:02 AM.
-
Member
Originally Posted by
dlr5668
All good. Now click on [A] things and change hotkeys. For example, [A] x1 means bot will press mouse key 1. Save it after and RELOAD
Can you show your settings, if possible?
-
Banned
Originally Posted by
dlr5668
All good. Now click on [A] things and change hotkeys. For example, [A] x1 means bot will press mouse key 1. Save it after and RELOAD
Sorry for being, so noobish, but can you clarify a bit, you mentioned to change all [A] things and x1, means mouse button 1, so since i want the T button to cast every 7 seconds, i changed all the [A] things to T? Also how do i activate/disable this feature and where would i go to set the cooldown timer to cast every 7 seconds?
I am able to get AdvanceToolsTip working using KeyboardWarrior hud.
-
Banned
Originally Posted by
KeyboardWarrior
Win10 build 1903.
And I'm not using AdvTooltip, but I'll check it after work.
That's good.
I see that GGG added two common slots to the delve stash tab. UI element is displayed as invalid.
But have you tried selecting standard/quad stash tabs for the fossils/resonators? Are these items still ignored?
Fossils & Resonators will work if i change it to my quadstash tab, but i use that for other items, but as a test it works.
-
Originally Posted by
ReadyToKill
Fossils & Resonators will work if i change it to my quadstash tab, but i use that for other items, but as a test it works.
Fixed: ExileCore.rar
-
Post Thanks / Like - 1 Thanks
ReadyToKill (1 members gave Thanks to KeyboardWarrior for this useful post)
-
Banned
Thanks delve items are working again, also i just realized that i cannot get your version of itemalert to display item drops below the quest section. I have used yours and i tried copying over the itemalert plugin from the other version that is working, but it does not work on yours.
-
Originally Posted by
ReadyToKill
Thanks delve items are working again, also i just realized that i cannot get your version of itemalert to display item drops below the quest section. I have used yours and i tried copying over the itemalert plugin from the other version that is working, but it does not work on yours.
Try to select filter file in the plugin settings. But some good native loot filter is enough I think.
I'm not sure that It is working at all except item labels with direction under minimap. There are some plugins that I had never used.
Last edited by KeyboardWarrior; 10-02-2019 at 02:26 PM.
-
Banned
Ahh that did the trick, i was missing a loot filter file.
-
Member
does anyone mind sharing the latest current version they have Compiled ... ? i use it mainly for flasks and alert preload for trash mobs. thats about it.
i tried and still am getting errors. sincerely thanks.
windows 10 x 64 non steam / official client poe
Last edited by sushix; 10-02-2019 at 11:57 PM.