1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 06:27:45 +00:00
Commit graph

6588 commits

Author SHA1 Message Date
Mordred
92bd74cde2 More Moveplayer work in preparation of warp overhaul 2022-01-22 11:35:58 +01:00
Mordred
0f22bbde91 Added planevent.lgb to instanceObject cache loading 2022-01-22 11:34:56 +01:00
Mordred
14361ff182
Merge pull request #759 from Skyliegirl33/gearset-implementation
[3.x] Clean up quest_parser
2022-01-21 22:56:13 +01:00
Mordred
57da97236f Some more cleanup in regards of zones 2022-01-21 22:55:14 +01:00
Rushi
ae3d57a492 Clean up quest_parser 2022-01-21 21:58:46 +01:00
Mordred
7e8209c11b Minor code cleanups 2022-01-21 08:41:48 +01:00
Mordred
0d73f42bcd
Merge pull request #757 from dude22072/ArcCleanup
ARC clang cleanup
2022-01-21 01:03:09 +01:00
Mordred
d00be5cd88 Properly fade out dead mobs 2022-01-21 00:42:40 +01:00
Mordred
f98747df64
Merge pull request #758 from hkAlice/threepointoh
[3.0] parse combo data in actionlut; check for nextcombo/ogcd to allow ogcd weaving in combos; remove unused scripts;
2022-01-21 00:41:57 +01:00
Alice Ogeda
53c4ea962b fick linux build; 2022-01-20 20:34:00 -03:00
Alice Ogeda
e44902fa75 remove more unused scripts; 2022-01-20 20:27:01 -03:00
Alice Ogeda
4eca7355c2 Merge branch 'ThreePointOh' of https://github.com/SapphireServer/Sapphire into threepointoh 2022-01-20 20:14:40 -03:00
Alice Ogeda
1235ea99ac parse combo data in actionlut; check for nextcombo/ogcd to allow ogcd weaving in combos; 2022-01-20 20:14:34 -03:00
Mordred
e5028fea52 More readability of packet commands 2022-01-20 23:40:18 +01:00
Mordred
092e3eca76 Removed test tasks and moved info print on task execute to taskmgr 2022-01-20 22:45:48 +01:00
Mordred
097a00b913 Task for dead bnpc removal 2022-01-20 22:42:26 +01:00
Alice Ogeda
00ecce8406 Merge branch 'ThreePointOh' of https://github.com/SapphireServer/Sapphire into threepointoh 2022-01-20 17:39:24 -03:00
Alice Ogeda
24708040d0 some ogcd checks; 2022-01-20 17:39:22 -03:00
Mordred
e7eb8df433 Basic Task system, proper zone initializing 2022-01-20 21:37:14 +01:00
dude22072
1da2cce4da ARC clang cleanup 2022-01-19 13:53:00 -06:00
Mordred
8eb0638848 Some clang-tidy cleanups 2022-01-19 17:55:29 +01:00
Mordred
125c02d127 Very very simplistic mob exp 2022-01-19 17:22:56 +01:00
Mordred
31010a4cf5
Merge pull request #756 from dude22072/ThreePointOh
[3.0] CNJ Quests
2022-01-19 08:23:56 +01:00
dude22072
588a692c73 Remove unneeded ampersands 2022-01-18 19:00:54 -06:00
dude22072
f89a677bd3 CNJ reference formatting fix 2022-01-18 18:53:16 -06:00
Mordred
d19c2dd5bb CommonGen enum adjustments. 2022-01-19 00:45:33 +01:00
Mordred
1270f496b8 Weather works again. 2022-01-19 00:18:50 +01:00
Mordred
aa0c318494 More cleanup of territoryMgr in preparation of new move logic 2022-01-18 23:47:35 +01:00
Mordred
7bde6c9c00 Merge branch 'ThreePointOh' of https://github.com/SapphireMordred/Sapphire into ThreePointOh 2022-01-18 08:12:08 +01:00
Mordred
9ab636662d Added triggerOwner to bnpc 2022-01-18 08:03:49 +01:00
dude22072
8f6e76dc55 CNJ Quests 2022-01-18 00:07:49 -06:00
Adam
d21b2d3ea2
Merge pull request #755 from dude22072/ThreePointOh
[3.0] Fix ClsArc004
2022-01-18 14:37:53 +11:00
dude22072
8ff1faf666 Fix ClsArc004 2022-01-17 20:33:05 -06:00
Mordred
00f0c1b431 Clean up of move logic for housing territories, potentially some breakage. Needs to be tested still 2022-01-18 00:21:38 +01:00
Mordred
7402327d26
Merge pull request #754 from Skyliegirl33/gearset-implementation
[3.x]Implement mount unlocking
2022-01-16 23:19:48 +01:00
Rushi
c19df0e637 More formatting 2022-01-16 23:19:10 +01:00
Rushi
637fe3614d Remove logging line 2022-01-16 22:56:49 +01:00
Rushi
62dabd571c Fix formatting 2022-01-16 22:53:02 +01:00
Rushi
2f9a56e6a1 Add missing namespace 2022-01-16 22:49:58 +01:00
Rushi
575fb37854 Implement mount unlocking 2022-01-16 22:48:55 +01:00
Rushi
e0398b0dbb Fix Mount struct 2022-01-16 22:45:56 +01:00
Mordred
b9032f551e Fix for quests being added on decline 2022-01-16 22:22:27 +01:00
Mordred
3eb5fbf6fa OnWithin and OnOutside range have been adjusted to include Quest object, minor fix to onEmote function quest updates 2022-01-16 19:40:21 +01:00
Mordred
27b218fd78 Removed old code to further simplify warp mechanics 2022-01-16 11:57:04 +01:00
Mordred
1085403677
Merge pull request #753 from dude22072/ThreePointOh
[3.0] More ARC cleanup
2022-01-16 10:57:16 +01:00
dude22072
026059ee15 More ARC cleanup
Oh hey I have to make the sequence completion text show up myself.
2022-01-15 22:10:42 -06:00
Mordred
8767991e7a Removal of more territory move logic 2022-01-15 23:28:06 +01:00
Mordred
79981909de Various smaller cleanups 2022-01-15 22:48:27 +01:00
Mordred
3f6f31b848 Hopefully a fix for effects breaking in instanced zones 2022-01-14 23:13:47 +01:00
Mordred
d245dcfd2f
Merge pull request #752 from Skyliegirl33/gearset-implementation
[3.x] Support for unlocking gear sets, updating job status, fix compile issues and Archer quest
2022-01-14 20:05:40 +01:00