mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-20 17:20:12 +01:00
- Removed the do_oasis function and called the Xedit commands directly (thanks Rhade).
- Updated idle timer to keep track of imms too (thanks Jamdog). - Standardized OLC messages. - Removed special procedures that were replaced with trigedit. - Updated README.WIN, README.MSVC8, and README.CYGWIN. --Rumble
This commit is contained in:
parent
f34cc2c8ed
commit
7f65248b2a
26 changed files with 534 additions and 1006 deletions
|
|
@ -212,24 +212,13 @@ struct alias_data {
|
|||
#define SCMD_LOCK 3
|
||||
#define SCMD_PICK 4
|
||||
|
||||
/* do_olc */
|
||||
#define SCMD_OASIS_REDIT 0
|
||||
#define SCMD_OASIS_OEDIT 1
|
||||
#define SCMD_OASIS_ZEDIT 2
|
||||
#define SCMD_OASIS_MEDIT 3
|
||||
#define SCMD_OASIS_SEDIT 4
|
||||
#define SCMD_OASIS_CEDIT 5
|
||||
#define SCMD_OLC_SAVEINFO 7
|
||||
#define SCMD_OASIS_RLIST 8
|
||||
#define SCMD_OASIS_MLIST 9
|
||||
#define SCMD_OASIS_OLIST 10
|
||||
#define SCMD_OASIS_SLIST 11
|
||||
#define SCMD_OASIS_ZLIST 12
|
||||
#define SCMD_OASIS_TRIGEDIT 13
|
||||
#define SCMD_OASIS_AEDIT 14
|
||||
#define SCMD_OASIS_TLIST 15
|
||||
#define SCMD_OASIS_LINKS 16
|
||||
#define SCMD_OASIS_HEDIT 17
|
||||
/* do_oasis_Xlist */
|
||||
#define SCMD_OASIS_RLIST 0
|
||||
#define SCMD_OASIS_MLIST 1
|
||||
#define SCMD_OASIS_OLIST 2
|
||||
#define SCMD_OASIS_SLIST 3
|
||||
#define SCMD_OASIS_ZLIST 4
|
||||
#define SCMD_OASIS_TLIST 5
|
||||
|
||||
/* do_last */
|
||||
#define SCMD_LIST_ALL 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue