* Remove trailing spaces
Removed trailing spaces and added spaces to some XML tags
Removed else statment from sweetheart_ring.lua
* Remove variable from sweetheart_ring.lua
Added a new class to events called Monster and a new method called onDropLoot.
Added party to Lua core.
Added a new function to party class called broadcastPartyLoot (based on sources).
Replicated (or tried?) getLootRandom and createLootItem to Lua.
Added a new function to container class called createLootContainer (based on sources).
Added two new values to enums MESSAGE_LOOT and MAX_LOOTCHANCE.
Added two new container methods (getContentDescription and getCorpseOwner).