Have you ever forgotten to Pot and run out of mana? or run out of HP?
Have you ever gone to the toilet and come back and you are dead because u left your character in an unsafe place?
Do you forget to activate some of your buffs, which helps you kill faster? survive longer?
Well, if you answered yes to any of those questions, this addon is for you. This addon auto pots, auto heals and auto buffs your character(s).
Features in detail:
- ====== Potting ======
Auto pots based upon %'s. For instance, use pot at slot number 21 when HP reaches 80% of max.
It does not check if you have a pot activated, however it does wait for your cool down. Only hp/mana at this time.
- ====== Healing ======
Auto heals based upon %'s. Same as with pots, it checks hp and throws heal at a certain slot number.
It checks if you have a heal "hot" activated, if so it will not cast it until it runs out. Only hp at this time.
- ====== Buffing ======
Auto buffs. If buff is already activated, it will not cast.
- ====== General ======
Addon will pot, heal and buff as long as you are in combat, and it will continue to do so for 60 seconds after you leave combat.
Will not throw you off your mount, as long as the mount exists in the mount list. Hide should work too.
On/Off/Toggle commands to control the addon.
Addon is however Character based!, so you will have one type of settings for your (m/p) mage and one for your priest.
All settings gets saved into local SaveVariables.lua files, to not clog up the main file.
Slot numbers is ordered as following,
Main Action bar , nr 1 - 20
Upper Action bar, nr 21-40
Right Action bar, nr 41-60
Left Action bar, nr 61-80
More to come later.
- Note* At this time there is no gui, so you will have to manually setup the addon the first time you use it.
Features to add:
- Potting to work with rage, focus etc...
- Healing to work with other spells, for instance mana regen spells?..
- GUI ( to easier setup "rules" ).
Installation:
To make the addon work for you, you need to do a few minor edits to the main lua file. OmniBuff.lua
local mounts = { "lion", "horse","ostrich","berhu","wartiger","hide","ferret", "dragonfang","boar","rhino","unicorn","rent" } local default = { pots = { { 24, 80, "mana" } -- this line can be removed. }, heals = { { 22, 90, "hp" }, -- this line can be removed. { 23, 50, "hp" } -- this line can be removed. }, buffs = { 42, 43, 44, 45, 46, 47, 48, 49, 50 -- this line can be removed. } }
Those are the default settings for the addon, based upon my mage/priest. So what you need to do is edit the pots section,
heals section and buffs section.
- Pots section: Each pot "rule" is built of 3 parameters... { slotnumber, %, type }. So when "type" is at % of max of that type
it will auto use pot. For instance as default says,
{ 24, 80, "mana" } this line can be removed.
Means use slot# 24 when mana reaches 80% of max Mana.
Separate each "rule" with a comma. {}, {}, {} last one does not need comma.
- Heals section: Each heal also have a rule built on 3 parameters.. Exactly the same as with pots.
Separate each "rule" with a comma. {}, {}, {} last one does not need comma.
- Buffs section: Just add each slot you wish to use for buffing. Separated by commas.
- Mounts section: If you have a mount that is not in the default list, you can add it here. Use a keyword from it,
for instance lion.
Once these settings has been edited, you should be able to start your game up with your character and it will save settings to your
character only.
Commands:
Certain command is available to manage the addon,
/ob ON or /ob ENABLE - enable the addon
/ob OFF or /ob DISABLE - disable the addon
/ob TOGGLE - turn the addon ON if its off, and vice versa. Easily added to a macro and a slot to turn addon on/off easily.
To help with issues, either use ticket system, or go to http://forum.us.runesofmagic.com, and go to addon section where I will have a thread
for OmniBuff.
Facts
- Date created
- 15 Oct 2009
- Category
- Last update
- 19 Oct 2009
- Development stage
- Beta
- Language
- enUS
- License
- All Rights Reserved
- Curse link
- OmniBuff
- Recent files
- B: omnibuff v1.02 for 2.0.11.1872 on 19 Oct 2009
- B: omnibuff v1.0 for 2.0.11.1872 on 15 Oct 2009