-
Banned
Hello sir, I am unable to access the download page here. Is there any other way to download it? T T
-
Member
Is there a plugin to autoquit like in GameHelper or a way to do it with ReAgent? i tried autoquit from exiledcore 1 but doesnt work
Last edited by xbruhh; 01-18-2025 at 01:38 PM.
-
Member
thx but where can you download the poe2 plugins for the bot
-
Member
Originally Posted by
xyf1
1.charged_staff
SinceLastActivation(0.5)&&Buffs["power_charge"].Charges >= 5 &&Buffs["charged_staff_stack"].TimeLeft <= 3
2.charged_staff
Buffs["charged_staff_stack"].Charges >= 5&&Buffs["charged_staff_stack"].TimeLeft <= 6&Buffs["power_charge"].Charges >= 2
3.combo
SinceLastActivation(0.1)&&Buffs.Has("tempest_bell_active")&&Buffs["elemental_invocation_reserve"].Charges > 50
4.Duang!
SinceLastActivation(0.1)&&Buffs["tempest_bell_combo_tracker"].Charges >= 4&&MonsterCount(10, MonsterRarity.AtLeastRare) >= 1
5.elemental_invocation
Buffs["elemental_invocation_reserve"].Charges >= 30&&(MonsterCount(40, MonsterRarity.AtLeastRare) >= 1 || MonsterCount(40, MonsterRarity.Any) >= 10)
Is there any option to use the bell only against unique monsters i tried .unique but didnt get it to work
-
Member
Originally Posted by
WorldHateCenter
thx but where can you download the poe2 plugins for the bot
on the program itself:
Screenshot_5.png
-
Post Thanks / Like - 1 Thanks
-
Member
Originally Posted by
Kingnello
Is there any option to use the bell only against unique monsters i tried .unique but didnt get it to work
Post your code and a screenshot of your skill setting, please.
Thank you.
-
Member
Since it's in super high demand, I'm going to share my Ice Strike Invoker ReAgent scripts.
Script 1: Efficient Charged Staff Usage
This script ensures that the Charged Staff skill is only used under optimal conditions. It checks if you have the "power_charge" buff, if the "charged_staff_stack" is below 6 charges, and if there are no enemies within a range of 50. This is ideal for maximizing stack-building efficiency without wasting charges.
Code:
Skills["ChargedStaffPlayer"].CanBeUsed &&
Buffs.has("power_charge") &&
Buffs["charged_staff_stack"].Charges < 6 &&
MonsterCount(50) == 0
Script 2: Maintaining Power Charge Buffs
This script makes sure your power charge-related buffs don’t expire. It uses the Charged Staff skill if you have the "power_charge" buff but it’s about to run out (less than 5 seconds left) or if the "charged_staff_stack" buff is active but also close to expiring (less than 5 seconds left). It’s a simple way to prevent buff downtime while keeping stacks ready.
Code:
Skills["ChargedStaffPlayer"].CanBeUsed && (
Buffs.has("power_charge") &&
Buffs["power_charge"].TimeLeft < 5
) || (
Buffs.has("power_charge") &&
Buffs["charged_staff_stack"].TimeLeft < 5
)
Script 3: Smart Tempest Bell Combo Execution
This script optimizes the use of the Tempest Bell skill. It only activates Tempest Bell when the "tempest_bell_combo_tracker" buff has 4 charges and there are enemies within a 30-radius area that are Magic rarity or higher. This ensures the skill is used effectively in dense or high-priority enemy clusters.
Code:
Skills["TempestBellPlayer"].CanBeUsed &&
Buffs["tempest_bell_combo_tracker"].Charges == 4 &&
MonsterCount(30, MonsterRarity.Magic | MonsterRarity.AtLeastRare) > 0
Feel free to use or modify these scripts as needed. They’ve worked really well for me, and I hope they’ll help you too. Let me know if you have any questions!
-
Post Thanks / Like - 4 Thanks
-
Member
I need it
Originally Posted by
Snake-Rpg
How do I make mine work by showing rare and normal monsters like yours? I've been trying for days
Help me consolando ksksnsisk
-
Member
Please create a discord channel for the Bot
-
Member
Originally Posted by
ddt442
Post your code and a screenshot of your skill setting, please.
Thank you.
klipp.jpg
I have the bell on Q and the code is SinceLastActivation(0.1) && Buffs["tempest_bell_combo_tracker"].Charges >=4&&MonsterCount(1,MonsterRarity.Unique) >=1
(tried to add an image dont know if it worked)klipp.jpg
-
Member
Wow.
Big thanks to everyone for helping out with the Reagent issues and getting everyone up and going.
-
Member
I get so many errors spamming my screen its unfortunately not usable without a discord to share problems.
-
Member
It sucks the Discord server was made private, I was a member before but I was kicked, it was full of the information I need right now.
-
Member
couldn't get it to work nothing is clear, its like reading hirogliphes, im gamer not programer how tf do i get this to work, all i want is simple map radar im going crazy rn
Last edited by abo9loo7; 01-18-2025 at 05:15 PM.
-
Member
wo sind die plugins? sehe keine monster !