Filip Maj
|
3dcd9af6c0
|
Added "ToString" methods for Items, Packages, and Actors for easier debugging. Rewrote dealing code in InventoryItem as well as the WorldMaster. Rewrote how Bazaar and Retainer inventory is stored on the DB, merging all three tables into one. Removed a bunch of DB code due to the previous point. Random Item cleanup.
|
2019-06-06 01:43:27 -04:00 |
|
Filip Maj
|
ecf07317fc
|
Inv/Equip load on first character fixed.
|
2019-06-04 00:41:02 -04:00 |
|
Filip Maj
|
69d4b19979
|
More inventory fixing after I broke it. Added preliminary final trade code. Moved recalc stats to the end of equipcommand, not on every modification of the referred item package.
|
2019-06-04 00:11:36 -04:00 |
|
Filip Maj
|
42ee97d467
|
Refactored inventory to "ReferencedItemPackage" as this is a more general approach closer to what the FFXIV client uses. Added itempackage code to the LinkedItemList packets (also renamed from EquipmentList). Cleaned up trade code.
|
2019-06-02 16:57:46 -04:00 |
|
Filip Maj
|
02e1b8a82f
|
Renamed the Inventory class file to ItemPackage (class was already renamed). Moved ItemPackage and Equipment classes to Character folder. Fixed unequip bug introduced by accidently removing InventoryBeginChangePacket. Added documentation to the Equipment class. Cleaned up Equipment packet code.
|
2019-05-12 16:16:44 -04:00 |
|