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

111 commits

Author SHA1 Message Date
collett
1d8e7344a3 add the unknown CF packet used to reset UI state 2024-06-12 20:36:39 +09:00
collett
b68e48abe3 Fix CFCancel and DirectorMsg 2024-06-12 20:25:09 +09:00
collett
46295cc7dd Merge remote-tracking branch 'remotes/collett/Sapphire5.58' into retail 2024-06-12 05:35:17 +09:00
collett
b7e35327b1 fix chat log when leaving dungeons. 2023-07-18 22:58:44 +09:00
Mordred
67e17143c4 PartyMgr, ChatChannelMgr ported from 3.x 2023-05-30 22:42:20 +09:00
Moydow
9cc0b01b3b fix LandFlagsSlot
What was previously listed as "apartment" should be the private chambers in a FC house, and the unknown value should be apartments
2023-03-04 00:09:44 +00:00
Rey
6ff45f7c5d Merge branch '6.31_Hotfix_Windows' (from unofficial forks) into Sapphire6.31
You can login to current retail (6.31 Hotfix) but also requires some new
fanagling with oodle.
2023-03-02 10:50:31 -06:00
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
Maple
f13bae27f7 Minor player fixes 2023-01-26 07:11:56 -03:00
Taezen
55247a41f6 minor changes for the map implementation 2021-09-06 11:39:52 +02:00
Taezen
e8c7c83197 Map support 2021-08-30 10:16:05 +02:00
コレット
23b7b052a1
PublicContent support. (#720)
* PublicContent support.

* update code
2021-08-16 18:18:29 +10:00
コレット
b1e430cf39
CF register fix. (#719)
* CF register fix.

* typo
2021-08-10 16:55:10 +10:00
collett
301bd61180 update to 5.55 hotfix
Co-authored-by: Jeido Uran <tourais.q@gmail.com>
2021-07-27 07:33:55 +09:00
collett
0ec4c4e4fd 5.35 updates 2020-11-11 02:07:59 +09:00
collett
d887ecdebe inventory fix 2020-06-28 09:27:44 +09:00
collett
0273931e4c delete sold item from db 2020-05-12 02:57:48 +09:00
collett
b70435413e Selling items and buying back from shop, show corresponding messages in chat. 2020-05-11 06:27:34 +09:00
collett
97b2c2a867 Handle minion despawn. 2020-05-07 23:57:16 +09:00
collett
484657f102 JobGauge definition 2020-04-24 19:24:04 +09:00
collett
f5cbf58706 remove wrong packet. it was PlayerClassInfo. 2020-03-20 17:39:39 +09:00
Adam
96774b5f55 Merge pull request #651 from Arazati/develop-serious
implemented dyeable items
2020-03-17 12:54:08 +11:00
Arazati
1496999358 more style changes 2020-03-16 02:08:35 -07:00
Arazati
02f1bd71c5 style + cast changes 2020-03-16 01:37:00 -07:00
Arazati
4c75f1fd32 implement dyeing items + show dyes in examine 2020-03-14 00:57:09 -07:00
collett
b2c92340f7 5.21 2020-03-10 21:10:20 +09:00
Sophie Hamilton
8f62c23a8b Check for nullptr before using returned map data
It's best to not crash the server if we can help it.
2020-03-03 08:37:19 +00:00
Sophie Hamilton
f8236147a6 Additional EXP bonus on full map completion
When the map is fully completed, gain an additional EXP bonus equal to
10 times the regular amount.
2020-03-02 08:55:06 +00:00
Sophie Hamilton
579972278b Make Player::discover() honour passed map_id
The Sapphire::Entity::Player::discover() method never actually honoured
the passed map_id, instead always using the ID of the map the player was
currently in.
2020-03-02 08:55:06 +00:00
NotAdam
ca102697f4 move to new service locator 2020-03-01 11:58:26 +11:00
NotAdam
3a2272594e start of new service locator impl 2020-03-01 11:58:25 +11:00
collett
793c6120a6 Should not gain any exp past max level. 2020-02-27 00:59:28 +09:00
collett
39cc5af97b fix build 2020-02-19 16:51:31 +09:00
collett
60e701dbdd enum/struct/packet updates, fix dot/hot tick, remove incorrect initial delay for player autoattacks. 2020-01-19 21:20:01 +09:00
collett
e72d5d224d oops 2020-01-08 17:32:15 +09:00
collett
ff2ffa379b crit & dh 2020-01-07 19:16:13 +09:00
NotAdam
2cf93ce861 fix linux build 2020-01-06 20:23:03 +11:00
コレット
4deac81abd Merge branch 'develop' into action 2020-01-06 00:37:57 +09:00
collett
bf247276b5 Minor tweaks and code clean up. 2020-01-05 20:49:50 +09:00
NotAdam
8fa3a7d3f4 Merge branch 'develop' into exit_poprange 2020-01-05 20:06:31 +11:00
collett
3c811f6fee Fix base stats calc.
Better max hp.
2020-01-05 17:41:38 +09:00
collett
e8dcef63ba Action system updates. 2020-01-05 17:09:27 +09:00
collett
badfb2f0a9 Fix aetheryte. 2020-01-03 22:39:45 +09:00
Mordred
1c78f9835e Fixed housing opcodes 2019-10-28 22:18:23 +01:00
Mordred
f87aa5d488 Apply rotation properly when using zoneline / aetheryte 2019-10-27 08:26:48 +01:00
Mordred
79764da844 Fixed popranges not being found 2019-10-22 22:34:34 +02:00
Mordred
b17af41e67 Major rewrite of zonelines, aetherytes and discoveries 2019-10-21 23:24:26 +02:00
Mordred
cfc4a997fe Changed makeActorControl calls aswell 2019-10-09 18:42:25 +02:00
Mordred
9bfb9c74f0 Renamed ActorControl packets and definitions according to usage 2019-10-09 18:14:53 +02:00