Earlier Versions
Name | Size | Uploaded | Game Version | Downloads | |
v2.74 release | 24.63 KB | Nov 16, 2014 | 6.0.3 | 5,553 | Download |
v2.73 release | 24.66 KB | Sep 11, 2013 | 5.4.0 | 1,993 | Download |
v2.72 release | 24.73 KB | May 23, 2013 | 5.3.0 | 1,044 | Download |
v2.71 release | 24.71 KB | Apr 9, 2013 | 5.2.0 | 784 | Download |
v2.7 release | 24.87 KB | Apr 3, 2013 | 5.2.0 | 484 | Download |
v2.61 release | 24.45 KB | Apr 3, 2013 | 5.2.0 | 171 | Download |
v2.6 release | 24.63 KB | Apr 3, 2013 | 5.2.0 | 58 | Download |
v2.5 release | 23.44 KB | Oct 20, 2010 | 4.0.1 | 6,393 | Download |
v2.4 release | 23.42 KB | Dec 26, 2009 | 3.3.0 | 1,826 | Download |
v2.3 release | 23.42 KB | Nov 19, 2009 | 3.2.0 | 833 | Download |
v2.2 release | 23.86 KB | Jun 19, 2009 | 3.1.0 | 1,680 | Download |
v2.1.18 release | 24.56 KB | Jun 5, 2009 | 3.1.0 | 381 | Download |
v2.72-1-gec2315a alpha | 24.59 KB | Sep 11, 2013 | 5.4.0 | 57 | Download |
v2.71-1-g3fb161e alpha | 24.65 KB | May 23, 2013 | 5.3.0 | 18 | Download |
v2.7-1-g4284dc0 alpha | 24.63 KB | Apr 9, 2013 | 5.2.0 | 13 | Download |
v2.61-1-g07eda7d alpha | 24.80 KB | Apr 3, 2013 | 5.2.0 | 24 | Download |
v2.6-1-gd603fe5 alpha | 24.38 KB | Apr 3, 2013 | 5.2.0 | 30 | Download |
v2.5-1-g039efdd alpha | 24.56 KB | Apr 3, 2013 | 5.2.0 | 20 | Download |
v2.4-1-g24fb475 alpha | 23.39 KB | Oct 20, 2010 | 4.0.1 | 23 | Download |
v2.3-1-g248ce51 alpha | 23.37 KB | Dec 26, 2009 | 3.3.0 | 36 | Download |
v2.2-1-gcec276a alpha | 23.37 KB | Nov 18, 2009 | 3.2.0 | 41 | Download |
v2.1.18-16-g5ab9c5a alpha | 23.81 KB | Jun 19, 2009 | 3.1.0 | 22 | Download |
v2.1.18-13-g82ba024 alpha | 23.91 KB | Jun 18, 2009 | 3.1.0 | 22 | Download |
v2.1.18-12-ge87b8a7 alpha | 24.00 KB | Jun 17, 2009 | 3.1.0 | 17 | Download |
v2.1.18-8-g783dcc3 alpha | 24.10 KB | Jun 13, 2009 | 3.1.0 | 25 | Download |
v2.1.18-6-g0494263 alpha | 23.97 KB | Jun 12, 2009 | 3.1.0 | 23 | Download |
v2.1.18-3-g19478a2 alpha | 24.68 KB | Jun 8, 2009 | 3.1.0 | 26 | Download |
v2.1.18-1-gf18524d alpha | 24.59 KB | Jun 7, 2009 | 3.1.0 | 23 | Download |
r20090605212259 alpha | 12.58 KB | Jun 5, 2009 | 3.1.0 | 18 | Download |
Screenshots
Description
Xcalc is a fairly basic calculator that allows mathematical equations to be entered via the console
or by using the GUI calculator interface.
Xcalc is based off of QuickCalc by Mark Ribau. A good portion of the code has been rewritten, and
the GUI has been completely rewritten.
Usage
slash commands
- /xcalc
- /calc
- /=
Clicking the minimap icon or typing the command without parameters opens the xcalc GUI.
Numpad keys can be remapped to the calculator keys when the GUI is visible if that option is selected.
Shift-Enter with the GUI visible opens chat and Shift-Click on result inserts it to chat editbox.
Xcalc supports computing expressions from the command line.
This is accessed by typing out one of the slash commands with the expression following the slash command.
Math operators
+ – * / ^ ( )
Special Keyword:
ans – Will return the last answer given from using the slash commands
Math Functions
Reference at Wowpedia.
Money strings
- #.#g
- #.#s
- #c
- #g#s#c
- #g#s
- #g#c
- #s#c
Examples
- /calc 2 + 2
xcalc Result: 2 + 2 = 4
- /calc 3.5g
xcalc Result: 3.5g = 3g50s
- /calc (3.5g + 50s) * 2
xcalc Result: (3.5g + 50s) * 2 = 8g
- /calc 4g / 5
xcalc Result: 4g / 5 = 80s
Add a comment