Hi Folks,
a few days ago I was browsing through the config files and found a thing like
Code:
Aliases[89]=(Command="TELL",Alias="Tell")
on my User.ini.
Just in case you might want to know, the syntax is like this:
Aliases[
{number}]=(Command="
{command}",Alias="
{alias_name}")
{number} - doesnt really matter, but is a part of the code ... so just take the number given in the User.ini
{alias_name} - Is the key to that command, needed in another section of the User.ini
{command} - Finally this is what really matters. The Command may either bei any of the Slash Commands (like /wave /tell /flush ...) or one of the SGO commands.
Now my Question is, does anyone know whether there is a list of those latter commands, and perchance where to find it?
I know that there is the TELL command, that activates the chat-input and lets you continue writing, but there need to be more, like a SAY, GSAY, GUILDSAY, SHOUT, etc
It is really annoying that the Chat Input always switches when I typein /g /gu and so on. I'd rather prefer a simple plain irc-like chat input that requires me to typein the /g anytime I want to talk to my group.