-
Notifications
You must be signed in to change notification settings - Fork 220
Genkai10 (Puissance and Atori fight) #1084
Genkai10 (Puissance and Atori fight) #1084
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is all looking very neat and clear, looks good to me :)
Just some style things, I'd like to see some testing reports before I sign off on this.
IBM gave me a really good explanation of different packet and move types (which I still haven't sat down to read correctly), I wonder if this can kick off the discussion of combining weaponskills.sql and mob_skills.sql @TeoTwawki thoughts? |
My comments with some tests I have made on this branch:
|
@zach2good we've had a few talks about this on past issues pr and in discord - merging of a lot of commonality between the 2 needs to eventually happen. the parts that need to be specific to each could still go in same global that'd be fine. But we need to rework things to use an attacker/defender paradigm instead of player/mob or mob/player, migrate some parts out of character utils/entity into battle utils/entity, etc. Right now ws global assumes user is always a player, but these ws scripts rightly should use actual ws functionality instead of faking it and guessing numbers to simulate the right dmg. Right now that's not possible, we need to sit down and make it possible. Its gonna be its own project, |
@jarmengaud on retail he stands there till you attack him. Maat does the same thing allowing thf to start with an Sneak Attack even. |
Check https://youtu.be/2ShT8fuvPV4?t=98 No provoke or any abilities were used and he starts attacking tank. |
https://youtu.be/usNZOGDq5c0?t=1544 ^ video by IBM :D |
If removing the KI is an issue, it doesn't look like theres any situation where you can enter the BCNM fights and not have the KI removed (or the var set), so you can do it without the check (Like in Limbus entry): topaz/scripts/zones/Apollyon/bcnms/nw_apollyon.lua Lines 28 to 32 in 831b8fe
There is no need to fear delKeyItem, keyitems are pretty much just flags assigned to the player that you switch on and off: void delKeyItem(CCharEntity* PChar, uint16 KeyItemID)
{
auto table = KeyItemID / 512;
PChar->keys.tables[table].keyList[KeyItemID % 512] = false;
} |
I haven't had that issue of the KI not being removed. I have asked @UynGH to take a look as I havent been able to reproduce. They Var is needed only for people that are currently on the quest otherwise it will leave an orphaned variable that will be never get erased, and we know we don't want that, isn't that right @TeoTwawki ? 😄 |
@jarmengaud changes done, atori should now aggro, i havent had issues with the keyitem not being removed, are you sure you are add SOUL_GEM_CLASP and not just SOUL_GEM? I asked @UynGH to test this BCNM. About the |
Had the same issues as Tokenr. Prelude to Puissance https://youtu.be/usNZOGDq5c0?t=256 (ibm's video), even if he trade unwanted items with the Seasoning Stone, the Moogle will accept said Stone and complete the quest. On canary (with your PR in) you can only trade Stone only if you want him to accept it. https://youtu.be/usNZOGDq5c0?t=350: when you have the cutscene with Atori-Tutori (right after trading the Seasoning Stone) and you choose to make him wait, once you talk back to the Moogle (without zoning/flagging something else), he should ask "Are you ready to meet you mak--er, your final challenge, kupo?" (timestamped link). Instead, it replays the cutscene like you just traded the Stone (it should if you flag/do something else, timestamp: https://youtu.be/usNZOGDq5c0?t=597). Beyond Infinity (limit break 10) No "Obtained key item: Soul gem clasp." message (https://youtu.be/usNZOGDq5c0?t=644) but still listed in temporary key items. Beyond Infinity was not flagged like it should so I was unable to get an Olde Rarab Tail (yet still able to get in the BCNM). Since it wasn't flagged, not able to retry the retail way (https://youtu.be/usNZOGDq5c0?t=1369), instead I just got the same cutscene you get when you trade the Seasoning Stone for Prelude to Puissance. Soul gem clasp not deleted upon the BCNM entry, making it possible to do it endlessly even after defeating Atori-Tutori (Season Stone cutscene in a loop when you talk back to the Moogle). Also, by comparing with the above video, the cutscene upon defeating him should start right away when his HPs reach 0 (currently it starts when his name disappear). A big thank you to ibm. N.B. Atori-Tutori does aggro now, with your last changes. |
da fuq. when I want after him on my thf I swear to god he just stood there till I engaged...I need to go rematch him now. Something something mandela effect #BlameTheLHC |
@UynGH and @jarmengaud : I have made changes to this to make it as much retail like which has always been my goal =)
Beyond Infinity (limit break 10)
Can you please retest and see all those CS and keyitems work? I tested it myself but would love a second set of eyes <3 |
As i said in discord, there is still a missing code line to set the BEYOND_INFINITY quest to ACCEPTED. |
Made more changes: Prelude to Puissance Beyond Infinity (limit break 10) It now is able to be completed if not choosing the selection to not teleport and wait instead.
@zach2good this is ready for review now, leaving the issue of it dropping seal (sometimes) and the knucle weapon sheating/unsheating to be fixed afterwards as it doesn't break completion of quest. =) |
I'm not going to be able review this for a few days, but I'll merge your SQL changes straight into |
don't worry @zach2good . its already conflicting =/ I'll have to rebase and fix it. |
yeah tried rebasing, i dunno what went wrong, i'll leave this alone ^^;; |
Quoting my precedent message to compare what's still going on and what's fixed with the latest commit.
Be aware that all the videos are from retail (thanks to ibm and his captures). Olde Rarab Tail mini-quest - Degenhard Dialog when checking him a second time after he asked for the materials should be the same as the one he gives you after you traded your stuff once (https://youtu.be/usNZOGDq5c0?t=788), currently he's repeating the first one only. BCNM There's two different versions of the BCNM if you're comparing with YouTube videos.
I'm losing the Soul gem clasp key item upon entry but no message stating it/no record message/no party limitation message: https://youtu.be/usNZOGDq5c0?t=1510), should be seen if you retry too. instead I'm getting this: Duration of the Olde Rarab Tail seems to be 1 minute and 33 seconds everytime on retail - OKAY: https://www.youtube.com/watch?v=usNZOGDq5c0: Possibility to exit the BCNM and it counts as failing - OKAY. BCNM retry Everything went good when trading 5 High Kindred's Crest. - OKAY. Ending CS with the Nomad Moogle after completing the BCNM - OKAY. Bonus: Typos for Horlais Peak and Waughroon Shrine! |
changed humanoid-tarutaru to aggro on sight increased level from 95 to 102 as got report that his fight was too easy. commented that both quests are completable
…sance created local var for handling missing CS that only happens if trading and staying in location created charvar to be used after trading stone but not yet accepting beyond infinity cleaned up onEventFinish for each option to make it clear so whomever takes over this NPC is able to clean it up a little or easier to understand to implement WS quest that is missing
…e its own option ID fixed several startevents and issue of quest not being accepted.
Looks very good and clean. From Nyu's post it looks like there's still a couple of things left to do. Don't worry about BCNM timers, messaging, despawning etc. Those are all issues with the BCNM system. Try to get all the trading and quest stuff perfect, and maybe the aesthetic things if you can, but those aren't a requirement. |
I affirm:
Would love a tester to go through genkai completely.
this includes both quests and olde rarab tail GET