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

2818 commits

Author SHA1 Message Date
collett
44f6aa49e4 more job gauge fixes, debug command to set raw gauge data 2020-03-15 22:52:23 +09:00
collett
91d0e041d1 add new packet 2020-03-15 22:12:55 +09:00
collett
381af61662 show darkside chara effect 2020-03-15 22:05:20 +09:00
collett
0a5930fefe CharaVisualEffect 2020-03-15 21:59:16 +09:00
collett
b6068046ac implement drk blood and darkside, some war fixes as well 2020-03-15 18:59:07 +09:00
collett
21fffcd353 opcode 2020-03-15 17:06:50 +09:00
Arazati
b3aeb70338 implement dyeing items + show dyes in examine 2020-03-14 00:57:09 -07:00
Arazati
8d8b3cf4b1 updated opcodes -collette
Was sending the player to a solo duty when trying to Examine
2020-03-14 00:56:57 -07:00
コレット
95573810f3
Fix nav_export memory leak. (#650)
* Fix nav_export memory leak.

* space
2020-03-12 12:28:48 +11:00
collett
d998a05950 duplicate opcode (InventoryTransaction) 2020-03-11 17:00:30 +09:00
collett
7d3bbe346a more opcode 2020-03-11 05:13:23 +09:00
collett
ebdb323aed opcode 2020-03-11 05:13:08 +09:00
collett
e9b7f420c6 more opcode 2020-03-11 05:11:58 +09:00
collett
85da8041a6 opcode 2020-03-10 23:37:39 +09:00
collett
db90cfb924 new SAM job gauge 2020-03-10 21:33:42 +09:00
collett
442585c8bb more 5.21 stuff 2020-03-10 21:10:35 +09:00
collett
672f215fe6 opcode pickup 2020-03-10 21:10:34 +09:00
collett
8cc4b4249f 5.21 2020-03-10 21:10:20 +09:00
collett
9d9a646010 more 5.21 stuff 2020-03-10 21:08:07 +09:00
collett
cbb55c5d0d opcode pickup 2020-03-10 20:19:17 +09:00
collett
eac4e4ab32 5.21 2020-03-10 20:16:38 +09:00
collett
7c31cc9640 opcode 2020-03-08 17:52:22 +09:00
collett
6a191a50b0 fix buffer overwrite 2020-03-08 03:44:04 +09:00
collett
f8e3e0333b and blood lily 2020-03-08 03:28:08 +09:00
collett
d3c656e8b8 implement whm lily 2020-03-07 17:57:00 +09:00
collett
b59c96a5dd fix job gauge structs 2020-03-07 17:46:19 +09:00
collett
093e5c27c4 oops 2020-03-07 05:39:53 +09:00
collett
0e236aa062 remove bnpc autoattack console spam 2020-03-07 05:37:28 +09:00
collett
7d561ffcbe Merge remote-tracking branch 'remotes/origin/develop' into develop_5.2 2020-03-03 18:17:45 +09:00
Sophie Hamilton
12f5603b11 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
collett
6744ae1f73 add all of them why not 2020-03-02 19:03:54 +09:00
Sophie Hamilton
f2ab3e5e01 New Discovery/DiscoveryHandler opcodes
Add in the new opcodes for Discovery and DiscoveryHandler found by
@collett8192.
2020-03-02 09:01:00 +00:00
Sophie Hamilton
6e77fcc226 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
0fd2813c5d 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
collett
d2e4726c38 add gauge def for drk and whm 2020-03-02 17:33:02 +09:00
collett
47719addae JobGauge union. 2020-03-02 17:29:07 +09:00
collett
20247f5870 seems like garbage data not needed 2020-03-02 05:50:44 +09:00
collett
8a7c11dab8 remove status effect framework workaround. 2020-03-02 05:46:24 +09:00
collett
29106a2de7 Merge remote-tracking branch 'remotes/origin/develop' into develop_5.2 2020-03-02 05:37:15 +09:00
NotAdam
6a3dfc684a fix windows build 2020-03-01 12:16:01 +11:00
NotAdam
5ccbaea266 fix quest_parser to use new service locator 2020-03-01 11:58:26 +11:00
NotAdam
472c41cda6 fix lobby gameconnection 2020-03-01 11:58:26 +11:00
NotAdam
41e6d73ff3 move to new service locator 2020-03-01 11:58:26 +11:00
NotAdam
64828a4c8a start of new service locator impl 2020-03-01 11:58:25 +11:00
Sophie Hamilton
def639e218 quest_parser: Fix case for constants
The generated onBNpcKill and onEObjHit functions were using the wrong
case for the constants they used. Ensure that they use the same case as
the declared constants, and reduce duplicate code.

Also, fix a typo in the onEObjHit function prototype which was causing
generated scripts to not compile properly, and revert the incorrect
addition (by me in an earlier commit) of "override".
2020-02-29 17:33:55 +00:00
Sophie Hamilton
2167b8db1a quest_parser template update
Use correct method of determining actor, use callback variables instead
of inline functions within scenes, and use the correct namespace.
2020-02-29 10:32:35 +00:00
Adam
f0a00576a2
Merge pull request #644 from collett8192/exp_fix
Should not gain any exp past max level.
2020-02-29 18:56:28 +11:00
collett
474ae240dc Should not gain any exp past max level. 2020-02-27 00:59:28 +09:00
collett
7de4c2b148 do it better 2020-02-27 00:57:48 +09:00
collett
fcb9410a37 unlock flying for now 2020-02-27 00:45:14 +09:00