ISXEQ2:ShowStats (command)
From ISMods Wiki
Contents |
[edit]
ISXEQ2 information for ISXEQ2:ShowStats (command) has moved
[edit]
Please see: http://eq2.isxgames.com/wiki for up-to-date content.
[edit]
Syntax
ShowStats SoundSystem [options] [output parameters]
[edit]
Description
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 will be expanded upon in the future.
[edit]
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
[edit]
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.
[edit]
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.
[edit]
Examples
- ShowStats SoundSystem
- ShowStats SoundSystem -chattype error > console
- ShowStats SoundSystem >> Mystats.txt
[edit]
