mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-02 15:38:49 +01:00
Last minute fixes. -Rumble
This commit is contained in:
parent
efab0b04fc
commit
95b0068920
4 changed files with 8 additions and 8 deletions
|
|
@ -2407,16 +2407,16 @@ Gives you the current game time. tbaMUD uses zulu time 0-24 hours. There are
|
|||
takes about 12 days.
|
||||
|
||||
/** Number of real life seconds per mud hour.
|
||||
#define SECS_PER_MUD_HOUR 75
|
||||
@#define SECS_PER_MUD_HOUR 75
|
||||
/** Real life seconds in one mud day.
|
||||
* Current calculation = 30 real life minutes. */
|
||||
#define SECS_PER_MUD_DAY (24*SECS_PER_MUD_HOUR)
|
||||
@#define SECS_PER_MUD_DAY (24*SECS_PER_MUD_HOUR)
|
||||
/** Real life seconds per mud month.
|
||||
* Current calculation = 17.5 real life hours */
|
||||
#define SECS_PER_MUD_MONTH (35*SECS_PER_MUD_DAY)
|
||||
@#define SECS_PER_MUD_MONTH (35*SECS_PER_MUD_DAY)
|
||||
/** Real life seconds per mud month.
|
||||
* Current calculation ~= 12.4 real life days */
|
||||
#define SECS_PER_MUD_YEAR (17*SECS_PER_MUD_MONTH)
|
||||
@#define SECS_PER_MUD_YEAR (17*SECS_PER_MUD_MONTH)
|
||||
|
||||
/* real-life time (remember Real Life?) */
|
||||
@n#define SECS_PER_REAL_MIN 60
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@ and they will advance you to begin your training.
|
|||
~
|
||||
0 24 0 0 0 0
|
||||
S
|
||||
T 57742
|
||||
#3
|
||||
The Builder Academy~
|
||||
Congratulations on your new-found immortality. Now all you need to know is
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ class range. Remove the extra '0' if you don't need/want it.
|
|||
Here are some recommended specials for the mobs:
|
||||
#04 should be given a sleep spell to cast
|
||||
#47 should be given an undead process.
|
||||
|
||||
*
|
||||
Zone 301 is linked to the following zones:
|
||||
302 Campus at 30123 (south) ---> 30236
|
||||
302 Campus at 30124 (north) ---> 30250
|
||||
|
|
@ -50,7 +50,6 @@ Zone 301 is linked to the following zones:
|
|||
302 Campus at 30136 (east ) ---> 30266
|
||||
302 Campus at 30140 (south) ---> 30260
|
||||
302 Campus at 30142 (north) ---> 30201
|
||||
|
||||
302 Campus at 30142 (east ) ---> 30203
|
||||
302 Campus at 30199 (up ) ---> 30200
|
||||
~
|
||||
|
|
|
|||
|
|
@ -1109,7 +1109,9 @@ ACMD(do_who)
|
|||
int max_level;
|
||||
int count; /* must always start as 0 */
|
||||
} rank[] = {
|
||||
|
||||
{ "Immortals\r\n---------\r\n", LVL_IMMORT, LVL_IMPL, 0},
|
||||
{ "Mortals\r\n-------\r\n", 1, LVL_IMMORT - 1, 0 },
|
||||
{ "\n", 0, 0, 0 }
|
||||
};
|
||||
|
||||
skip_spaces(&argument);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue