What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Plugin] Potion User

  • Thread starter Thread starter weischbier
  • Start date Start date
W

weischbier

Guest
Potion User!

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


The option "Questing" counts as follows:
Code:
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​


 

Attachments

Last edited by a moderator:
Just a little of what it's spitting out

\Users\Botanist\Desktop\420 - Copy\CompiledAssemblies\Potion User_634832453540710000.dll'. Using the type defined in 'c:\Users\Botanist\Desktop\420 - Copy\Plugins\Potion User\UI\PuEnumeration.cs'.
Compiler Error: c:\Users\Botanist\Desktop\420 - Copy\Plugins\Potion User\UI\UserInterface.cs(253,54) : warning CS0436: The type 'UI.PuEnumeration' in 'c:\Users\Botanist\Desktop\420 - Copy\Plugins\Potion User\UI\PuEnumeration.cs' conflicts with the imported type 'UI.PuEnumeration' in 'c:\Users\Botanist\Desktop\420 - Copy\CompiledAssemblies\Potion User_634832453540710000.dll'. Using the type defined in 'c:\Users\Botanist\Desktop\420 - Copy\Plugins\Potion User\UI\PuEnumeration.cs'.
Compiler Error: c:\Users\Botanist\Desktop\420 - Copy\Plugins\Potion User\UI\UserInterface.cs(254,52) : warning CS0436: The type 'UI.PuEnumeration' in 'c:\Users\Botanist\Desktop\420 - Copy\Plugins\Potion User\UI\PuEnumeration.cs' conflicts with the imported type 'UI.PuEnumeration' in 'c:\Users\Botanist\Desktop\420 - Copy\CompiledAssemblies\Potion User_634832453540710000.dll'. Using the type defined in 'c:\Users\Botanist\Desktop\420 - Copy\Plugins\Potion User\UI\PuEnumeration.cs'.
Compiler Error: c:\Users\Botanist\Desktop\420 - Copy\Plugins\Potion User\UI\UserInterface.cs(256,13) : warning CS0436: The type 'UI.Logger' in 'c:\Users\Botanist\Desktop\420 - Copy\Plugins\Potion User\UI\Logger.cs' conflicts with the imported type 'UI.Logger' in 'c:\Users\Botanist\Desktop\420 - Copy\CompiledAssemblies\Potion User_634832453540710000.dll'. Using the type defined in 'c:\Users\Botanist\Desktop\420 - Copy\Plugins\Potion User\UI\Logger.cs'.
 
You sir are a gentleman and a scholar.
 
Last edited:
hi sir, thanks for the plugin, very usefull!
mining and gathering herbs in MoP i find 2 items, usable as "potion-like"

1) Life Spirit (89640) = restore 60k life over 6sec.
2) Water Spirit (89641) = restore 30k mana over 6sec

IMPORTANT THINGS:
1) Both of them SHARE SAME COOLDOWN.. 60sec.
2) Cooldown ONLY begins to count, AFTER you LEAVE COMBAT...
3) i would think would be a nice option, to choose, which one we would prioritize...(in my case as a prot pally, i would love to get this 60k life boost on big pulls)

thanks in advance!
 
I would second that

thank you in advance

hi sir, thanks for the plugin, very usefull!
mining and gathering herbs in MoP i find 2 items, usable as "potion-like"

1) Life Spirit (89640) = restore 60k life over 6sec.
2) Water Spirit (89641) = restore 30k mana over 6sec

IMPORTANT THINGS:
1) Both of them SHARE SAME COOLDOWN.. 60sec.
2) Cooldown ONLY begins to count, AFTER you LEAVE COMBAT...
3) i would think would be a nice option, to choose, which one we would prioritize...(in my case as a prot pally, i would love to get this 60k life boost on big pulls)

thanks in advance!
 
Updated!

Life Spirit and Water Spirit added.
Handled as default. If you have it and you're below a certain amount of Health it will be used. Same with Water Spirit and Mana.

greetz

Weischbier
 
Getting this error:
Compiler Error: c:\H476\Plugins\Potion User\Item.cs(312,17) : error CS0163: Control cannot fall through from one case label ('default:') to another
 
Man i was so excited ... but don't work i have same issue.. hope u can fix.. thanks in advance

Getting this error:
Compiler Error: c:\H476\Plugins\Potion User\Item.cs(312,17) : error CS0163: Control cannot fall through from one case label ('default:') to another
 
Man i was so excited ... but don't work i have same issue.. hope u can fix.. thanks in advance

Damn, forgot to add a break at th baseline :/ my fault!

Edit: Uploaded fixed version!
 
oh god sir u r my personal hero!

und an sauban nam hast a no! :P

edit:
er scheint aber irgendwie life spirit nicht zu benutzen...
aber nochmal ausgeschlafen dr?ber schauen. gn8 :>
 
Last edited:
Back
Top