TamaTown/README.md

54 lines
1.2 KiB
Markdown
Raw Normal View History

2019-09-05 07:25:08 +00:00
# TamaTown
What is this?
A set of tools for setting up your own TamaTown server, originally hosted by Bandai.
--- Server Side Code ---
2019-09-05 07:04:55 +00:00
2019-09-05 07:18:36 +00:00
NOTE: This is NOT bandai's original code. it wouldnt really be possible to get that unless someone had an exploit back in the day to get the files out, rather- this is my best attempts to re-create what the server side code did.
2019-09-05 07:15:13 +00:00
2019-09-05 07:18:36 +00:00
this is the same code used on my Familetchi server (http://famita.ml) - the "ORIGINAL" xD
Working so far:
2019-09-17 10:33:47 +00:00
== Dream Town ==
2019-09-17 10:35:09 +00:00
- Account Register
- Account Login
2019-09-17 10:33:47 +00:00
- Adding items to inventory
- Removing items from inventory
- Adding Quests
- Updating Quest Progress
- Adding Currencys
- Password Reset
- Adding Rubish
- Removing Rubish
- Relations Updates
- Character Updates
- Saving 'Tutorial Clear' Flags
- Adding Harvestable Items
- Removing Harvestable Items
- Switching Areas
- Updating Area Information
- Unlocking New Areas
- Unlocking New Characters
- Switching Characters
- Server Time
2019-09-05 07:18:36 +00:00
2019-09-17 10:34:15 +00:00
== V7 ==
== V6 ==
2019-09-05 07:18:36 +00:00
== V5 ==
- saving pictures from game_rollercoaster.swf
2019-09-05 07:19:22 +00:00
- survey/poll entries (request type 5)
2019-09-08 11:15:17 +00:00
- login/logout (request type 1)
- server time for suvioneirs (request type 2)
2019-09-05 07:18:36 +00:00
== V4 ==
== V3 ==