Table of Contents

ExpWatch (2.0)

This is plugin is in Beta 1. You MAY experience crashes. Please report issues on the forums or IRC.

Plugin Information

Information
Developer: StarHawk
Download: ExpWatch
Download Count: 18468
Support: Click Here
Release Date: July 4th 2008
Changelog: Click Here
Known Issues: Click Here
Planned Features: Click Here
Support/Development Log: Click Here

This plugin is still being developed, so please check back often, and expect some features listed here to not work, and new features to be implemented!

What is ExpWatch

Shows information, on the screen, regarding your experience, limit, and merit points; such as your TNL, TTL, TNM, and Chain info.

While setting the displayed information, you may not be able to type the entire line into the the chat area. A workaround to this is to create a .txt file in your scripts folder, and make changes to the EXPWatch display there. Then, to make changes, all you do is execute the file.

Usage

Expwatch is now autoload friendly!

ExpWatch (2.0) can be loaded by opening your Windower console and typing load expwatch. Nothing further is required to make use of this plugin. ExpWatch (2.0) is autoload friendly.

ExpWatch (2.0) supports the following commands. Usage of these commands is not necessary.

Commands

PLEASE NOTE: All commands and their values are lowercase!

statusbar
statusbar75

Shows/sets the format string for your non-75 job, and 75 job bar, respectively. Using the command with no text will show your current bar settings. Whatever text you type in after the command will be used in the display of your bar. There are special “keywords” that trigger the various pieces of information expwatch can display. Please see the keywords section below for more information.

locale

Enables/Disables locale support. This adds/removes the commas in the numeric values, or whatever your locale uses (non-US English locales don't always use commas to seperate digits). Just typing the command will toggle the current state. Adding a value of “1”, “true”, or “on” will enable it. Any other value will disable it.

Example output:

20,168/44,000(23,832)  4,542/10,000(5,458)[0]  0.0k/hr  CH 0(0:0)  EXP 10(10+0)-0.0

This translates into

{exp_level_current}/{exp_level_max}({exp_next_level})  {limits_current}/{limits_max}({limits_next_merit})[{merits_current}]  {exp_hour_k}k/hr  CH {chain_count}({chain_remaining_seconds}:{chain_elapsed_seconds})  EXP {exp_kill_last}({chain_exp_base}+{chain_exp_bonus})-{exp_kill_average}

Chat Support

ExpWatch works with your chat! If you type one of the keywords into the chat box, it will send the results! You can now do things like /p My TNL is {exp_next_level_k}k. it would send /p My TNL is 23.2k

Keywords

PLEASE NOTE: All keywords are lowercase!

PLEASE NOTE: This is the CURRENT list of keywords. Many more commands are keywords.

{exp_sec}
Average experience points gained per second
{exp_hour}
{exp_hour_k}1)
Average experience points gained per hour.
{exp_level_current}
{exp_level_current_k}2)
Your experience points, on your current level.
{exp_level_max}
{exp_level_max_k}3)
The amount of experience points required to reach 100% for the next level.
{exp_next_level}
{exp_next_level_k}4)
The amount of experience points remaining to reach the next level.
{exp_kill_last}
Amount of experience points of your last kill.
{exp_kill_average}
Average amount of experience points per kill.
{limits_current}
{limits_current_k}5)
Your current limit points.
{limits_max}
{limits_max_k}6)
The amount of experience points required to reach 100% for the next merit. Currently this is a “constant” 10,000 limit points.
{limits_next_merit}
{limits_next_merit_k}7)
Amount of limit points required to reach your next merit.
{merits_current}
Your current merit points
{chain_count}
Your current chain number
{chain_remaining_seconds}
The number of seconds remaining, until your experience/limit chain is broken

Several people have reported these chain timers as being wrong. Please see Experience_Chain, and help them get the information updated and corrected, as this is where I acquired the chain timer information.

{chain_elapsed_seconds}
The number of seconds that have elapsed in your current experience/limit chain
{chain_exp_base}8)
The base experience you acquired for killing the monster, before applying the chain bonus
{chain_exp_bonus}9)
The bonus experience points you have acquired for being in a chain
{chain_bonus}10)
The percentage of experience gained for the current chain

Change Log

Known Issues

Planned Features

1) , 2) , 3) , 4) , 5) , 6) , 7) The “k” version returns in abbreviated thousandths, to the first decimal place.
8) , 9) , 10) For more information on experience chains, see Experience_Chain