Jump to content

Request: PLUGIN to use health pots


eeny

Recommended Posts

Hey all,

 

im starting to play around with pluggins but this ones a bit above me at this time.  I would like a pluggin to use potions.  I know this action can be written into the fight class- however i think this is more easily done as a pluggin. 

The pluggin would only activate if

  • A:- bot actually HAS a potion in its inventory
  • B: bot is below a configurable % of health

potions i would like used in the pluggin

http://www.wowhead.com/spell=2330/minor-healing-potion

http://www.wowhead.com/spell=2337/lesser-healing-potion

http://www.wowhead.com/spell=3447/healing-potion

http://www.wowhead.com/spell=7181/greater-healing-potion

http://www.wowhead.com/item=3928/superior-healing-potion

http://www.wowhead.com/spell=17556/major-healing-potion

http://www.wowhead.com/spell=28551/super-healing-potion

http://www.wowhead.com/item=33447/runic-healing-potion

 

   <!-- Basic Items: Potions, Health  (ordered by level to use) -->
       <Item Name="Minor Healing Potion" Entry="118" />
       <Item Name="Lesser Healing Potion" Entry="858" />
       <Item Name="Discolored Healing Potion" Entry="4596" />
       <Item Name="Healing Potion" Entry="929" />
       <Item Name="Greater Healing Potion" Entry="1710" />
       <Item Name="Superior Healing Potion" Entry="3928" />
       <Item Name="Combat Healing Potion" Entry="18839" />
       <Item Name="Superior Healing Draught" Entry="17349" />
       <Item Name="Major Healing Potion" Entry="13446" />
       <Item Name="Major Healing Draught" Entry="17348" />
       <Item Name="Super Healing Potion" Entry="22829" />
       <Item Name="Argent Healing Potion" Entry="43531" />
       <Item Name="Auchenai Healing Potion" Entry="32947" />
       <Item Name="Bottled Nethergon Vapor" Entry="32905" />
       <Item Name="Crystal Healing Potion" Entry="33934" />
       <Item Name="Healing Potion Injector" Entry="33092" />
       <Item Name="Rulkster's Secret Sauce" Entry="32763" />
       <Item Name="Volatile Healing Potion" Entry="28100" />
       <Item Name="Fel Regeneration Potion" Entry="31676" />
       <Item Name="Major Combat Healing Potion" Entry="31838" />
       <Item Name="Major Combat Healing Potion" Entry="31839" />
       <Item Name="Major Combat Healing Potion" Entry="31852" />
       <Item Name="Major Combat Healing Potion" Entry="31853" />
       <Item Name="Endless Healing Potion" Entry="43569" />
       <Item Name="Resurgent Healing Potion" Entry="39671" />
       <Item Name="Runic Healing Potion" Entry="33447" />
       <Item Name="Runic Healing Injector" Entry="41166" />

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...