TT5 documentation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
This is my 5th generation of tintin suite for realms, so it's named tt5. | This is my 5th generation of tintin suite for realms, so it's named tt5. | ||
=Installation= | =Installation= | ||
Line 17: | Line 16: | ||
**All the scripts are commented so refer to scripts directly for more information. | **All the scripts are commented so refer to scripts directly for more information. | ||
**All commands should display their syntax if typed with no argument. | **All commands should display their syntax if typed with no argument. | ||
=Connection= | |||
*Type 'go character' and enter your password. That info will be saved for future logins. | |||
**Once logged in, use 'nickname FOO' so you can log in via nickname later (go foo) | |||
*The system also supports login by nickname, creating login groups, aliases for dc/rc, and offline character status, class search, and buffer display. | |||
==Character Management== | |||
*The system also supports login by nickname, creating login groups, aliases for dc/rc, and offline character status, class search, and buffer display. | |||
'''Full commands list:''' (Typing a command with no argument should display its syntax information.) | |||
go Display Full Character List; | |||
go CHARACTER Log in (foreground); | |||
go NICKNAME Log in (foreground) | |||
go GROUP Log entire group in. | |||
bg CHARACTER Log in (background) (also works with nicknames); | |||
nickname FOO Set -current- char's nickname to FOO (must be logged in); | |||
dc Disconnect; | |||
relog Disconnect & Reconnect; | |||
delchar CHARACTER; Remove all configs for char; | |||
==Group Management== | |||
addgroup GROUPNAME Guy1 Guy2 Guy3 Guy4 (up to 8 supported); | |||
remgroup GROUPNAME Guy1; Removes Guy1 from GROUPNAME; | |||
delgroop GROUPNAME Deletes entire group; | |||
==Offline Information== | |||
show <character-full-name> | |||
show <mag|cle|thi|war|vam|dru|ran|aug|pal|nep|fat|bar|dre|har|kni|hun|inf|buc> | |||
tail (will display last 200 buffer lines) |
Revision as of 13:14, 2 September 2021
This is my 5th generation of tintin suite for realms, so it's named tt5.
Installation
- Download the whole tt5 folder
wget -r -nH -np -R "index.html*" http://dyrdex.com/tt5/
- Run your tt++ with the path to my init script:
tt++ tt5/scripts/init.tin
That should be it. If you wanna re-name/move "tt5" you'll need to update the $home var at the top of this file:
tt5/scripts/init.tin
- NOTES:
- All the scripts are commented so refer to scripts directly for more information.
- All commands should display their syntax if typed with no argument.
Connection
- Type 'go character' and enter your password. That info will be saved for future logins.
- Once logged in, use 'nickname FOO' so you can log in via nickname later (go foo)
- The system also supports login by nickname, creating login groups, aliases for dc/rc, and offline character status, class search, and buffer display.
Character Management
- The system also supports login by nickname, creating login groups, aliases for dc/rc, and offline character status, class search, and buffer display.
Full commands list: (Typing a command with no argument should display its syntax information.)
go Display Full Character List; go CHARACTER Log in (foreground); go NICKNAME Log in (foreground) go GROUP Log entire group in. bg CHARACTER Log in (background) (also works with nicknames); nickname FOO Set -current- char's nickname to FOO (must be logged in); dc Disconnect; relog Disconnect & Reconnect; delchar CHARACTER; Remove all configs for char;
Group Management
addgroup GROUPNAME Guy1 Guy2 Guy3 Guy4 (up to 8 supported); remgroup GROUPNAME Guy1; Removes Guy1 from GROUPNAME; delgroop GROUPNAME Deletes entire group;
Offline Information
show <character-full-name> show <mag|cle|thi|war|vam|dru|ran|aug|pal|nep|fat|bar|dre|har|kni|hun|inf|buc> tail (will display last 200 buffer lines)