How to check those hidden stats

Post Reply
Phoenix
Strong Leet
Posts: 148
Joined: Mon Jul 12, 2010 5:32 pm

How to check those hidden stats

Post by Phoenix »

This will show you stuff like how much AAD, AAO, crit chance and so on you have on a given char at that time. While this can be done through a script which will output the info window to chat I prefer putting it into a help file so you can check it easily and privately. Both ways require you to make a new file anyhow.

What to do
  1. From your AO main folder go to "cd_image\text\help".
  2. Copy paste one of the HTML files found there to make a duplicate of it.
  3. Rename the duplicate file something else while maintaining the HTML file extension (ex: my_stats.html).
  4. Open that file with a text editor like notepad.
  5. Replace the contents of that file with what is below in the code window.
  6. To access it in game make a macro such as: /macro stats /showfile my_stats.html
  7. Use that macro to open up the help file in an info window with links to an assortment of stats you can check by clicking on the related link.
Note:
For the Agg/Def slider info all the way to agg/right is 100, all the way to def/left is -100 and right down the middle is 0.

Code: Select all

Combat
<a href=skillid://276>Add All-Off</a>
<a href=skillid://277>Add All-Def</a>
<a href=skillid://51>Agg/def-Slider</a>
<a href=skillid://379>Crit increase</a>
<a href=skillid://391>Crit decrease</a>
<a href=skillid://380>Range Increase Weapon</a>
<a href=skillid://517>Special Attack Blockers</a><br><br>
Damages Bonuses
<a href=skillid://279>Melee damage</a>
<a href=skillid://280>Energy damage</a>
<a href=skillid://281>Chemical damage</a>
<a href=skillid://282>Radiation damage</a>
<a href=skillid://278>Projectile damage</a>
<a href=skillid://311>Cold damage</a>
<a href=skillid://316>Fire damage</a>
<a href=skillid://317>Poison damage</a><br><br>
Nano & Misc
<a href=skillid://318>Nano-Cost</a>
<a href=skillid://342>Healdelta (Interval)</a>
<a href=skillid://343>Healdelta (Amount)</a>
<a href=skillid://363>Nanodelta (Interval)</a>
<a href=skillid://364>Nanodelta (Amount)</a>
<a href=skillid://381>Range Increase Nanoformula</a>
<a href=skillid://199>Reset Points</a>
<a href=skillid://319>% Bonus XP</a>
<a href=skillid://382>Skilllock modifier</a>
<a href=skillid://383>Interrupt modifier</a>
<a href=skillid://360>Scale</a><br><br>
User avatar
Mophro
Giant Leet
Posts: 943
Joined: Thu Apr 20, 2006 7:44 pm
Location: The Netherlands
Contact:

Re: How to check those hidden stats

Post by Mophro »

Thank you, works most excelent for me :).
Mophro - man of few words - word!
Pass the salt please.
Phoenix
Strong Leet
Posts: 148
Joined: Mon Jul 12, 2010 5:32 pm

Re: How to check those hidden stats

Post by Phoenix »

Hey, it's sticked. Cool.
Elrojo
BacoTroll
Posts: 2517
Joined: Fri Jun 27, 2008 10:18 am
Location: Australia

Re: How to check those hidden stats

Post by Elrojo »

yes works well.

Now please tell me how to make the AAD 3000. I tried typing into the box but it didnt work.
User avatar
Chrisax
President
Posts: 23045
Joined: Wed Apr 19, 2006 1:08 pm

Re: How to check those hidden stats

Post by Chrisax »

Phoenix wrote:Hey, it's sticked. Cool.
:chrisdidit:




Good job Phoenix. :D
Phoenix
Strong Leet
Posts: 148
Joined: Mon Jul 12, 2010 5:32 pm

Re: How to check those hidden stats

Post by Phoenix »

Elrojo wrote:Now please tell me how to make the AAD 3000. I tried typing into the box but it didnt work.
Err, just so we're clear, that's a joke right?
Chrisax wrote:
Phoenix wrote:Hey, it's sticked. Cool.
:chrisdidit:
After I posted it and before there was a reply I swung through and couldn't find it. I then spent the next while checking other forums thinking I made a mistake before noticing it was stickied here.
User avatar
Sookie
Big Leet
Posts: 341
Joined: Fri Apr 25, 2008 2:02 am
Location: Temecula, California, USA
Contact:

Re: How to check those hidden stats

Post by Sookie »

ok.. it works... now the question. does the blue link perform a setting or display my settings as they are?

thanks for sharing.... it's great! =D>
Hi, Peter. What's happening? We need to talk about your TPS reports. Yeah. The coversheet. I know, I know. Uh, Bill talked to me about it.
Yeah. Did you get that memo?
Yeah. I've already taken care of it so it's not even really a problem anymore.
Phoenix
Strong Leet
Posts: 148
Joined: Mon Jul 12, 2010 5:32 pm

Re: How to check those hidden stats

Post by Phoenix »

Sookie wrote:ok.. it works... now the question. does the blue link perform a setting or display my settings as they are?
Blue link? This isn't for making settings, just to see how much of certain things you have right now that don't get added up for you in existing GUI windows. Also to provide a numeric value of something you can change (Agg/def slider).
Post Reply