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

1568 commits

Author SHA1 Message Date
Mordred
dbda60ce77 Fixed inNpcEvent state 2022-02-16 15:29:00 +01:00
Rushi
90a45d9203 Add structs for EventLogMessage 2022-02-16 05:34:33 +01:00
Rushi
eee3df5bbd Add flags to FindContent struct 2022-02-12 00:59:29 +01:00
Mordred
2b3bb6297e Basic warptaxi work 2022-02-10 18:50:44 +01:00
Mordred
4ec86cdf81 Implemented onSay event 2022-02-08 12:46:18 +01:00
Mordred
349476c79f Added BattleTalk definitions 2022-02-07 18:41:59 +01:00
Mordred
efe827416b More cleanups around namespaces 2022-02-05 23:31:35 +01:00
Mordred
a27bb3e687 Remove Component namespace 2022-01-27 21:24:54 +01:00
Mordred
453f441ad3 Some clang-tidy love and new warpmanager, still empty though. 2022-01-23 11:04:26 +01:00
Mordred
57da97236f Some more cleanup in regards of zones 2022-01-21 22:55:14 +01:00
Mordred
d00be5cd88 Properly fade out dead mobs 2022-01-21 00:42:40 +01:00
Mordred
e5028fea52 More readability of packet commands 2022-01-20 23:40:18 +01:00
Mordred
e7eb8df433 Basic Task system, proper zone initializing 2022-01-20 21:37:14 +01:00
Mordred
d19c2dd5bb CommonGen enum adjustments. 2022-01-19 00:45:33 +01:00
Rushi
575fb37854 Implement mount unlocking 2022-01-16 22:48:55 +01:00
Mordred
79981909de Various smaller cleanups 2022-01-15 22:48:27 +01:00
Rushi
d449c97a9f Add support for unlocking gear sets 2022-01-14 19:06:23 +01:00
Rushi
df58683c6f Fix compilation issues on *NIX platforms 2022-01-14 19:02:50 +01:00
Mordred
0c1bbfb8d0 Removing references to getCurrentTerritory in preparation for further detangleing 2022-01-10 23:50:44 +01:00
Mordred
3b02afe99b Screenmessage when zoning, some effect packet 1 cleanup 2022-01-07 21:22:55 +01:00
Mordred
4fccaef569 Renamed an actor control according to use 2022-01-06 20:44:35 +01:00
Mordred
f0871c6217 Improved pathfinding, changed action packet to use the right variant for auto attacks, scaled fall damage 2022-01-06 20:25:50 +01:00
Mordred
ab1fbd833e Improve path finding and stop position of mobs, also auto attack distance fixed 2022-01-04 22:51:29 +01:00
Mordred
a5ba5bb2fb Further improvement of damage calculations 2022-01-03 13:24:33 +01:00
Mordred
d9e7e42a6d Basic actions are functional 2022-01-02 22:32:17 +01:00
Mordred
c4129924ea Fixed sprint action 2022-01-02 16:41:38 +01:00
Mordred
1e35da393f Fixed homepoint 2021-12-17 23:39:54 +01:00
Mordred
f421021497 Update bnpcs to include nonpop flag 2021-12-17 14:53:13 +01:00
Mordred
11b0683e7e Added script generation for onEventItem, event not yet called from the server. 2021-12-15 00:36:41 +01:00
AriAvery
11d8b95130 rollback mp calculation 2021-12-14 23:05:58 +01:00
Alice Ogeda
e07b182a19 add blacklist mgr + handlers + paging; 2021-12-13 22:36:29 -03:00
Alice Ogeda
5391af378a fix world expansion level; 2021-12-13 17:03:42 -03:00
Mordred
8eeba39edb Renaming of linkshells implemented 2021-12-12 23:26:12 +01:00
Mordred
72db0a026c Implemented change master for linkshells 2021-12-12 15:56:45 +01:00
Mordred
147ebedfde Added a util function to get opCode from RAW_PACKET 2021-12-06 00:39:22 +01:00
Alice Ogeda
752c9904ce add expansionlvl to lobby charlist; 2021-12-05 20:08:21 -03:00
Alice Ogeda
57d5982309 add preliminary hierarchy data to ls commonlist; 2021-12-05 18:30:35 -03:00
Mordred
b7ad7965a7 Improved chat channel join calles. 2021-12-05 21:16:36 +01:00
Mordred
55f9b0219f Added packethandler for linkshell leave / invite decline 2021-12-05 00:04:11 +01:00
Mordred
47df62f0b4 Moved ls logic from packetHandler to linkshellHandler, improved invite logic 2021-12-04 21:53:04 +01:00
Mordred
85bbe38562 Implemented db update for linkshells. 2021-12-04 12:29:54 +01:00
Mordred
ee0cdfad0b Allow invite to show, invite packets and linkshell updating not included 2021-12-04 01:27:35 +01:00
Mordred
8ce29c0bdc Properly sent linkshell member status in linkshell list 2021-12-04 01:02:25 +01:00
Mordred
1fe1b9ec8b Fixed common defs which could result in crashes 2021-12-03 22:28:34 +01:00
Mordred
3023a78533 Send linkshell action result after creation of linkshells. 2021-12-03 22:21:18 +01:00
Mordred
e385522e52 Linkshell groundwork, events can now be implemented more easy 2021-12-02 22:58:36 +01:00
Mordred
7af6eda26e Merge branch 'ThreePointOh' of https://github.com/SapphireMordred/Sapphire into ThreePointOh 2021-12-02 20:36:12 +01:00
Mordred
c5bfed1ba9 Fix start town field 2021-12-02 20:32:31 +01:00
Alice Ogeda
7f6b3e409e Merge branch 'ThreePointOh' of https://github.com/SapphireServer/Sapphire into 3.0-friendlist 2021-12-02 15:06:36 -03:00
Mordred
c84cfbaed7 I've had it... new option added to skip opening cutscenes 2021-12-02 17:34:27 +01:00