1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-01 00:27:44 +00:00
Commit graph

62 commits

Author SHA1 Message Date
Mordred
9b46b89c65 Changing various packet sending functions to clean up the project. 2023-02-17 15:34:51 +01:00
Lucy
9f048502f7 Support other currencies than gil 2023-02-14 21:29:24 +01:00
Lucy
ae94aac979 wip: fixing gearset handler 2023-02-12 21:12:04 +01:00
Lucy
595795d3b0 Implement glamouring 2023-02-11 17:31:48 +01:00
Alice Ogeda
83a08ea149 Merge branch 'master' of https://github.com/SapphireServer/Sapphire into teletubbies-vacuum-cleaner 2023-02-10 17:14:24 -03:00
Alice Ogeda
2ae6600a03 fix bonus stats being unset on login; 2023-02-10 17:14:09 -03:00
Alice Ogeda
735e2f73bd hudparam fixes; int type fixes; 2023-02-10 16:53:00 -03:00
Lucy
dac6c63414 Fix dyeing and implement removeItem method 2023-02-10 04:54:50 +01:00
Mordred
8af39dfeb8 Clang tidy cleanups 2023-01-17 08:28:06 +01:00
Matthew
f71230809b
Improved Persistence (#822)
* persistant money

* removed hardcoding and fixed debug console spam

* refactor: fix coding system inconsistencies

* refactor: fix coding style inconsistencies in loading

* refactor: Missed some inconsistents

* refactor: Missed some more inconsistents

* quest: Introduced marauder quest (can get class, but no cutscenes yet)

* refactor: Code updated to fmt::format

* Delete ClsMar999.cpp

* Delete ClsMar998.cpp

* script-loader fix

* script-loader formatting

* build-error: removed broken dep
2023-01-07 14:18:29 +11:00
Alice Ogeda
2f5d5e9d18 more warning cleanups; general styling fixes; 2022-02-19 22:05:30 -03:00
Rushi
a45d8b9271 Check max stack size 2022-02-18 02:37:04 +01:00
Rushi
c03968b194 WIP: Implement gearset handler 2022-02-18 02:24:18 +01:00
Rushi
699b6d31a2
Fix spacing 2022-02-12 19:20:13 +00:00
Rushi
9644b61ae1 Update findFirstItemWithId to take list of bags 2022-02-12 00:58:52 +01:00
Mordred
a27bb3e687 Remove Component namespace 2022-01-27 21:24:54 +01:00
Mordred
c2826ddc21 fixed inventory sizes 2021-12-03 10:53:13 +01:00
Mordred
6326991494 Fixed inventory and gil 2021-12-02 00:08:33 +01:00
Mordred
48ed9da414 Initial commit of Sapphire for FFXIV 3.0 "light rewrite" 2021-11-27 00:53:57 +01:00
collett
413c69aa41 container db fix 2021-09-17 02:07:15 +09:00
collett
378e5d75bc fix wrong value used to determine armory container for swapped out equipment. 2021-09-12 00:18:04 +09:00
Taezen
e8c7c83197 Map support 2021-08-30 10:16:05 +02:00
collett
c4effc7e21 EquipSlotCategory reverted back or I updated the wrong enum last time? Anyway all values are checked manually and better naming. 2021-02-16 23:56:31 +09:00
collett
d887ecdebe inventory fix 2020-06-28 09:27:44 +09:00
collett
00f0adf620 typo 2020-06-17 02:30:57 +09:00
collett
031d354bbd add id check in addItem as well 2020-06-17 02:28:39 +09:00
collett
228f9b0ef4 should silent the sound effect as well 2020-05-12 04:15:52 +09:00
collett
cc95097fbe Add LootMessage packet to fix old ItemObtainIcon. 2020-05-12 02:30:21 +09:00
collett
37fbb35c0a Fix armory. 2020-05-12 00:19:18 +09:00
collett
b70435413e Selling items and buying back from shop, show corresponding messages in chat. 2020-05-11 06:27:34 +09:00
NotAdam
894c1016af fix quest_parser to use new service locator 2020-03-01 11:58:26 +11:00
NotAdam
ca102697f4 move to new service locator 2020-03-01 11:58:26 +11:00
collett
c22f524435 Inventory fix and more opcode update. 2020-02-24 18:23:43 +09:00
collett
3c811f6fee Fix base stats calc.
Better max hp.
2020-01-05 17:41:38 +09:00
collett
c63e9d1517 Inventory fixes. 2020-01-05 06:20:50 +09:00
collett
e8ebabe025 Fix item being added more than once when there is already a stack of the same item. 2020-01-03 01:24:39 +09:00
Mordred
cfc4a997fe Changed makeActorControl calls aswell 2019-10-09 18:42:25 +02:00
Mordred
9bfb9c74f0 Renamed ActorControl packets and definitions according to usage 2019-10-09 18:14:53 +02:00
NotAdam
467ce65a5d revert worldchannelpacket changes 2019-08-09 17:50:31 +10:00
NotAdam
7f686ffee5 rename some getters and zonechannelpacket -> worldchannelpacket 2019-08-09 17:49:40 +10:00
NotAdam
891a73720d rename zone to territory 2019-08-09 17:49:40 +10:00
NotAdam
9a26a24d31 ignore soulstones in ilvl calculation 2019-04-25 18:26:35 +10:00
NotAdam
4de66b1064 autoattack damage stat calc funcs, bnpc stat calculation 2019-04-24 23:25:07 +10:00
NotAdam
1c8ca42d6c use prepared statement for item loading, network item stain 2019-04-13 22:42:02 +10:00
Mordred
8cacf35e4b Pieity bonus applies to mp and vitality to hp now 2019-03-21 18:53:32 +01:00
Mordred
35d859d57a Gear matters!
Gear stats are applied now, excluding materia.
2019-03-21 18:06:48 +01:00
Mordred
2c4b4127c8 Preload defense / block values into items 2019-03-20 22:16:02 +01:00
NotAdam
087523c72f refactor transactionId -> sequence 2019-02-09 22:59:14 +11:00
NotAdam
50276dcbc3 #448 - remove deed on build 2018-12-30 17:44:03 +11:00
NotAdam
d6d8edf57c fix items being dropped from globalitem when moving to house inv 2018-12-29 21:51:43 +11:00