guiCalc Current version 0.4 by Delak
Major credit needs to go to Korax over on the WoW curse Addon section. I used Korax's code as my base and inspiration. You can visit Korax's download page here:
http://wow.curse.com/downloads/wow-addons/details/project-7970.aspx
Description
This is an in-game gui Calculator with most of the basic functions working (adding, subtracting, multiplication, and division. You can also string operations together.
Installation
UnZip the guiCalc v0.4.zip file to your Runes of Magic installation directory and re-login to the game. When you re-login into the game you should receive a chat message stating that guiCalc has been added.
When you UnZip it you should end up with a folder similar to this:
C:\Program Files\Runes of Magic\Interface\AddOns\guiCalc
Usage
When in game simply type "/guiCalc" or "/gc" in the chat window. The Calculator frame will open.
Memory Buttons:
MS = Memory Save - This will save the currently displayed number to memory.
MR = Memory Recall - This will recall the number saved in memory and display it.
M+ = Memory Add - This will add the currently displayed number and the number in memory. It will then display the new number.
M- = Memory Subtract - This will subtract the currently displayed number and the number in memory. It will then display the new number.
MC = Memory Clear - This will clear the number in memory and reset it to "0".
To Do
- Memory Functions
Memory Save
Memory Recall
Memory Add
Memory Subtract
Memory Clear
Notes
Any and all feedback, new feature suggestions and bugs welcome. Thank you for downloading and using this addon.
Updates
Version 0.2 has been released. This new version provides all the new memory functions listed under usage. Some minor clean up of the code and a new readme file.
Version 0.3: Updated to work with Lua 5.1 and RoM version 1812.
Version 0.4: Updated my code taking out my debug statements.
Release of guiCalc v0.4
Cleaned up my code taking out my debug statements