LandSandBoat / server

:sailboat: LandSandBoat - a server emulator for Final Fantasy XI. Just an X-34 landspeeder out for a drive.
https://landsandboat.github.io/server/
GNU General Public License v3.0
278 stars 549 forks source link

Job Point Implementation Tracker #13

Open claywar opened 3 years ago

claywar commented 3 years ago

Additional Information (Steps to reproduce/Expected behavior) :

Packets

Database

Capacity Points

Job Point Effects

WAR

Job Gifts

Shared

All Pet Jobs

dynisor commented 3 years ago

Thanks for taking this over @claywar ❤️

claywar commented 3 years ago

Note from testing: Capacity chain time needs more research for Chain1~30

RAIST5150 commented 1 year ago

Not going to create a new issue for this just yet... will do if requested.

BLM "learned" Aspir III after spending the job points (it shows in the spell list), but it cannot cast it (gives yellow text... unable to cast)

Guessing it may be like the RDM elemental spells gift where the job is not included in the core jobs bitmask for the spell and needs an alternate means of integration in order to be able to cast it?

WinterSolstice8 commented 1 year ago

Guessing it may be like the RDM elemental spells gift where the job is not included in the core jobs bitmask for the spell and needs an alternate means of integration in order to be able to cast it?

That's the same problem. Thanks for reminding me of that, it's somewhere in my backlog. I have an idea of how to implement it already and it's going to be hooked up to lua for module overrides.

WinterSolstice8 commented 1 year ago

So it turns out Aspir III isn't implemented and doesn't have a lua, but I made a PR to properly check for job point gift levels to enable use if Aspir III is implemented, see #2693