1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-25 19:17:45 +00:00
Commit graph

3530 commits

Author SHA1 Message Date
collett
f427e21942 auto skip quests without script 2020-06-17 02:17:30 +09:00
collett
b42cc888a6 fix hagakure 2020-06-16 18:10:17 +09:00
collett
18c5c95847 Merge remote-tracking branch 'remotes/origin/develop' into develop_5.25 2020-06-15 16:45:23 +09:00
collett
46a1e059f3 move world interaction handler to PacketHandlers 2020-06-15 16:42:58 +09:00
Adam
7052ff9854
Merge pull request #679 from collett8192/update_5.25
implement "/sit" on world obj
2020-06-15 10:52:02 +10: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
Adam
ab97827055
Merge pull request #678 from collett8192/update_5.25
fix adding crystal also adds gil.
2020-06-15 09:17:43 +10:00
collett
07ddfe88f4 sam actions 2020-06-15 00:32:35 +09:00
collett
c1cdf59789 fix adding crystal also adds gil. 2020-06-14 23:32:56 +09:00
collett
030f681dc8 Merge remote-tracking branch 'remotes/origin/develop' into develop_5.25 2020-06-14 23:14:26 +09:00
Adam
406087ad9c
Merge pull request #677 from collett8192/update_5.25
adjust QuestCompleteList
2020-05-28 18:35:21 +10:00
collett
748bf5e24c adjust QuestCompleteList 2020-05-28 16:58:28 +09:00
collett
c44a469d02 Merge remote-tracking branch 'remotes/origin/develop' into develop_5.25 2020-05-28 16:57:16 +09:00
Adam
6b402a7249
Merge pull request #676 from Sophira/fix-completeflags
Fix quest completion for questId > 2047 (67583)
2020-05-28 15:17:37 +10: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
d30535b14f Merge remote-tracking branch 'remotes/origin/develop' into develop_5.25 2020-05-24 22:55:10 +09:00
Adam
ca1a112106
Merge pull request #675 from collett8192/update_5.25
Add WorldInteractionHandler.
2020-05-24 18:49:03 +10:00
collett
1ff59bb236 Add WorldInteractionHandler. 2020-05-22 14:07:05 +09:00
collett
6c0b2bfd64 better name 2020-05-22 14:01:26 +09:00
collett
965b88f37d Merge remote-tracking branch 'remotes/origin/develop' into develop_5.25 2020-05-16 18:22:32 +09:00
Mordred
21658a835c
Merge pull request #674 from collett8192/update_5.25
Implement greater than 65535 effect entry value.
2020-05-15 23:46:10 +02: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
collett
0fc6c9b2dd Merge remote-tracking branch 'remotes/origin/develop' into develop_5.25 2020-05-12 18:00:50 +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
Mordred
f01076f691
Merge pull request #673 from ff14wed/patch-1
Fill in other known EventHandlerTypes
2020-05-12 00:16:56 +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
Mordred
252c4355d4
Merge pull request #670 from collett8192/armory_fix
Fix armory.
2020-05-11 18:18:57 +02:00
collett
23e418fb75 Fix armory. 2020-05-12 00:19:18 +09:00
collett
56b02b370f Merge remote-tracking branch 'remotes/origin/develop' into develop_5.25 2020-05-11 21:08:12 +09:00
Adam
6387a37223
Merge pull request #669 from collett8192/shop_fix
Fix buy back price.
2020-05-11 20:53:28 +10:00
collett
aa117ca6c8 Fix buy back price. 2020-05-11 19:03:52 +09:00
collett
0e34da56e4 Merge remote-tracking branch 'remotes/origin/develop' into develop_5.25 2020-05-11 17:51:06 +09:00
Adam
406d85ef6b
Merge pull request #668 from collett8192/shop_update
Selling items and buying back from shop, show corresponding messages in chat.
2020-05-11 10:13:46 +10: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
Mordred
c18402e02a
Merge pull request #667 from Supamiu/patch-3
Add Fishing and Craft event types
2020-05-10 20:46:33 +02:00
Flavien Normand
f1d609631b
Add Fishing and Craft event types 2020-05-10 20:45:18 +02:00
collett
a61d0dd630 remove old vs2019 workaround 2020-05-10 22:47:31 +09:00
Adam
667c9ba911
Merge pull request #666 from collett8192/update_5.25
Handle minion despawn.
2020-05-08 09:14:15 +10:00
collett
55cfdd5967 Handle minion despawn. 2020-05-07 23:57:16 +09:00
collett
79e2bf5e2e DespawnCompanionReq 2020-05-07 23:55:11 +09:00
collett
5cc337b86c update 2020-05-07 20:21:56 +09:00
collett
7e09643b20 enter dwarf house 2020-05-05 00:36:27 +09:00