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

251 commits

Author SHA1 Message Date
Pinapelz
4679420d84 fix infinite loop trying to return from Event
Scene00099 doesn't do anything and causes server to infinitely attempt to return from it
2024-05-12 12:01:21 -07:00
Pinapelz
8f408c4e5e Add condition to increment currentKC in SubFst011
Prevents repeated excess quest progress event notices if Enemy0 is killed after kill count is already reached
2024-05-10 16:13:45 -07:00
Pinapelz
cfb9408b2e implement initial CNJ job quests
- ClsCnj998
- ClsCnj999
2024-01-17 20:51:17 -08:00
Pinapelz
511d227862
Fixed typo 2023-05-10 18:11:03 -07:00
Pinapelz
3b274cd9ae Central Thanalan SubWil MSQ
- SubWil026
- SubWil073
- SubWil080
2023-05-10 16:47:24 -07:00
Pinapelz
99b802c7c2 Added missing HIDE_HOTBAR 2023-05-10 16:46:31 -07:00
Pinapelz
bce9df158f Added ItemIcons to quest notices with multiple vars 2023-05-10 14:59:55 -07:00
Pinapelz
8581a96a40 Central Thanalan SubWil MSQ pt.1 2023-05-10 02:32:19 -07:00
Pinapelz
fe140ab2d6 Added Item Icons to notices in some existing quests
- Miner Job Quest
- White Mage Quest
- MSQ
2023-05-09 17:06:50 -07:00
Pinapelz
6fb07971c7 Added ItemIcons to quest notice, logic fixes, set Bitflag8 for SubsSea quests 2023-05-09 16:35:57 -07:00
Pinapelz
0a70db8686 Underneath the Sultantree quest + questbattle implementation
ManWil005 MSQ. HP values are likely to be wrong
2023-05-07 01:43:22 -07:00
Mordred
09db0ee7d2 There is now an applyStatusEffectSelf for status effects which same source and target. 2023-03-13 11:21:42 +01:00
Mordred
b98f63eb75 Statuseffect fix #3 2023-03-12 21:19:44 +01:00
Mordred
f4ab4ab418 More cleanup of player packets. 2023-03-06 10:12:29 +01:00
Mordred
35f3ef8109 Moving player packet generation into a player util function 2023-03-05 23:27:43 +01:00
Pinapelz
16961c757c
Merge branch 'SapphireServer:master' into master 2023-02-20 19:33:29 -08:00
Mordred
6bf3ac0be8 Refactoring ongoing. 2023-02-20 15:25:57 +01:00
Mordred
188d80d2ec Alot more cleanups in various areas. 2023-02-20 11:24:02 +01:00
Pinapelz
c63ee936e2
Fixed styling for consistency ManSea003 2023-02-19 19:41:34 -08:00
Pinapelz
0b0b563b49 Add HIDE_HOTBAR to Limsa sidequest scenes 2023-02-19 18:24:50 -08:00
Pinapelz
b7b8f0b5fd Updating starting quests to use new quest parse format
(Pugilist and Arcanist ver.)
Lambda function wasn't getting run. Figured it would be more efficient to just upgrade it.
2023-02-19 18:17:29 -08:00
Mordred
d34d93a7dd Fixed an issue with scripts no longer having a function to warp to a different territory type. 2023-02-18 17:59:24 +01:00
Mordred
9b46b89c65 Changing various packet sending functions to clean up the project. 2023-02-17 15:34:51 +01:00
Mordred
fdd7e0ee9b
Merge pull request #892 from Skyliegirl33/master
[3.x] wip: fixing gearset handler
2023-02-14 07:12:07 +01:00
Pinapelz
af2eed7a45 Fixed ClsArc000 repeated event notice bug
Kept sending event notice on bNpcKill even when goal was met
2023-02-13 21:20:27 -08:00
Pinapelz
6bdaa2ef6d Fixed ClsArc002 BNpcNameId and Quest Sequence
- Uses getBNpcNameId to check Enemy
- Quest was previously not advancing past sequence 3
2023-02-13 21:20:27 -08:00
Pinapelz
86eb3ca79c Fixed cutscene to hide UI 2023-02-13 21:20:05 -08:00
Lucy
7524e39304 Cleaner way to add gearsets 2023-02-12 23:11:26 +01:00
Toofy
3ddffb5c0d Implementing ClsThm100 and adding events to some GMCommandHandlers 2023-02-12 12:28:48 +00:00
Mordred
9d6eb7f676
Merge pull request #883 from T00fy/master
Reimplemented EventItem. Fixed bug with onDeath not triggering when b…
2023-02-11 23:34:06 +01:00
Pinapelz
a3f3e7b12d Implemented SubSea008 2023-02-10 20:28:48 -08:00
Pinapelz
d6a1911551 Fixed Enemy0 Id and added EventNotices 2023-02-10 19:56:51 -08:00
Pinapelz
b72527ce60 Implemented SubSea016 2023-02-10 19:40:24 -08:00
Pinapelz
9bb612e888 Implemented SubSea015 2023-02-10 18:14:34 -08:00
Pinapelz
7a27443a2d Implemented SubSea014 2023-02-10 17:49:28 -08:00
Pinapelz
ad7d48b2a2 Implemented SubSea013 2023-02-10 14:44:52 -08:00
Pinapelz
a667f9d190 Implemented SubSea011 2023-02-10 14:30:13 -08:00
Pinapelz
177091108f Fixed Styling 2023-02-10 14:12:02 -08:00
Pinapelz
b632fc4d65 Implemented SubSea009 2023-02-10 14:10:16 -08:00
Pinapelz
ac9802f29c Implemented SubSea007
- Fixed styling of SubSea003 for consistency
2023-02-10 14:02:00 -08:00
Pinapelz
171fa1db7e Implemented SubSea005 2023-02-10 13:06:56 -08:00
Pinapelz
b3187c4037 Added EventNotice to SubSea003 2023-02-10 12:56:26 -08:00
Pinapelz
e3070c7849
Merge branch 'SapphireServer:master' into sidequests 2023-02-10 12:41:02 -08:00
Pinapelz
59862d7460 Implemented SubSea003 2023-02-10 12:40:44 -08: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
Pinapelz
a54d6edacc Implemented SubSea004 2023-02-10 11:30:04 -08:00
Pinapelz
b508b996c6 Implemented SubSea002 2023-02-10 11:29:54 -08:00
Alice Ogeda
88f8c7c19a move teleport to warpmgr; more player to playermgr; cleanup; 2023-02-10 13:05:53 -03:00
Toofy
0157b1b7f8 fixed up comments 2023-02-10 15:15:59 +00:00
Alice Ogeda
2b57b73471 first batch of moving packet/logic out of player to playermgr; 2023-02-10 12:11:11 -03:00