SimpleCalc is a simple mathematical calculator addon for World of Warcraft. In essence, it's a slash-based utility which allows you to do maths!
Example usage and response:
/calc 10415 - 9843 + 12
[SimpleCalc] 10415 - 9843 + 12 = 584
A selection of in-game values has been added to make life easier when doing certain calculations. You can use keywords in place of numbers for the following values:
- honour or honor - Total honour points available to spend
- justice or jp - Total justice points available to spend
- valor or vp - Total valor points available to spend
- conquest or cp - Total conquest points available to spend
- vpcap - Amount of valor that can be earned that week
- cpcap - Amount of conquest that can be earned that week
- achieves or ap - Your total achieve points
- health - Your maximum Health points
- mana - Your maximum Mana points
- gold - Total gold (1g 50s would be displayed as 1.5 gold)
- silver - Total silver (1g 50s would be displayed as 150 silver)
- copper - Total copper (1g 50s would be displayed as 15,000 copper)
For example:
/calc 1650 + 2200 - honour
[SimpleCalc] 1650 + 2200 - honour = 3078
Support for user defined variables was added in version 0.4. Variables persist across sessions, so you can save values for later use really easily. To save a value or calculation:
/calc x = 1024
-or-
/calc x = 32 * 2 + 64
SimpleCalc works on equations left to right, so '10 * 3 + 2' would be broken down into two sums: '10 * 3', then '30 + 2'. Support for brackets is not yet in place, but this shouldn't affect every day calculations.
Comments, suggestions and bug reports are most welcome!
Facts
- Date created
- Jul 03, 2008
- Category
- Last update
- May 23, 2012
- Development stage
- Release
- Language
- enUS
- License
- MIT License
- Curse link
- SimpleCalc - A simple mathematical calculator
- Downloads
- 8,682
- Recent files
- R: SimpleCalc v0.6b for 4.3.4 May 23, 2012
- R: Simplecalc v0.6a for 4.3 Jan 24, 2012
- R: SimpleCalc v0.6 for 4.3 Jan 15, 2012
- R: SimpleCalc v0.5 (Cata) for 4.3 Jan 14, 2012
- R: SimpleCalc v0.4b for 3.3.3 May 10, 2010