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!

A plugin to use Surten Flasks Elixirs our potions on Cooldown

Madcatz

Member
Joined
May 17, 2011
Messages
752
just needing a plugin to use Draenic Water Walking Elixir for when im fishing
an mybe a option to input other flasks potions Elixirs with a simple item id for use on cooldown there is a plugin that was used back in Wod in nagrand for trapping.
called there where other plugins in the past that did this Even the Plugin that ships with Hb3 would work if gave a few options.[h=2]ItsATrap this plugin an gui was easy to use an worked great if anyone is able to do it plz post it here[/h]
162924d1420915931-plugin-itsatrap-barn-trapper-itsatrap-png
 
It does more than that.

Code:
return FishingBuddySettings.Instance.UseWaterWalking &&
					   (SpellManager.HasSpell("Levitate")  // priest levitate
						|| SpellManager.HasSpell("Water Walking")  // shaman water walking
						|| SpellManager.HasSpell(PathOfFrostSpellId)  // Dk Path of frost
						|| SpellManager.HasSpell("Soulburn")  // Affliction Warlock
						|| StyxWoW.Me.HasAura("Still Water")  // hunter with water strider pet.
						|| Utility.IsItemInBag(ElixirOfWaterWalkingId)  //isItemInBag(8827);
						|| Utility.IsItemInBag(FishingRaftId) // Anglers Fishing Raft
						|| (SpellManager.HasSpell("Zen Flight") && StyxWoW.Me.MovementInfo.CanFly) // Monk spell from having Glyph of Zen Flight
 
sure does look that way mybe ill change the spell id an name of the Elixir what i need it to use ty.
 
Back
Top