Select from a list of potions and it will use that potion (ONLY THAT POTION) to heal your hp / mp
There are 10 potions total for both hp / mp (the potions are from the store)
menu = /apot
Seperate timer for both potion is under construction and in the works in v1.01. The hp potions will still be used first before the mp potion if both bars are under the percentage
For German translation of potion, i need a list of each potion from the config menu =/
Commands:
Open menu: /apot (Chat line)
v1.04
- I F***ed up v1.03 so i took some time to reevaluate the code and found so many ugly problems. They should be fixed now.
- The potions are working again (it didn't work in v1.03)
v1.04 FiX #1
- No major changes, do not have to update if u don't want to.
- Added MP support for Warden and Druid
- Remade the variable table in main file (I ask once again to delete your SavedVariable of "AutoPotion_Vars" if it doesn't work for you)
* Trying to get a list of Potion Item table in terms of ItemID. Some are posted in the ENUS.lua file
* I still need feedback since everyone just says doesn't work. I will put a debug script if i have to into the code and make a checkbox to enable debug mode. This may and will spam your general chatbox if u enable it, as this is how i debug it to see which stuff are executing.
v1.03
- LONG OVER DUE UPDATE
- Added German support
* Trying to redo the overall coding... going pretty bad...* Not sure if the MP Pots are still working... it always seem to work for me...
v1.03 FiX #1
- Please press the reset button on the config menu (/apot) if the errors with attempt to index field 'HP' (a boolean value)" pops up. Else please delete in your SaveVariables.lua file the following lines:
AutoPotion_Vars = {
... Everything in between the firs bracket and the last bracket ...
}
v1.03 FiX #2
- Bad Line 35 from previous verison fixed
v1.02
- Testing Addonmanager support
- Separated HP and MP potion function in the file
v1.02 FiX #1
- Addonmanager support should be working now (Still no icon because i can't make a picture...)
- Someone had a problem about their interfaced being wiped and i can't seem to reproduce it... my advice is to delete the whole AutoPotion_Vars table in the My Documents\Runes of Magic\SaveVariables.lua
v1.02 FiX #2
- Ok i made a mistake in the code and it had a huge variable wipe... MY FAULT!
v1.01
- I still hope that the MP potions is fixed by now since i added a new timer selection for both of the potions.
- HP potions still overrides the timer on the MP potion unless MP timer is lower than the HP Timer.
* The timer may still be buggy but it still works at 15 secs. *
v1.00
- Newly Released! Just type in /apot to open the menu.
v1.00 FiX
- Mana potions fixed and implemented AddonManager support i hope...
v1.00 FiX#2
- I don't know why the mp potion doesn't work but here is the reuploaded verison of the one that works for me...
- I need german translations for the following list
["HP1"] = "Simple First Aid Potion";
["HP2"] = "Basic First Aid Potion";
["HP3"] = "First Aid Potion";
["HP4"] = "Major First Aid Potion";
["HP5"] = "Barbarian Herbs";
["HP6"] = "Healer's First Aid Potion";
["HP7"] = "Regeneration Mixture";
["HP8"] = "Potent Regeneration Formula";
["HP9"] = "Military Regeneration Formula";
["HP10"] = "Ancestral Spirit Herbs";
["MP1"] = "Simple Magic Potion";
["MP2"] = "Basic Magic Potion";
["MP3"] = "Magic Potion";
["MP4"] = "Major Magic Potion";
["MP5"] = "Elemental Mana Stone";
["MP6"] = "Condensed Magic Potion";
["MP7"] = "Crystal Mana Medicine";
["MP8"] = "Potent Crystal Mana Medicine";
["MP9"] = "Refined Crystal Mana Medicine";
["MP10"] = "Elemental Spirit Stone";
if the buff name of the potion is different from the potion list, i will need the translations also