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

84 commits

Author SHA1 Message Date
Alice Ogeda
16ce89cb48 revert sheet check for action and fix combo; 2022-01-13 11:45:40 -03:00
Alice Ogeda
4cecf791f6 remove test line for multiple source effects in one cast; 2022-01-10 19:34:51 -03:00
Alice Ogeda
3d5bcc7d67 slight effect rework; support multiple ct/tg per action for both aoe and singletarget; fix several inconsistencies with effect packets; 2022-01-10 19:31:21 -03: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
e3dfcf2cfd Base implementation of event items, action still need to be generalized 2021-12-17 15:48:56 +01:00
AriAvery
11d8b95130 rollback mp calculation 2021-12-14 23:05:58 +01:00
Mordred
48ed9da414 Initial commit of Sapphire for FFXIV 3.0 "light rewrite" 2021-11-27 00:53:57 +01:00
NotAdam
ca102697f4 move to new service locator 2020-03-01 11:58:26 +11:00
collett
d4afee03a6 Implement mount action. 2020-01-23 22:36:01 +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
ff2ffa379b crit & dh 2020-01-07 19:16:13 +09:00
collett
4bed2f4c30 Allow action scripts to add effect. 2020-01-06 19:25:01 +09:00
collett
e6c3e327f7 Fix skill animation for other players. 2020-01-06 04:31:09 +09:00
collett
c319cb012c combo fix 2020-01-06 00:25:42 +09:00
collett
4b89c45790 local var rename 2020-01-05 21:31:54 +09:00
collett
bf247276b5 Minor tweaks and code clean up. 2020-01-05 20:49:50 +09:00
collett
e8dcef63ba Action system updates. 2020-01-05 17:09:27 +09:00
collett
1ff69bcce0 Fix non-existing lut entry being executed. 2020-01-02 17:42:48 +09:00
kbasikhin
4c4fff58ce using static and reinterpret casts instead of old style casts 2019-12-30 13:58:41 +03: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
NotAdam
467ce65a5d revert worldchannelpacket changes 2019-08-09 17:50:31 +10:00
NotAdam
b1e6ad3141 some cleanup, kinda working battle dmg calc 2019-08-09 17:50:31 +10:00
NotAdam
6c011baa02 fix actorcast packet opcode, add new opcode 2019-08-09 17:50:31 +10:00
NotAdam
78aade9cea kinda working effect packets 2019-08-09 17:50:31 +10:00
NotAdam
443ea30b8d fix action parser not writing combo potency and offsetting all values 2019-08-09 17:50:31 +10:00
NotAdam
7e0108aea5 some effects/action wip crap 2019-08-09 17:49:40 +10:00
NotAdam
7f686ffee5 rename some getters and zonechannelpacket -> worldchannelpacket 2019-08-09 17:49:40 +10:00
NotAdam
891a73720d rename zone to territory 2019-08-09 17:49:40 +10:00
NotAdam
0efcfefa8c cap level to 80, enable shadowbringers, new mp calc 2019-06-30 19:51:18 +10:00
NotAdam
b2542f442c update generated exd data, fix formatting outputted by exd_struct_gen 2019-06-15 20:56:19 +10:00
NotAdam
6c176eb61d actually fix world building on msvc this time 2019-06-03 00:39:02 +10:00
NotAdam
f935dd4282 move itemaction to own class, perchbird's effect command 2019-06-02 20:45:18 +10:00
NotAdam
d755ea2a32 somewhat working action lut stuff 2019-06-02 02:30:54 +10:00
NotAdam
90d1fbc3ea refactor Util -> Common::Util & Action to World::Action 2019-06-02 00:35:00 +10:00
NotAdam
1cab7afe0e fix self targeted actions failing target snapshot, fix player being unable to complete chasing shadows 2019-05-28 22:04:25 +10:00
Mordred
fc2c3248de Some naming changes for actions 2019-04-28 23:34:43 +02:00
Mordred
921bad031d Missing return value fixed 2019-04-09 22:11:36 +02:00
NotAdam
e4878c4cc7 refactoring, make ranged targeted aoe actions work somewhat properly 2019-04-07 16:31:09 +10:00
NotAdam
1b49f2502d Start of action target selection implementation 2019-04-07 16:04:36 +10:00
Mordred
2014ec41dc Refactored the way timestamps are passed through update handlers 2019-04-04 23:29:52 +02:00
NotAdam
48870f72b6 costcheck refactored to has/consumeResources 2019-04-04 22:16:00 +11:00
NotAdam
89f60df2c8 slightly better name for the cost check function 2019-04-04 22:00:36 +11:00
NotAdam
a0aa7ea977 add primary cost handling for actions for mp/tp 2019-04-04 21:56:59 +11:00
NotAdam
789b5dfd9e add rudimentary action comboing, doesn't highlight actions on the hotbar 2019-03-23 20:59:51 +11:00
NotAdam
9803a59673 minor cleanup and move mp cost calc into calcstats 2019-03-23 11:48:49 +11:00
NotAdam
df78389013 pass actionid through to onEObjHit script callback 2019-03-19 00:01:34 +11:00
NotAdam
dea1f30f8b fix recast time truncated by field size, correctly send actionstart 2019-03-08 00:26:41 +11:00
NotAdam
d948ac942a fix casting stateflag not being unset after finishing a cast 2019-03-07 22:41:05 +11:00