- Adjusted some of the server packaging to be more appropriate ex: redone ----> com.rebotted
- Removed lots of dead code
- Removed unncessary files not in use
- Cleaned up small bits of code
- Removed a few warnings
- Server.java ---> GameEngine.java
- Constants.java ---> GameConstants.java
- Rewrote cape dyeing (CapeDye.java) (Also includes goblin mail dyeing)
- ActionSender.java ---> PacketSender.java
- Moved many more packets to PacketSender
- Merged the majority of Client.java with Player.java (both were doing same thing so redundant to have both)
- Tidied up some code that I saw appropriate
- Made quests static and cleaned them up a bit
- Corrected naming of some of the shop variables