Filip Maj
|
335ec414d6
|
Levels are now loaded in from the database, and "mainSkillLevel" properties are also correctly set.
|
2016-03-19 19:21:16 -04:00 |
|
Filip Maj
|
a93843510e
|
Cleaned up script packets and added the InfoResponse packet (internally the DataPacket). Added more info to the music packets. More work on class changing.
|
2016-03-19 10:22:20 -04:00 |
|
Filip Maj
|
01eceee58f
|
Smallclothes equipment are now saved under the "Adventurer" class as they are a separate thing from classes.
|
2016-03-12 10:54:08 -05:00 |
|
Filip Maj
|
e851c767df
|
Finished check command as well as gearsets and switching between classes. Property changes still have to be written though.
|
2016-03-12 02:52:34 -05:00 |
|
Filip Maj
|
44e5430fdc
|
Implemented equipment and equip graphics. Add some zone callbacks and "first start" functionality. Added playtime.
|
2016-03-06 17:55:42 -05:00 |
|
Filip Maj
|
c9116005d6
|
Changed untradeable to itemType (since it's used for bazaar as well).
|
2016-02-22 22:33:52 -05:00 |
|
Filip Maj
|
83fb9badd7
|
Finished writing the query and editing the inventory methods to use the gamedata.
|
2016-02-21 21:44:11 -05:00 |
|
Filip Maj
|
e72f1d3dcf
|
Finished the structure of the database item loader. Added the graphics portion of the reader.
|
2016-02-21 16:34:29 -05:00 |
|
Filip Maj
|
d2ac603efa
|
Renamed the "Item" object to InventoryItem. Began writing the Item object that will be used to store game data items.
|
2016-02-21 14:06:23 -05:00 |
|
Filip Maj
|
c2f0b9d999
|
Equipment now working. Still need to write database saving/loading.
|
2016-02-20 21:20:54 -05:00 |
|
Filip Maj
|
a47d5f96a5
|
Fixed emotes not being sent to the emoter. Fixed appearance packets' gloves/legs being ordered wrong. Chat is implemented. Changed commands to start with '!'.
|
2016-02-18 22:38:54 -05:00 |
|
Filip Maj
|
c6ac8b2f14
|
Fixed an error in the netcode that would cause the client to d/c on partial packets. Set buffer size to 0xFFFF due to disconnect on really large packets (ie gm packet). Implemented support ticket packets.
|
2016-02-16 22:53:53 -05:00 |
|
Filip Maj
|
cb4171f1fd
|
Bunch of bugfixes and final tweaking to get inventory working.
|
2016-02-14 12:09:18 -05:00 |
|
Filip Maj
|
47be08fbf7
|
Finished remove item code. Inventory Add/Remove should be complete.
|
2016-02-13 22:25:40 -05:00 |
|
Filip Maj
|
110a112328
|
Implemented remove though will need to test more. Finished tweaking addItem(itemId, quantity).
|
2016-02-13 21:14:49 -05:00 |
|
Filip Maj
|
1f3cd8eaf3
|
Added the two new datatypes to get the inventory commands to parse properly.
|
2016-02-13 16:33:33 -05:00 |
|
Filip Maj
|
69b34fdce7
|
Reworked the inventory system so that each inventory type is contained in it's own "Inventory" object. Also, fixed the Inventory packets being all malformed.
|
2016-02-13 14:12:05 -05:00 |
|
Filip Maj
|
df2ac1fb32
|
Added all the inventory packets, and implemented add and get inventory from the db to the server. Inventory at login is now connected to the db!
|
2016-02-11 22:14:40 -05:00 |
|
Filip Maj
|
ea6b1e33c7
|
NPCs now spawn and load template from the db.
|
2016-01-20 23:18:10 -05:00 |
|
Filip Maj
|
887da7b503
|
Moving zone/login stuff away from packetprocessor into a "WorldManager" class.
|
2016-01-17 23:36:34 -05:00 |
|
Filip Maj
|
db62b05fdc
|
Merge branch 'database_work' into scripting
# Conflicts:
# FFXIVClassic Map Server/actors/chara/Character.cs
# FFXIVClassic Map Server/actors/chara/npc/Npc.cs
# FFXIVClassic Map Server/actors/chara/player/Player.cs
|
2016-01-17 11:53:52 -05:00 |
|
Filip Maj
|
d77344b725
|
Multiple zones are now stored on the server and accessed properly.
|
2016-01-17 11:48:55 -05:00 |
|
Filip Maj
|
0e85e2bddf
|
Implementing zone settings from DB.
|
2016-01-17 01:51:02 -05:00 |
|
Filip Maj
|
724445a54a
|
Achievements are now loaded from the database. Cleaned up login packets.
|
2016-01-16 18:38:49 -05:00 |
|
Filip Maj
|
f7702bca13
|
Added some new work parameters. Fixed GC Packet (wrong sized data). Connected player data packets to DB. Cleaned up login code.
|
2016-01-16 11:26:35 -05:00 |
|
Filip Maj
|
d9e274eb09
|
Quests and Leves now load from the db.
|
2016-01-10 14:15:46 -05:00 |
|
Filip Maj
|
5b5b99bb4b
|
Got most of the properties getting set. Commands and General Parameters broken.
|
2016-01-10 13:36:36 -05:00 |
|
Filip Maj
|
bea796ec85
|
Removed old db stuff.
|
2016-01-10 03:05:22 -05:00 |
|
Filip Maj
|
9fc4101812
|
Fixed all errors with player loader from db. DBAppearance is redundent and was removed.
|
2016-01-10 01:19:46 -05:00 |
|
Filip Maj
|
16f6fe98b3
|
Errr left error in last commit.
|
2016-01-10 00:01:33 -05:00 |
|
Filip Maj
|
861e8add4e
|
Finished adding the rest of the player DB load.... except achievements.
|
2016-01-10 00:00:50 -05:00 |
|
Filip Maj
|
4dec77aa69
|
Added a load player character function to the database class. As I went through, changed the various properties to their correct datatype. Also added Work object to Character.
|
2016-01-09 23:22:10 -05:00 |
|
Filip Maj
|
c4944032c8
|
Added NPC table to database loaders.
|
2016-01-02 14:05:37 -05:00 |
|
Filip Maj
|
1f7c876461
|
Added support for actor property changed. Removed a lot of hard coded packets. Added a bunch of Support Desk packets.
|
2015-12-04 02:00:05 -05:00 |
|
Filip Maj
|
a81d6bb26a
|
Implemented equipment packets as well as actor name/appearance packets. Appearance and name is now retrieved for the chara id.
|
2015-10-06 00:39:18 -04:00 |
|
Filip Maj
|
46c4c26d01
|
Initial Commit.
|
2015-09-25 18:52:25 -04:00 |
|