Changelog

DateAuthorDescription
21/04/2025 Sickify Lots of changes again. New adrenaline stat that can be trained in the gym, gives you a chance to perform critical hits. Overhaul to battle experience gains. Added temporary "debug" option to battle search that shows a full breakdown of battle results. Implemented proper battle search cache and fixed the is alive option. Forum bans now work appropriately. Began adding new clothing to Rat's boutique, but there are issues with alignment and non-binary players.
08/04/2025 Sickify Updated viewing another users profile to be mobile friendly. Added "Time Played" to house and profile view pages. No longer show mod links when viewing your own profile (If you have mod abilities, obviously)
08/04/2025 Sickify Winchester Jukebox functionality updates, as well as redesign to make more mobile friendly.
08/04/2025 Sickify Completed "Rob The Bank" functionality. Give it a whirl and see how many Pogs you can make off with today!
04/04/2025 Sickify Bug fix in the post office, messages that are deleted without being read are now correctly marked as being read.
04/04/2025 Sickify Big CSS improvements for mobile users. Most pages should now have a nice mobile interface. There are a few that are still wonky, but they are actively being worked on.
01/04/2025 Sickify Lots of updates, probably going to miss several of them. Added guilds, guild management page, guild member/join/invite system. Guild treasury. Updated settings page. Added guild tax system on battles. Added forums. Added Rotten Riches lotto. Updated profile view page to allow attacking directly. Re-factored registration system. Added preliminary magnet fishing system. Gym membership is now available for purchase and there are options to train all 3 gym stats. Added messaging system between players. Added transfer option to bank to send pogs directly to another player.
25/02/2025 Sickify Fixed issue in battle stats that would cause battle losses to go negative. Fixed issue where you could attack with 0 health.
25/02/2025 Sickify Hospital now shows if you are full health and removes option to heal. Also fixed an infinite money bug.
25/02/2025 Sickify Fixed bug, discovered by Dirtstar, in battle system where you could continue battling when your energy was 0 or less.
25/02/2025 Sickify Fixed bug, discovered by Dirtstar, in exploring system where new players would not get entered into the database correctly.
24/02/2025 Sickify Started working on "Underground Passage" area which will allow you to explore outside Tar Town and find some unique items and locations. For now only the basic entering/exiting functionality is live.
24/02/2025 Sickify Added general store, with one item to purchase. Coded new item into inventory/library.
24/02/2025 Sickify Updates to registration. Gender and Character skin choice are now correctly inserted into the database. Modified initial players table to reflect changes made to the main players table and updated registration to properly insert those values into the players table.
23/02/2025 Sickify Finished adding remaining library pages.
23/02/2025 Sickify Fixed bug in level up function for attacking player in battles.
22/02/2025 Sickify Removed "apartments" link from town and changed to "Underground Passage". No functionality yet, but you'll probably die there.
22/02/2025 Sickify Started coding library. Modified item tables to have a description. Added sections to library to point to relevant item tables.
21/02/2025 Sickify Added a cron job that runs every 30 minutes to revive any dead players. (This is temporary thing until the playerbase is larger) Also increases energy by 1 and number of turns by 1
21/02/2025 Sickify Modified house page to show attack damage and defence + bonus granted by weapon/armour.
21/02/2025 Sickify Modified sidebar to display number of turns remaining out of 500 turns possible.
21/02/2025 Sickify Updated house page to include battle stats and last killed and last killed by with link to players profiles. Modified viewprofile page with same info.
21/02/2025 Sickify Update battle script to take into account strength split between attack and defence. (Using a hardcoded 50/50 right now)
21/02/2025 Sickify Remove all mysql_query() references from index/login page.
21/02/2025 Sickify Updated navigation/stat column to show proper value for max energy.
21/02/2025 Sickify Fix alignment changes in battle system to prevent massive alignment shifts. Fix bug preventing players from dying. Fix bug that would allow you to attack yourself. Fix unlimited tabs glitch in battles.
20/02/2025 Sickify Created first version of battle system. Test and bug fix battle system.
19/02/2025 Sickify Implemented gym routines to train players strength, speed and endurance. Added requirement for gym pass, which currently cannot be purchased until buts in gym are worked out.
19/02/2025 Sickify Modified clothing store page to fix several issues, use table to store items in the cart as session was sometimes bugging out. Update view cart page to show a more visually appealing view of the items in the cart and the character image. Modified character image to show full-size as when viewing profile.
19/02/2025 Sickify Created functions file for commonly used functions and implemented tabs check. Modified clothing store to use this function and cancel the purchase if the player does not have enough tabs.
18/02/2025 Sickify Added female hair styles to the clothing shop as well as one accessory. Modified clothing shop image links to work regardless of gender and category (Previously hardcoded to male and hairstyles)
18/02/2025 Sickify Re-exported the base male skin and fixed the dimensions. Did the same with the various hair styles to fix some alignment/sizing issues. ... Also need to add a to-do page. Various bugs present in clothing store.
18/02/2025 Sickify Updated players home to use a custom player image if they have created one at the clothing store.
18/02/2025 Sickify Added categories for the store page and entered all the men's hairstyles into the database. Created store page to view categories, add items to a cart, preview your character with the items and purchase the items.
16/02/2025 Sickify Sliced up the different Men's hair styles and uploaded them to the server. Started working on coding the store page for character customization.
13/02/2025 Sickify Refactored registration code to use SMTP server for sending emails so gmail users get the registration email.
13/02/2025 Sickify Added battle page with options for searching for players to battle.
12/02/2025 Sickify Added Jukebox songs to the Winchester.
11/02/2025 Sickify Updated the script for Steve's Armoury so weapon and armor can actually be purchased and added to the player inventory.
11/02/2025 Sickify Added tokens that can be bought at The Winchester. Added inventory option for tokens. Modified Winchester to show placeholder message for what song is currently playing and who selected it.
11/02/2025 Sickify Updated layout of inventory to use tables. Modified inventory sql tables to have a different table for different item types. Added equip/unequip option for weapons and armor. Added drop and drop all functionality to inventory.
09/02/2025 Sickify Fixed formatting issues at Steve's Armoury.
09/02/2025 Sickify Modified Baphomet's Temple and Worship House to keep track of total amount of alignment points and tabs dished out.
08/02/2025 Sickify Introduced settings page where players can change their username, email, and their profile message, battle win message and battle loss message.
07/02/2025 Sickify Modernization of changelog to use database instead of text file
06/02/2025 Sickify Updates to account creation and login system.
05/02/2025 Sickify Added both good and evil churches to the town as well as system for donating tabs in order to affect alignment.
05/02/2025 Sickify Finish converting sql queries to use PDO on all in game pages and registration page. Major error fixes with main game pages and included files.
02/02/2025 Sickify Updates to bounty system so that bounties can only be done once per day. Nightly reset of bounties still needs to be coded.
02/02/2025 Sickify Updates the the layout and CSS for the registration and login pages. Major overhaul to the css for the main game pages.
01/02/2025 Sickify Coded the bounty system, staff page and hospital functionality. Added one bounty to the system.
30/01/2025 Sickify Imported the first male character skin and implemented it into the registration form.
26/01/2025 Sickify Implemented town, as well as the bar and the bank
24/01/2025 Sickify Implemented chatbox allowing for in game chat between players.
23/01/2025 Sickify Added Gender and Skin selection to registration screen. Imported first skin for female players.
16/01/2025 Sickify Added players house when logged in and basic player stats
16/01/2025 Sickify Updated styling of registration page to be more modern.
15/01/2025 Sickify Got player registrations, verification emails and verification working. Got login/logout system working. Created landing page when logged in.
15/01/2025 Sickify Previous database was lost. Created database tables for players, verifications, and statistics.
15/01/2025 Sickify Project reboot....again