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

2421 commits

Author SHA1 Message Date
DantestyleXD
8599cccdcc [ Subquests ] SubFst002, SubFst008, SubFst011, SubFst014 adjust - SubFst008 and SubFst021 add 2020-06-28 03:19:22 +02:00
DantestyleXD
dee2ec72dc move to a better folder 2020-06-28 01:33:19 +02:00
collett
b451d94221 Add TradeMultipleReturnEventHander, seen in quests where the player trade more than 1 item to an npc. 2020-06-21 19:49:52 +09:00
Adam
44dbec26ee
Merge pull request #681 from DantestyleXD/ARC_quests
Class Quests ARC
2020-06-21 14:00:45 +10:00
pmgr
5cb87b3b46 Convert markerId in FFXIVIpcPlaceFieldMarker into an enum 2020-06-21 01:26:54 +01:00
pmgr
d1b0bdaf1a At demo's recommendation, stuffed FieldMarkerStatus in Common.h; also added the PlaceFieldMarker struct 2020-06-21 01:09:19 +01:00
pmgr
29f453485c Add PlaceFieldMarkerPreset ServerZoneIpc and struct 2020-06-21 00:13:27 +01:00
DantestyleXD
8f0d7f8216 [ Class Quest ] ClsArc006 is Fixed ( Will need a revision ) 2020-06-20 03:25:22 +02:00
DantestyleXD
40d488cd0a [ Class Quest ] ClsArc005 is Fixed ( Will need a revision ) 2020-06-20 03:24:54 +02:00
DantestyleXD
c9c9ba1a2d [ Class Quest ] ClsArc004 is Fixed ( Will need a revision ) 2020-06-20 03:24:20 +02:00
DantestyleXD
4b9354d033 [ Class Quest ] ClsArc003 is Fixed (Will need a revision) 2020-06-20 03:23:48 +02:00
DantestyleXD
aa2dcfedab [ Class Quest ] ClsArc002 is Fixed 2020-06-20 02:20:22 +02:00
DantestyleXD
dd18c453c7 [ Class Quest ] ClsArc001 fixed 2020-06-20 02:13:09 +02:00
DantestyleXD
ce1d375c10 [ Class Quest ] ClsArc000 fixed 2020-06-20 02:11:20 +02:00
collett
f1c6fe5006 typo 2020-06-17 02:30:57 +09:00
collett
90abb29259 add id check in addItem as well 2020-06-17 02:28:39 +09:00
collett
fc5cdd671c prevent empty quest reward slot (id == 0) being added as items 2020-06-17 02:19:34 +09:00
collett
a6e36a349d clean up 2020-06-15 08:40:55 +09:00
collett
4d95c5f6d9 implement "/sit" on world obj 2020-06-15 08:36:27 +09:00
collett
c1cdf59789 fix adding crystal also adds gil. 2020-06-14 23:32:56 +09:00
collett
748bf5e24c adjust QuestCompleteList 2020-05-28 16:58:28 +09:00
Sophie Hamilton
580df3b711 Fix quest completion for questId > 2047 (67583)
It's currently impossible to permanently store quest completion flags
for quests beyond questId 2047 (67583) due to the code using a type
that's too small. This manifests in the correct quest completion packet
being sent, but as soon as you move to another zone the quest disappears
from the journal (and is probably replaced by another quest you didn't
ask for).

This fixes the issue by using an appropriately-sized index variable, and
also increases the flag storage so that all currently-available quests
can be stored.
2020-05-28 05:55:22 +01:00
collett
1ff59bb236 Add WorldInteractionHandler. 2020-05-22 14:07:05 +09:00
collett
07e683e782 fix build 2020-05-16 06:13:07 +09:00
collett
888f96f70a greater than 65535 effect entry value. 2020-05-16 02:46:51 +09:00
Mordred
6a934cf7c1
Merge pull request #672 from collett8192/shop_update
delete sold item from db
2020-05-12 00:18:19 +02:00
Mordred
c962f291f1
Merge pull request #671 from collett8192/get_item_icon_fix
Add LootMessage packet to fix old ItemObtainIcon.
2020-05-12 00:17:59 +02:00
collett
591d2ec580 should silent the sound effect as well 2020-05-12 04:15:52 +09:00
Flawed
e0a3a69cc4
Fill in other known EventHandlerTypes 2020-05-11 12:12:12 -07:00
collett
3ffc524ac6 also when logout 2020-05-12 03:06:04 +09:00
collett
10329dee60 delete sold item from db 2020-05-12 02:57:48 +09:00
collett
0bf8977ab7 Add LootMessage packet to fix old ItemObtainIcon. 2020-05-12 02:30:21 +09:00
collett
23e418fb75 Fix armory. 2020-05-12 00:19:18 +09:00
collett
aa117ca6c8 Fix buy back price. 2020-05-11 19:03:52 +09:00
collett
590fce6263 fix build 2020-05-11 06:43:07 +09:00
collett
a5019abd5c Selling items and buying back from shop, show corresponding messages in chat. 2020-05-11 06:27:34 +09:00
Flavien Normand
f1d609631b
Add Fishing and Craft event types 2020-05-10 20:45:18 +02:00
collett
55cfdd5967 Handle minion despawn. 2020-05-07 23:57:16 +09:00
collett
a070626930 Fix CFCancel, more opcode update. 2020-05-01 20:19:10 +09:00
Adam
73bd2b33ef
Merge pull request #662 from collett8192/jobgauge
JobGauge definition.
2020-04-24 23:25:07 +10:00
collett
926c6896a9 JobGauge definition 2020-04-24 19:24:04 +09:00
collett
1b91e4af2e disable wrong opcodes to prevent problems 2020-04-24 17:02:27 +09:00
collett
0cca54057f more opcode, fix mount list shift 2020-04-14 21:14:23 +09:00
collett
c4234b6fe6 5.25 opcode 2020-04-07 20:53:12 +09:00
Flavien Normand
79127d8014
Add struct for UpdatePositionInstance 2020-03-28 14:24:31 +01:00
Flavien Normand
60db11322c
Fix UpdatePositionInstance opcode 2020-03-26 14:21:05 +01:00
collett
c22af3777a WeatherChange 2020-03-20 23:08:06 +09:00
collett
4b0b5424aa remove wrong packet. it was PlayerClassInfo. 2020-03-20 17:39:39 +09:00
collett
591b65ad71 more opcode update 2020-03-20 17:37:31 +09:00
collett
155565c873 duplicated InventoryTransaction 2020-03-18 04:55:16 +09:00