- removed hunter buying, as they are no longer relevant to the current game's direction
- added a death timeout for players
- added dependencies and grammar rules for new parser
- equipment/equipping was fundamentally broken on all counts, and now works fully :)
- added admin/debug command for generating items
- combat is now much more verbose, returning information about procs, encounters, and monster health
- changed item drop formula from
rand() % (100 - monster_level)
to `rand() % (100 - ((monster_level / 20) + 5)) * monster_count; - fixed new players not spawning with correct database entries
- changed the way notifications happen for grantItem
- removed einspect from help text
- added timestamps for messages
- fixed whispers requiring a message length of at least two words
- removed
einspect
-- now in order to inspect equipped gear, type "inspect {head, shoulders...}" - updated
help
text with newer commands - you can no longer delete the prompt arrow :)