Skyliegirl33
ea27ff3a55
Gearset handler, mount item action, some GLA starting quests.
...
This is #732 with 25eaa62fa0
merged, cleaned up and slightly modified to avoid client desync.
2023-02-07 06:10:10 +09:00
collett
14860047b6
First batch of 5.58 updates:
...
- Common defs, ActorControls and packet updates (more to come later).
- Haste added to chara base stats for later use.
- Acquiring HQ items support (HQ status not yet saved to db, need table modification).
- Event item support.
- Load more default zones.
- Quest related debug commands.
2023-02-06 02:32:21 +09:00
Tahir
c82be40934
re-add multithreaded exporting and make it eat less ram
2023-02-05 17:49:21 +09:00
Tahir
ee11c313ab
Fix vs2022 build
2023-02-05 08:41:32 +09:00
collett
5d6aa369dc
Fix item count in container.
2023-02-05 07:24:25 +09:00
collett
0d6a0719de
fix quest battles which are using InstanceContent instead of QuestBattle.
2023-02-05 07:22:14 +09:00
collett
616b12c695
Fix OutsideRange event.
2023-02-05 07:20:29 +09:00
Mordred
abb295d4fe
parse Event and PopRange into entries too
2023-02-05 07:18:31 +09:00
Mordred
3b139571eb
Fixed types in lgb.h and lgbtypes.h
2023-02-05 07:18:31 +09:00
collett
459fa4865b
fix merge error
2023-02-05 07:18:31 +09:00
Mordred
ec7195639e
Removed unused cell logic
2023-02-05 07:18:31 +09:00
Mordred
a9a628fe47
Updated EventHandlerTypes
2023-02-05 07:18:31 +09:00
Mordred
ba1b8aadfb
Added layerset parsing
2023-02-05 07:18:30 +09:00
Mordred
a56eec5d32
Fallback to entranceRect if no entrance circle is found in instance
2023-02-05 07:18:30 +09:00
Mordred
a84d0f4154
Map previously unmapped eobj and enpc
...
# Conflicts:
# src/world/Manager/EventMgr.cpp
2023-02-05 07:18:30 +09:00
Mordred
6669300124
Changed information in readme in merged develop into master
2023-02-04 14:25:46 +01:00
Mordred
8afaa0a42d
Merge remote-tracking branch 'origin/develop'
2023-02-04 14:24:31 +01:00
Mordred
3c6fccbad0
Merge pull request #852 from collett8192/patch
...
Handle house removing.
2023-01-26 14:45:48 +01:00
collett
1e7176b3d8
minor fix
2023-01-26 22:30:42 +09:00
collett
3624b4374f
Handle house removing.
...
Also restored the house building scene, might still crash sound device though.
2023-01-26 20:06:27 +09:00
Mordred
991e0551c3
Merge pull request #733 from Taezen/develop
...
Remove completed quest properly
2022-01-14 08:19:10 +01:00
Adam
aef56c9f33
Merge pull request #741 from terramakes/master
...
Change generator parameter to Visual Studio 17 2022
2021-12-09 12:23:58 +11:00
Claire Berman
9de4176b1e
Change generator parameter to Visual Studio 17 2022
2021-12-08 10:54:17 -07:00
Taezen
52d83465a1
remove completed quest properly
2021-09-29 15:43:15 +02:00
Adam
fee9ed6b05
Merge pull request #731 from collett8192/patch
...
prevent writing an invalid intermediate state to db when inventory action happens inside a single container
2021-09-17 21:56:36 +10:00
collett
413c69aa41
container db fix
2021-09-17 02:07:15 +09:00
Adam
1689b3fd1a
Merge pull request #730 from collett8192/patch
...
fix the loading of some quest battles
2021-09-15 19:16:20 +10:00
collett
1fa5aadf1c
update proper event type check
2021-09-15 16:55:45 +09:00
Adam
a87572de2b
Merge pull request #729 from Skyliegirl33/develop
...
Update opcodes for 5.58 hotfix and fix CFCommenceHandler
2021-09-15 09:51:38 +10:00
collett
0fe75c373e
fix the loading of some quest battles
2021-09-15 01:24:02 +09:00
Skyliegirl33
b0022f149e
Fix whitespaces
2021-09-14 00:18:37 +00:00
Adam
d05f72fe99
Merge pull request #728 from Taezen/develop
...
exd parser optimizations + support for sub rows in get_rows()
2021-09-14 10:09:23 +10:00
Taezen
b771630fd3
fix InitZone packet
2021-09-13 20:01:52 +02:00
Skyliegirl33
1f6b31dd4c
Update opcodes and fix CFCommenceHandler
2021-09-13 18:53:53 +02:00
Taezen
7f983bbf67
exd parser optimizations
2021-09-13 16:30:32 +02:00
Adam
067f3e6182
Merge pull request #727 from collett8192/patch
...
fix duty info remaining on client after leaving.
2021-09-13 20:56:19 +10:00
collett
e360dadb95
fix duty info remaining on client after leaving
2021-09-13 05:29:53 +09:00
Adam
87ba83ce50
Merge pull request #726 from collett8192/patch
...
fix wrong value used to determine armory container for swapped out equipment.
2021-09-12 10:49:25 +10:00
collett
378e5d75bc
fix wrong value used to determine armory container for swapped out equipment.
2021-09-12 00:18:04 +09:00
Adam
7ccab5b7c2
Merge pull request #725 from Taezen/develop-map
...
fix for previous quest and quest lock check
2021-09-11 23:54:10 +10:00
Taezen
71b459ba62
fix for previous quest and quest lock check
2021-09-11 14:00:04 +02:00
Adam
384f86c55c
Merge pull request #724 from collett8192/patch
...
Correctly removes players from their cells when leaving zone, fixes mob-in-city problem.
2021-09-11 10:13:56 +10:00
collett
46ce78aa45
Correctly removes players from their cells when leaving zone, fixes mob-in-city problem.
2021-09-11 00:52:59 +09:00
Adam
95df885a86
Merge pull request #723 from collett8192/patch
...
load quest icon correctly after finishing a quest.
2021-09-11 00:26:00 +10:00
collett
26f0b7f88f
load quest icon correctly after finishing a quest.
2021-09-10 18:28:39 +09:00
Adam
0ebc900cc4
Merge pull request #721 from Taezen/develop-map
...
Including support for basic map icons
2021-09-08 20:47:31 +10:00
Taezen
322a7bb4c2
better naming
2021-09-08 11:25:16 +02:00
Taezen
774d16667d
little map manager rework
2021-09-07 16:50:13 +02:00
Taezen
55247a41f6
minor changes for the map implementation
2021-09-06 11:39:52 +02:00
コレット
f4d84e0a17
fix /sit rotation on other client ( #722 )
2021-09-01 16:50:45 +10:00