=General
*Added the produceeffect command.
-This is a debug command used for testing the ZC_ACK_REQMAKINGITEM packet
-which allows viewing produce animations on command. The new rune and change
-material crafting animations will be added in the future.
*Adjusted the max_client_packet to 20480.
-This is for safety reasons and will make the gm_all_skill once again not
-work properly. Won't matter soon anyway since once I update the tags and ID's
-list for skills the packet sent will be of a size bigger then what the client
-will be able to support.
*changed the ID for the SP_FIXEDCASTRATE since it needed to be in a area where
-it would better fit in.
*Added some comments and information in a number of places.
-Will help in the future with the adding of future features and content.
*Added support for the ZC_SKILL_ENTRY4, ZC_SKILL_ENTRY5, ZC_MSG_STATE_CHANGE3,
-ZC_MAPPROPERTY_R2, and CZ_REQ_WEAR_EQUIP_V5 packets.
-The SKILL_ENTRY packets are needed to display unit ID's higher then 255 and
-also to allow the working on animations affected by skill level.
-MSG_STATE_CHANGE is needed since the 2nd version of the packet doesn't work
-properly with the 2013-12-13cRagexe client.
-MAPPROPERTY_R2 is needed to allow access to cart inventory's. It does other things too.
-REQ_WEAR_EQUIP_V5 is the packet sent by clients that support the shadow equips
-has a 32-bit item mask, which the first shadow equip slot starts at 0x10000.
*Fixed a issue where a player couldn't access their cart's inventory.
=Source
*Added some checks to the displaystatus command.
*Fixed a issue where certain skills and features that checked for players that are
-a Monk or Super Novice type job didn't detect Sura and Expanded Super Novice jobs.
*CG_MOONLIT
-Fixed a issue where the timing for the skill may have been broken due to a typo.
*Added the MAPID_THIRDMASK which will soon be used for detecting 3rd jobs and
-replace UPPERMASK_THIRD.