topaz-next / topaz

💎 A server emulator for Final Fantasy XI.
GNU General Public License v3.0
55 stars 81 forks source link

Apocalypse Nigh branch: implement remaining mechanics #2043

Closed topaz-next-bot closed 3 years ago

topaz-next-bot commented 3 years ago

Issue by wrenffxi Friday Oct 09, 2020 at 23:24:57 Originally opened as: project-topaz/topaz - Issue 1300


I affirm:

Closes #179

Follow up to #459. Implements all remaining items I am aware of:

Per convo below,

With these items done, I'm turning on the battlefield in bcnm.lua. I believe this branch can now merge into release.

edit: Hold this PR, per additional work in conversation below Ready!

topaz-next-bot commented 3 years ago

Comment by ibm2431 Saturday Oct 10, 2020 at 00:29:09


I know this is the Apocalypse Nigh version, and the video below is for the Return to Delkfutt version, but while seeing if the Return Delkfutt version has the multi-WS behavior (it doesn't, but if it did I was curious if it's the same WS 3x or if random 3), I noticed Delkfutt version uses the Blade moves an awful lot for someone who whiffs so often. https://www.youtube.com/watch?v=bIMUspfzKeY&t=7m5s

At first I thought he must have Regain and TPs at 1000, but it's only the elemental blade moves he's spamming while I'm pinging for status effects. He never used Light Blade or Great Wheel until after I started dealing damage, and it looks a little like hitting him didn't cause him to "WS" more often. We seem to have already implemented this behavior for the Delkfutt version, but I'm wondering if the Apocalypse Nigh version should have it or not.

topaz-next-bot commented 3 years ago

Comment by wrenffxi Saturday Oct 10, 2020 at 01:04:32


Interesting. In that video, it looks to me like he's using the en-spell move on a set ~20 second timer, regardless of TP.

He probably only uses his TP for Light Blade and Great Wheel.

I'll implement this timer behavior on the Apoc Nigh version, and remove the en-spell TP moves from the skill list for both Apoc Nigh and Return to Delkfutt Tower versions, since they shouldn't be selecting them when using TP.

topaz-next-bot commented 3 years ago

Comment by ibm2431 Saturday Oct 10, 2020 at 01:15:11


Jimmay has a couple captures for Apoc Nigh in the Capture Discord, but it's a little hard to see the action in them and say for certain what the TP behavior is.

topaz-next-bot commented 3 years ago

Comment by wrenffxi Saturday Oct 10, 2020 at 01:24:15


I watched a few of them. Looks like it's still a constant timer between en-spell moves, but a longer interval than the Return to Delkfutt version. I estimate ~20sec for Delkfutt version, and ~28-30sec for Apoc Nigh version.

topaz-next-bot commented 3 years ago

Comment by ghost Saturday Oct 10, 2020 at 03:29:25


Please remove me guys I un subbed like ten times and am still getting emails from all. Sorry thanks

On Fri, Oct 9, 2020, 7:25 PM wrenffxi notifications@github.com wrote:

I affirm:

Follow up to #459 https://github.com/project-topaz/topaz/pull/459. Implements the all remaining items I am aware of:

  • Kam'lanaut and Eald'narch are now facing the battlefield entrance.
  • When using an en-spell TP move, Kam'lanaut will thereafter absorb elemental damage of that element.
  • When using a non-en-spell TP move, Kam'lanaut can chain up to three uses of the TP move.
  • Give Eald'narch bonus EVA and MDEF.

With these items done, I'm turning on the battlefield in bcnm.lua. I believe this branch can then merge into release.

You can view, comment on, or merge this pull request online at:

https://github.com/project-topaz/topaz/pull/1300 Commit Summary

  • [apoc nigh] adjust mobs' rotations to face battlefield entrance
  • Kam'lanaut: absorb element of last en-spell TP move
  • [apocalypse nigh] Add Kam'Lanaut ability: "Can perform three TP attacks upon reaching 100%+ TP, giving very little rest for healers."
  • [apocalypse nigh] Eald'narch: Highly evasive, Very high magic defense
  • Unlock Apocalypse Nigh battlefield by default

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/project-topaz/topaz/pull/1300, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHCYJFNDZ6ICHKY47TSSQTSJ6LVRANCNFSM4SKUI7VA .

topaz-next-bot commented 3 years ago

Comment by zircon-tpl Saturday Oct 10, 2020 at 04:48:22


Hello @nuzor !

We are unable to change another user's subscription and notification settings on GitHub -- these settings must be managed by the user who wishes to modify them!

You may find this GitHub documentation helpful in unsubscribing from a repository: https://docs.github.com/en/free-pro-team@latest/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions

https://docs.github.com/en/free-pro-team@latest/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions

As you have participated in this Pull Request, you may now be automatically be subscribed to it. You may unsubscribe from individual Pull Requests by clicking the Unsubscribe button near the top right box for this Pull Request. unsubscribe

topaz-next-bot commented 3 years ago

Comment by zach2good Saturday Oct 10, 2020 at 05:47:56


Before I start reviewing: Don't worry about the CI - if you're targeting or working from an older branch (like project-topaz:feature/apoc-nigh) which doesn't have bleeding-edge CI, it'll get a little screwy.