This is a working Lua Bandolier, this has 4 parts to it. This is working very well.
1) It will check if you're holding the 2h or Shield so it doesn't spam the switch.
2) Check how many mobs are in the camp to switch to shield if you have too many.
3) Will check your HP, if you are holding 2H and your health drops below the setpoint it will force you to shield. Also adds a timer before you can go back to 2H, to avoid a constant loop.
4) Now you can use the 2H if there are more than 3 mobs in camp, if they not are hitting hard.
Features that I want to add in the future, I do not know if some of these are even possible with Lua.
1) I want 1 program to have features that will check your class and use those settings, to have only one program to maintain.
2) GUI interface, also I want remote access to it from a different toon.
3) Setpoints built into the GUI.
It is a tall order for me, but I am having fun doing it.
Notes:
---------------Replace #3 with whatever the most mobs you want to handle with 2H
---------------Replace 80% the lowest you want your hp when switching to 2H
---------------Replace 30% the lowest you want your hp when In 2H, this will force Shield
---------------Make sure to name your 2-hand to (2H) & Shield to (Shield) or replace mine with your names.
---------------Change the 20s to the time limit to leave shield mode.
---------------Replace #80 with the lowest HP with the most mobs you want to handle with 2H
05/08/2022-----Added a new feature it will check if your HP is ok if more mobs in camp than you have set, (good for lower-level mobs). This allows 2H with low-hitting mobs. Great after a nasty pull.
1) It will check if you're holding the 2h or Shield so it doesn't spam the switch.
2) Check how many mobs are in the camp to switch to shield if you have too many.
3) Will check your HP, if you are holding 2H and your health drops below the setpoint it will force you to shield. Also adds a timer before you can go back to 2H, to avoid a constant loop.
4) Now you can use the 2H if there are more than 3 mobs in camp, if they not are hitting hard.
Features that I want to add in the future, I do not know if some of these are even possible with Lua.
1) I want 1 program to have features that will check your class and use those settings, to have only one program to maintain.
2) GUI interface, also I want remote access to it from a different toon.
3) Setpoints built into the GUI.
It is a tall order for me, but I am having fun doing it.
Notes:
---------------Replace #3 with whatever the most mobs you want to handle with 2H
---------------Replace 80% the lowest you want your hp when switching to 2H
---------------Replace 30% the lowest you want your hp when In 2H, this will force Shield
---------------Make sure to name your 2-hand to (2H) & Shield to (Shield) or replace mine with your names.
---------------Change the 20s to the time limit to leave shield mode.
---------------Replace #80 with the lowest HP with the most mobs you want to handle with 2H
05/08/2022-----Added a new feature it will check if your HP is ok if more mobs in camp than you have set, (good for lower-level mobs). This allows 2H with low-hitting mobs. Great after a nasty pull.
Attachments
Last edited:


