Project

General

Profile

ShowStats (command)

Syntax

  • ShowStats SoundSystem [options] [output parameters]

Description

ShowStats echoes various statistics regarding EQ2 to your chat window(s), the InnerSpace console, or to a file.

(At the present time, this command only has the functionality to display sound system statistics; however, this command may be expanded upon in the future.)

Options

  • -chattype <type>
    • By supplying a chattype, you are indicating to your client that the text that is being 'echoed' is that type of chat message. The benefit of this is that your text will have the same color as that 'message type', and that you will be able to use your chat window filters to either filter in or out your ISXEQ2 echo messages.
Chat types recognized by ISXEQ2 are as follows:

default
status
system
error
cmd
cstell
motd
gmotd
gu
gofficerchat
gleaderchat
gonlineĀ 
gsay
rsay
say
emote
tell
yellforhelp
death
who
ooc
auction
shout
narrative
nonpctell
merchant
reward
petchat
spell
spellfail
spellfcast
spellhcast
spellwoff
spellother
skill
dmg
ds
meleewarning
meleehit
meleehitsme

Output Parameters

Output from your ShowStats command can be directed to one of three things: the Innerspace console, your chat windows (EQ2 screen), or a file. Basically, it works similarly to a command shell system as follows:

  • > console
    • directs the output to the Innerspace console
  • > screen
    • directs the output to your chat windows (the EQ2 screen)
  • >> [filename]
    • directs the output to a file. This syntax will append the file you specify with your output.

Defaults

  • The default 'chat type' for this command is "motd".
  • The default output parameter for this command is to the IS Console.
  • The path for created files is the directory where ISXEQ2.dll is located.

Examples

  • ShowStats SoundSystem
  • ShowStats SoundSystem -chattype error > console
  • ShowStats SoundSystem >> Mystats.txt