9/17/2016 Warning System Warning system is in WIP, basically, instead of immediately getting banned, you may receive a warning, and once you reach 5 warnings, then you will be banned. Files Edited: db>database.cs wServer>realm>entities>commands>admincommands.cs server>account>verify.cs Command Usage: /warn <Player> <Reason>

9/17/2016 Account Registry Spamming Patch Must wait an hour in-between registering accounts (Credits to Fabian!) Files Edited: server>account>register.cs Files Added: server>account>RegisterLocker.cs

9/19/2016 Fame and Gold Objects You can now buy fame items and trade them away for anything others want to offer, or maybe even get them as a drop and consume them to get the fame. Files Edited: db>data>Descriptors.cs db>data>dat1.xml wServer>realm>entities>player>player.UseItem.cs

9/19/2016 Log-In Fix Ever since adding in partial code for the Warning System into verify.cs, logging in was a bit broken, even with wrong credentials, it would still attempt to load you to the home screen but then eventually give you "Load error, retrying", rather than the frame showing the error message saying "Wrong credentials". Files Edited: server>account>verify.cs
9/21/2016 Drop Location Tooltip Addition UT's say where they drop from. Files Edited: src>com>company>assembleegameclient>ui>tooltip>EquipmentTooltip.as

9/21/2016 Character Slot Tooltip Fix Fixed an issue with character slot tooltip not displaying. Files Edited: src\com\company\assembleegameclient\objects\Player.as