W
weischbier
Guest
Potion User!
What does it suppport?
Potion User supports all Bot bases, even LazyRaider when you untick the "Disable Plugins"-option.
This Plugin uses potions, elixirs, flask, trinkets, Synapse Springs and Plasma Shield.
All you have to do is set it up!
Pots will be used when you have Heroism, Bloodlust, Time Warp or Ancient Hysteria.
If you want me to add something here is how it goes:
When it's a potion, elixir or flask, I need the item id and buff id.
If it's an equipped item, I need the slot id with the conditions you want.
The option "Questing" counts as follows:
Code:![8dW48.jpg](http://i.imgur.com/8dW48.jpg)
What does it suppport?
Potion User supports all Bot bases, even LazyRaider when you untick the "Disable Plugins"-option.
This Plugin uses potions, elixirs, flask, trinkets, Synapse Springs and Plasma Shield.
All you have to do is set it up!
Pots will be used when you have Heroism, Bloodlust, Time Warp or Ancient Hysteria.
If you want me to add something here is how it goes:
When it's a potion, elixir or flask, I need the item id and buff id.
If it's an equipped item, I need the slot id with the conditions you want.
![BN9Da.png](http://i.imgur.com/BN9Da.png)
The option "Questing" counts as follows:
Code:
if (StyxWoW.Me.CurrentTarget != null && StyxWoW.Me.Combat && (StyxWoW.Me.CurrentTarget.Level > StyxWoW.Me.Level || ObjectManager.Me.HealthPercent < GeneralSettings.Instance.LowHealthvalue || StyxWoW.Me.CurrentTarget.Elite || Unit.UnfriendlyUnitsRadius(12f).Count() >= 2))
Extra (handled as default):
Code:
[B] if (!StyxWoW.Me.HasAura(130649))[/B]
[B] if (StyxWoW.Me.HealthPercent <= BeSettings.Instance.HealPotValue)[/B]
[B] UseItemId(89640); //Life Spirit[/B]
[B] if (!StyxWoW.Me.HasAura(130650))[/B]
[B] if (StyxWoW.Me.ManaPercent <= BeSettings.Instance.ManaPotValue)[/B]
[B] UseItemId(89641); //Water Spirit[/B]
Credits:
- Singular Devs
- Stormchasing
- Bobby53
greetz
Weischbier
Weischbier
Attachments
Last edited by a moderator: