Heya all,
I have started to develop plugins that aid people when leveling by grinding. While the plugins are pretty basic, i find that they do what i found tedious and therefore I decided to share.
QuickGrind
A simple plugin that allows the user to quickly create a grinding profile with a single hotspot.
1. Get to the area you want to grind
2. In your bot settings allows the QuickGrind plugin and click the "Create" button it provides
3. Save the profile to your preffered path
4. ???
5. Profit
RegenBreak
Pretty much a worse-off copy of Recovery plugin. Its way simplier and just stays in spot when on low health, allowing for regen of the toon (I used this one just to poke around plugin dev)
Salvage
WARNING: This WILL salvage your items
Please be careful when using this plugin. What it will do is salvage any salvagable item in your inventory that you CANT equip. I use this to amke sure I dont run out of space
RepairMe
Plugin that will look for vendors nearby if your equipment is damaged. Currently, it is a bit buggy as i cant use Navigator or CommonBehaviours to navigate to the vendor, so it runs in a straight line instead (yup... quite sub optimal)
Last but not least, please bear in mind that these plugins are work in progress. I am happy if people report bugs but dont expect me to implement tiny, very custom features.
It is worth to note that all plugins require Common.cs to work.
View attachment RepairMe.cs
View attachment Salvage.cs
View attachment Common.cs
View attachment QuickGrind.cs
View attachment RegenBreak.cs
I have started to develop plugins that aid people when leveling by grinding. While the plugins are pretty basic, i find that they do what i found tedious and therefore I decided to share.
QuickGrind
A simple plugin that allows the user to quickly create a grinding profile with a single hotspot.
1. Get to the area you want to grind
2. In your bot settings allows the QuickGrind plugin and click the "Create" button it provides
3. Save the profile to your preffered path
4. ???
5. Profit
RegenBreak
Pretty much a worse-off copy of Recovery plugin. Its way simplier and just stays in spot when on low health, allowing for regen of the toon (I used this one just to poke around plugin dev)
Salvage
WARNING: This WILL salvage your items
Please be careful when using this plugin. What it will do is salvage any salvagable item in your inventory that you CANT equip. I use this to amke sure I dont run out of space
RepairMe
Plugin that will look for vendors nearby if your equipment is damaged. Currently, it is a bit buggy as i cant use Navigator or CommonBehaviours to navigate to the vendor, so it runs in a straight line instead (yup... quite sub optimal)
Last but not least, please bear in mind that these plugins are work in progress. I am happy if people report bugs but dont expect me to implement tiny, very custom features.
It is worth to note that all plugins require Common.cs to work.
View attachment RepairMe.cs
View attachment Salvage.cs
View attachment Common.cs
View attachment QuickGrind.cs
View attachment RegenBreak.cs